GET
/
organisations
/
{organisationId}
/
schemas
/
{id}
/
operations

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
id
string
required

Response

200 - application/json
totalCount
integer
required
items
object[]
items.id
string
required

The ID of the operation, for OpenAPI this will be the operationId field if set, otherwise the request's type and path.

items.method
string
required

Method is the HTTP method of the request.

items.name
string
required

A human-friendly name based on the operation ID.

items.path
string
required

The endpoint path for use in finding the path in the API spec.

items.type
string
required

Type 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
items.description
string

A human-friendly description of what this operation does.

next
string
prev
string