catalog

List catalog allowances

Returns a paginated list of catalog allowances, filterable by company, catalog entry, location, and effective date.

get/catalog/allowances

Query parameters

ottimate_company_idinteger

Filter by company ID. If omitted, results are scoped to all companies the caller has access to. If provided but not one of the caller's own companies, returns an empty result.

catalog_entry_idstring

Filter by catalog entry ID

ottimate_location_idinteger

Filter by location ID

effective_datestring date

Filter allowances valid on this date (YYYY-MM-DD)

pageinteger

Page number (default 1)

limitinteger

Number of results per page (default 20)

Headers

Authorizationstring required

OAuth2 authentication flows. Auth server URLs will vary by environment

X-Api-Keystring required

API key for authentication

X-API-Versionstring

API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.

Response

Successful response with paginated allowance list

countinteger required
pageinteger

Current page number

per_pageinteger

Items per page

Changes