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": "b169cbaf-e800-4862-ac6a-53ea752cff86", "Name": "sample string 2", "Description": "sample string 3", "Stages": [ { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "9dde1a87-e955-419b-8957-8a18f47a0dc5", "ID": "158a06e1-c037-4af6-ae2a-3d2b56d44600" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "9dde1a87-e955-419b-8957-8a18f47a0dc5", "ID": "158a06e1-c037-4af6-ae2a-3d2b56d44600" } ] }