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

Authorizations

Authorization
string
headerrequired

Path Parameters

organisationId
string
required
id
string
required

Response

200 - application/json
totalCount
integer
required
next
string
prev
string
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.path
string
required

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

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

A human-friendly description of what this operation does.

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