cURL
curl --request GET \ --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/operations \ --header 'Authorization: <api-key>'
{ "totalCount": 123, "next": "<string>", "prev": "<string>", "items": [ { "id": "GET /organisations/{organisationId}/apps/{appId}", "path": "<string>", "method": "<string>", "name": "<string>", "description": "<string>", "type": "<string>" } ] }
Retrieve the set of all operations available for the Schema specified by id.
GetSchemaOperationsResponse is the response definition containing all Operations available to a Schema.
The response is of type object.
object