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
StageName | 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": "412dfd8b-1050-4d77-8d75-d0aa652cc159", "ID": "5b97dfc6-252a-4272-909c-e4b073584f00" }