GET v1/schemas
Authorizations
X-API-KeystringRequired
Query parameters
pageSizeinteger · int32Optional
pageinteger · int32Optional
Responses
200
Payload of PagedResult containing DataSchema
application/json
total_pagesinteger · int32 · nullableOptional
The total number of pages available
total_recordsinteger · int32 · nullableOptional
The total number of records across all pages
pageinteger · int32 · nullableOptionalDefault:
The page number to return (1-based)
1page_sizeinteger · int32 · nullableOptionalDefault:
The number of records to return per page
30get
/v1/schemas200
Payload of PagedResult containing DataSchema
Last updated