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": {} }
Retrieve the input and output schema for a given operation belonging to an app.
GetAppOperationSchemaResponse is the response definition containing the schema for a given Operation.
The response is of type object.
object