Skip to main content
GET
List Model Example Categories

Authorizations

Authorization
string
header
required

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

Query Parameters

q
string | null

Search filter (ANTLR syntax)

sort_by
string | null

Sort expression (e.g. 'name:asc')

limit
integer | null

Page size

Required range: 1 <= x <= 500
fields
string | null

Field projection

pq
string | null

Previous-page query

from_prev
boolean
default:false

Backward pagination flag

Response

Paginated list of Model Example Category records

items
ModelExampleCategoryReferenceFullValidator · object[]
required
first
string | null
next
string | null
previous
string | null