GET api/Stages/{id}
Get Stage 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
Stage| Name | Description | Type | Additional information |
|---|---|---|---|
| Number | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Probability | integer |
None. |
|
| ProcessId | globally unique identifier |
None. |
|
| ID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Number": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Probability": 4,
"ProcessId": "2ab3fdd9-ceab-4335-8de9-5984a59d40b6",
"ID": "22c2768b-feab-40ab-90bb-2b66d0c48ae4"
}