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": {}
}Retrieve the input and output schema for a given operation belonging to an app.
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": {}
}