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.
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>"
}
]
}