Get available catalog items
Last updated
Last updated
POST
https://ris.rightsline.com/v4/avails/available-catalog-items
This endpoint returns the availability for the specified catalog-items for the given dimensions.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
The characteristics field allows you to filter the catalog items in the response that contain a specific value or group of values for a given characteristic. In the example request above, only catalog items that have a genre value of Adventure will be returned in the response.
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
dim1*
array
Array of type INTEGER
of desired dim1 values
dim2*
array
Array of type INTEGER
of desired dim2 values
dim3*
array
Array of type INTEGER
of desired dim3 values
dim4*
array
Array of type INTEGER
of desired dim4 values
windowStart
string
yyyy-mm-dd format
windowEnd
string
yyyy-mm-dd format
matchType
string
CoverEntire, OverlapPart, StartWithin, EndWithin
isExact
boolean
True for if the window dates should match exactly, False for flexible
isExclusive
boolean
True for Exclusive, False for Non-Exclusive, null for no value
start
string
Record count start (0-based index)
rows
integer
Page result count (25 recommended)
characteristics
object
Filter by specific LOV characteristic values on the catalog-item.
templateIds
array
Array of type INTEGER
of template IDs to filter by
statusIds
array
Array of type INTEGER
of status IDs to filter by
rightTemplateIds
array
Array of type INTEGER
of template IDs of the associated rightsets to filter by
includeRecalcStatus
boolean
If true, a recalcStatus will be returned with the results. Defaults to false.