cURL
curl --request GET \ --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas \ --header 'Authorization: <api-key>'
{ "totalCount": 123, "next": "<string>", "prev": "<string>", "items": [ { "id": "<string>", "type": "<string>", "version": "<string>", "sourceUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" } ] }
Retrieves all Schemas owned by this organisation as a paginated response.
A paginated result of Schemas
The response is of type object.
object