/
1012: Create changed since session

1012: Create changed since session


Begin a search session to find all Rubiq entities that have been modified since a given date, and return the session token identifier.The 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.

This endpoint cannot be used when Data Isolation is enabled

Endpoint ID:1012
Method:POST
URL:

/entity/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

Required fields

fromDateUTC date to compare entity modification dates to.
{
   "fromDate": "2015-01-01T01:00:00Z"
}


Response body:

JSON data containing the session token.

{
   "token": "m2x31pn1bu"
}
Status codes:202

A search session was created, and an asynchronous task to populate the search results has begun

Related content

1013: Get changed since
1013: Get changed since
More like this
1011: Search
1011: Search
More like this
2108: Get changes
2108: Get changes
More like this
2109: Update change cursor
2109: Update change cursor
More like this
2120: Get data requests
2120: Get data requests
More like this
2121: Submit data request
2121: Submit data request
More like this