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": "f3a9fbbb-ddbb-4d18-acc0-fa85bc512e5c", "Name": "sample string 2", "Description": "sample string 3", "Stages": [ { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "fa6a0122-895d-4ce2-8b3a-f5f3f476d1ca", "ID": "e83d2b50-cdcc-4d9f-9b36-f36f215ee5c2" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "fa6a0122-895d-4ce2-8b3a-f5f3f476d1ca", "ID": "e83d2b50-cdcc-4d9f-9b36-f36f215ee5c2" } ] }