Request
GET
{prefix}/shares/{share}/schemasHeaders
Bearer token for authentication
URL Parameters
The share name to query. This parameter is case-insensitive.
Query Parameters
The maximum number of results per page that should be returned.
- Must be non-negative
- 0 will return no results but
nextPageTokenmay be populated - Server may return fewer items even if more are available
Specifies a page token to use. Set to the
nextPageToken returned by a previous list request to get the next page of results.Response
Array of schema objects. May be an empty array or missing when no results are found.
Token for retrieving the next page of results. May be an empty string or missing when there are no additional results.
Example Request
Example Response
Error Responses
Schema names and share names are case-insensitive. The client must handle both empty arrays and missing
items fields when no results are found.