REST API - Comment - Case Details
This table summarizes the REST API - Comment - case details.
Request
| Format | POST <baseurl>/audit/comment/case/<classname>/majorversion>/<managedobjectid> |
| Path Parameters |
|
| Query Parameters | parentid: (Optional): The audit ID returned in the CommentResponse element in response to a previous request. |
| Body | comment element (required): This element (from the EventCollectorUpdateService schema defines the chart query. |
Response
| JSON | Returns a JSON representation of the content of the CommentResponse element. |
| XML | Returns the content of the CommentResponse element (from the EventCollectorUpdateService schema). |
Example
| Request | POST <baseurl>/audit/comment/case/com.example.easyasinsurance-1/1/1 |
| Request Body | {
"Comment": { "message": "This is a case object" }
}
|
| Response | 1686 |