Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/components \ --header 'Authorization: <api-key>'
{ "totalCount": 123, "next": "<string>", "prev": "<string>", "items": [ { "ref": "<string>", "definition": {}, "schemaId": "<string>" } ] }
Retrieve the set of all schema components available for the Schema specified by id.
GetSchemaComponentsResponse is the response definition containing the schema types for a given App.
Show child attributes