API Documentation
Message Queue Docs
Search…
v4
Introduction
Overview
Getting started
🔑
Authentication
Requesting temporary credentials
Signing requests
🎬
Entities
Char types
The entity object
Amount
Catalog item
Contact
Deal
File
Financial document
Inventory
Job
Right
Table
👬
Relationships
The relationship object
Relationship types
Create a relationship
Delete a relationship
🔎
Search
Entity search
Relationship search
Pagination
Search fields
Search functions
Examples
🆕Batch
Overview
Create a batch
Retrieve a batch
🧰
Workflow
Execute a workflow action
Execute document workflow action
Execute a workflow action with signature
📐Configuration
Lists
Currency conversion
📆
Date Math
Overview
The date math object
Create date math
Retrieve date math
Update date math
Delete date math
🧮
AVAILS
Overview
Get dimension data
Get availability
Is catalog item available
⌨
Starter Packs
Catalog Metadata
Availability Feed
Swagger
Postman
Message queue docs
Rightsline.com
Powered By
GitBook
Entity search
Search for an entity or set of entities based on their characteristics.
The entity search object
1
{
2
"keywords"
:
"string"
,
3
"query"
:
{},
4
"start"
:
0
,
5
"rows"
:
10
,
6
"cursorToken"
:
"string"
,
7
"sortOrders"
:
[
8
"string"
9
],
10
"parentQuery"
:
{},
11
"childQuery"
:
{}
12
}
Copied!
post
https://ris.rightsline.com
/v4/:entityType/search
Entity search
Relationships - Previous
Delete a relationship
Next - Search
Relationship search
Last modified
8mo ago
Copy link
Contents
The entity search object
post
Entity search