Excerpt |
---|
Find a list of Begin a search session to find all dialogportal™ entities that have been modified since a given date, and return the session |
token
can then be sent to endpoint 1013: Get changed since to begin paging through the search results.Note that the search session is generated asynchronously, so requests to endpoint 1013 may not return results immediately.
Endpoint ID: | 1012 | ||||||||||||||||||||
Method: |
| ||||||||||||||||||||
URL: | /user/changes/{contract-id} | ||||||||||||||||||||
contract-id | Identifies the type of entities to search for. If omitted, the default contract entity type is returned. | ||||||||||||||||||||
Request body: | JSON data with search settings
Code Block |
| |||||||||||||||||||
| JSON data with an array of the found entities. The result will also contain an object with properties that specify number of entities returned, the offset and whether there are more entities than the ones returned.
containing the session
| ||||||||||||||||||||
Status codes: | 200 | One or more entities were found | 404 | No updated entities were found |