search User Comments With Id
POST {{baseUrl}}/api/user/comment/search
Searches user comments with the specified criteria and pagination.
Request Body
{"search"=>{"comment"=>"<string>", "commenterId"=>"<uuid>", "tenantId"=>"<uuid>", "userId"=>"<uuid>", "numberOfResults"=>"<integer>", "orderBy"=>"<string>", "startRow"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"total":"\u003clong\u003e","userComments":[{"comment":"\u003cstring\u003e","commenterId":"\u003cuuid\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","userId":"\u003cuuid\u003e"},{"comment":"\u003cstring\u003e","commenterId":"\u003cuuid\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","userId":"\u003cuuid\u003e"}]}