cURL
curl --request GET \ --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/apps/{appId}/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 App specified by appId.
GetAppOperationsResponse is the response definition containing all Operations available to an App.
The response is of type object.
object