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": "225aa350-7510-47a2-9690-9b698704d69a", "Name": "sample string 2", "Description": "sample string 3", "Stages": [ { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "c2f15ec2-6032-4c04-8a96-e594ef458bb3", "ID": "a2ce77fc-e71f-48b2-9251-f9d3b502a940" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "c2f15ec2-6032-4c04-8a96-e594ef458bb3", "ID": "a2ce77fc-e71f-48b2-9251-f9d3b502a940" } ] }