Skip to main content
GET
/
organisations
/
{organisationId}
/
apps
/
{appId}
/
operations
/
{operationId}
/
schema
cURL
curl --request GET \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/apps/{appId}/operations/{operationId}/schema \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "method": "GET",
  "description": "<string>",
  "name": "<string>",
  "schemaId": "<string>",
  "path": "<string>",
  "request": {
    "parameters": [
      {
        "name": "<string>",
        "type": "string",
        "location": "path",
        "required": true
      }
    ],
    "body": {}
  },
  "response": {},
  "callbacks": {},
  "components": {}
}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
appId
string
required
operationId
string
required

Response

schemaId
string
required
id
string
method
enum<string>
Available options:
GET,
PUT,
POST,
DELETE,
OPTIONS,
HEAD,
PATCH,
TRACE,
SQL
description
string
name
string
path
string
request
object
response
object
callbacks
object
components
object