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": "01193fc7-7378-43f6-9d21-4f159c7ddc17", "Name": "sample string 2", "Description": "sample string 3", "Stages": [ { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "eaf68674-08d8-4b87-9098-3a00d32df007", "ID": "67fc50bc-ea7f-47c8-9a3b-779e0c1c8a04" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "eaf68674-08d8-4b87-9098-3a00d32df007", "ID": "67fc50bc-ea7f-47c8-9a3b-779e0c1c8a04" } ] }