Get file type schemas
This endpoint is used to get the file type schemas that are available in the workspace.
The response will contain a list of schemas that are associated with the file types in the workspace.
Query Parameters
{ schemas, count, currentPage }.
Authorizations
API key for authentication
Query Parameters
Blueprint Id
"649e2d2d2d2d2d2d2d2d2d2d"
Blueprint Mode
"user"
Page number
1
Number of items per page
100
Field to sort by
"createdAt"
Sort direction
ASC, DESC "ASC"
Opaque pagination cursor. Provide the parameter (empty value for the first page) to switch to cursor pagination: the response becomes { data, pagination: { limit, nextCursor, hasMore } } with default limit 50 (max 100). Omit it entirely for legacy page/limit pagination. In cursor mode sortBy must be one of createdAt, updatedAt, _id, and cursors are bound to the sortBy/sortOrder they were minted with.