Get Paged Entity
This operation returns an entity object (full or partial) by URI with pagination of attributes with a long list of values.
Request:
Parameter | Required | Description | |
---|---|---|---|
Headers | Authorization |
Yes | Information about authentication access token in format "Bearer
<accessToken> " (see details in Authentication API). |
Body | select |
No | Comma-separated list of properties from entity structure that should
be returned in the response. Allows you to return partial entity object.
Additional system properties:
select=URI,label,attributes._lookupCodes,attributes._lookupValues |
time |
No | Returns an object as it was in the Reltio system by some time (timestamp in ms). | |
options |
No | Comma-separated list of options which affect entity's JSON content in
the response. Available options:
|
|
mergeDuplicateCrosswalks |
No | Specify "true" to check that all crosswalks for the required entity are unique. | |
defaultMaxValues |
No | Specifies how long can be the list of values for attributes that are
not mentioned inattributesPaging . |
|
attributesPaging |
No | This section describes pagination for values of particular attributes. | |
filter |
No | Used for search in faceted attribute in UI. Available conditions:
containsWordStartingWith (property, tokenized value)
Example: "filter":
"containsWordStartingWith(attributes,%27dfsdf%27)" |
|
exclude |
No | The opposite to the select section. Can be used for the case when an object contains a lot of different attributes and it is more convenient to specify the attribute that should not be included in the result JSON. |
Response:
JSON Object representing object with URI.
Request
Response: