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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;total&quot;:&quot;\u003clong\u003e&quot;,&quot;userComments&quot;:[{&quot;comment&quot;:&quot;\u003cstring\u003e&quot;,&quot;commenterId&quot;:&quot;\u003cuuid\u003e&quot;,&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;insertInstant&quot;:&quot;\u003clong\u003e&quot;,&quot;userId&quot;:&quot;\u003cuuid\u003e&quot;},{&quot;comment&quot;:&quot;\u003cstring\u003e&quot;,&quot;commenterId&quot;:&quot;\u003cuuid\u003e&quot;,&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;insertInstant&quot;:&quot;\u003clong\u003e&quot;,&quot;userId&quot;:&quot;\u003cuuid\u003e&quot;}]}