Search Data Change Requests
Learn more about the Search api to search for data change requests.
equals
or in
condition for createdBy
or objectURI
properties. Otherwise, the operation returns the CHANGE_REQUEST_SEARCH_FILTER_INCORRECT
error.createdBy
and objectURI
parameters (URIs of affected objects in the Data Change Request). The operation only returns DCRs which are allowed to be viewed by the user invoking the request.Request:
Parameter |
Name |
Required |
Details |
---|---|---|---|
Headers | Authorization
| Yes | Information about authentication access token in format "Bearer <accessToken> " (see details in Auth API). |
Query | filter
| Yes |
Enables data change request filtering by a condition. Format for filter query parameter: Only the following conditions are supported:
Search by the following properties is supported:
Note:
|
max
| No |
Positive Integer value to identify the maximum number of data change requests to return in a response. Can be used to organize pagination in combination with the offset parameter. Default value is | |
offset
| No |
Positive Integer value to identify the starting element in a result set to be returned in a response. Can be used to organize pagination in combination with the max parameter. Default value is |
Response
JSON array of the data change request objects from a tenant matching the filter request.
Example of a search request
Response