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": "0d13f922-6f7f-47c9-b7f4-4772143886a6",
"ID": "d054e962-6b0e-4b98-98d2-47623f3689da"
}