Schemas
List schemas
Gets an array of schemas for a catalog. There is no guarantee of a specific ordering of the elements in the array.
get/schemas
Query parameters
catalog_namestring required
Parent catalog for schemas of interest.
max_resultsinteger
Maximum number of schemas to return.
- when set to a value greater than 0, the page length is the minimum of this value and a server configured value;
- when set to 0, the page length is set to a server configured value;
- when set to a value less than 0, an invalid parameter error is returned;
page_tokenstring
Opaque pagination token to go to next page based on previous query.
Response
The schemas list was successfully retrieved.