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": "7037032e-cf8b-4e70-9840-fbea749bf6cd", "ID": "3d703186-604d-4ad7-8a63-43357a1886b9" }