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": "398d24f8-c6be-448f-9fb1-026ca391b3aa", "Name": "sample string 2", "Description": "sample string 3", "Stages": [ { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "e78af501-6f61-4db9-91ea-7f6c08d66175", "ID": "7c3e4958-3894-486b-ac59-be2481f9eab4" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "e78af501-6f61-4db9-91ea-7f6c08d66175", "ID": "7c3e4958-3894-486b-ac59-be2481f9eab4" } ] }