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
Process| Name | 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": "aa0dad00-14a3-4013-9998-3eee617c238b",
"Name": "sample string 2",
"Description": "sample string 3",
"Stages": [
{
"Number": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Probability": 4,
"ProcessId": "a95c10d6-2b37-4263-8d8e-0e13192cff84",
"ID": "7acf4977-b141-4913-9ea1-c9bc66899f94"
},
{
"Number": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Probability": 4,
"ProcessId": "a95c10d6-2b37-4263-8d8e-0e13192cff84",
"ID": "7acf4977-b141-4913-9ea1-c9bc66899f94"
}
]
}