GET
/
organisations
/
{organisationId}
/
apps
/
{appId}
/
operations
/
{operationId}
/
schema
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

200
application/json

GetAppOperationSchemaResponse is the response definition containing the schema for a given Operation.

The response is of type object.