How to search entities by attribute values using API

Problem

I want to search entities by attribute values using API. Kindly guide us if this is possible. 

Solution

We need to give a short description of what types of entity search we have and give links to related documentation, provided below.

Request

POST {TenantURL}/activities/_scan
Request Body Cursor definition Yes, for all requests except the first one JSON object defining the cursor value. Should have one JSON attribute, "cursor", with the sub-JSON structure having one string attribute "value".
{   
   "cursor" : {
       "value" : "cXVlcnlBbmRGZXRjaDsxOzE0NDI3OmpzdTdBNGNnUWU2YlBqc1JQbTlNbnc7MDs="
   }
}

References

https://docs.reltio.com/activitylogapi/searchwithcursor.html

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.