Skip to main content
POST
Query components with filtering, sorting and pagination

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
filter
object
select
enum<string>[]

If empty - will return all fields, if passed will only return selected fields

Available options:
id,
integrationId,
uniqueIdentifier,
region,
vendor,
technology,
type,
version,
hasAvailableDraftts,
createdAt,
updatedAt,
tags,
customTags,
details
sort
object

Optional sorting options, if not passed will sort by creation date in ascending order, sorting by a non-unique value will sub-sort by a creation date in ascending order

pageToken
string

Base64 token for pagination

pageSize
integer
default:100

Number of items to return per page

Required range: 1 <= x <= 1000

Response

Success

items
object[]
required
nextPageToken
string | null

Token for fetching the next page of results