Entity search
Search for an entity or set of entities based on their characteristics.
The entity search object
Entity search
POST
https://ris.rightsline.com/v4/:entityType/search
This endpoint allows you to search for entities based on specific criteria.
Path Parameters
Name | Type | Description |
---|---|---|
entityType | string | The type of entity to search for. ex. deal, catalog-item, table, etc. |
Headers
Name | Type | Description |
---|---|---|
x-api-key | string | Your company's API key. |
Authentication | string | Authentication token. |
Query Parameters
Name | Type | Description |
---|---|---|
extendedData | boolean (optional) | If true, returns Extended Characteristics in the response. |
Request Body
Name | Type | Description |
---|---|---|
query | object | The search query to match the entity. |
childQuery | object | The search query to match the child of the entity. |
parentQuery | object | The search query to match the parent of the entity. |
Last updated