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
Single query functions
Multi-query functions
Join 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
Data Types
📆
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
Multi-query functions
​
Function
Description
Usage
$and
Satisfies all conditions.
"$and":[{"$eq":["templateid",1]},{"$gt":["start_dt","2018-03-15"]}]
$or
Satisfies one or more conditions.
"$or":[{"$eq":["templateid",1]},{"$eq":["templateid",2]}]
$not
Does not satisfy a condition.
"$not":[{"$eq":["templateid",1]}
​
Previous
Single query functions
Next
Join functions
Last modified 2yr ago
Copy link