operations
Get organisations apps operations
Retrieve the set of all operations available for the App specified by appId.
GET
/
organisations
/
{organisationId}
/
apps
/
{appId}
/
operations
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredappId
string
requiredResponse
200 - application/json
totalCount
integer
requirednext
string
prev
string
items
object[]
items.id
string
requiredThe ID of the operation, for OpenAPI this will be the operationId
field if set, otherwise the request's
type and path.
items.path
string
requiredThe endpoint path for use in finding the path in the API spec.
items.method
string
requiredMethod is the HTTP method of the request.
items.name
string
requiredA human-friendly name based on the operation ID.
items.description
string
A human-friendly description of what this operation does.
items.type
string
requiredType is the type of operation, possible values are "request" and "callback":
- "request" indicates that the operation is initiated by Switchboard
- "callback" indicates that the operation is initiated by the application and sends data to Switchboard