Get a Process Interface Schema

get

/process/api/v1/process-interfaces/{id}/schemas/{name}

Get a Process interface schema with given Id and schema name

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ProcessInterface
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : ProcessInterface-allOf[1]
Type: object
Show Source
Nested Schema : inputs
Type: array
Input arguments of this interface
Show Source
Nested Schema : outputs
Type: array
Output arguments of this interface
Show Source
Nested Schema : IOArgument
Type: object
Show Source

401 Response

Unauthorized

404 Response

Process interface with given ID does not exist.

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests

520 Response

Server-side Processing Error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Back to Top