Get all Identity Schemas
GET {{baseUrl}}/schemas?per_page=250&page=<long>&page_size=250&page_token=1
Returns a list of all identity schemas currently in use.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
per_page | number | Deprecated Items per Page |
DEPRECATED: Please use page_token
instead. This parameter will be removed in the future.
This is the number of items per page. |
| page
| string | | Deprecated Pagination Page
DEPRECATED: Please use page_token
instead. This parameter will be removed in the future.
This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list.
For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.
The first page can be retrieved by omitting this parameter. Following page pointers will be returned in the
Link
header. |
| page_size
| number | | Page Size
This is the number of items per page to return. For details on pagination please head over to the
pagination documentation. |
| page_token
| number | | Next Page Token
The next page token. For details on pagination please head over to the pagination documentation. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"\u003cstring\u003e","schema":{}},{"id":"\u003cstring\u003e","schema":{}}]