GET api/Processes/{id}
Get Process by Id. Supported Headers: SelectField
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ProcessName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
Stages | Collection of Stage |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "cf52b7d3-732f-4452-a881-c6e40d31c3df", "Name": "sample string 2", "Description": "sample string 3", "Stages": [ { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "3fb5f1c7-29ce-4bdf-8bdb-0b7c6ca70a0c", "ID": "f0a57ff1-989c-4e7d-b717-ed5cb4ae1095" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "3fb5f1c7-29ce-4bdf-8bdb-0b7c6ca70a0c", "ID": "f0a57ff1-989c-4e7d-b717-ed5cb4ae1095" } ] }