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": "4d8f047e-dcc4-4196-8b90-b19bc118870e", "ID": "76fdf3ed-c6fc-4ddb-9280-c87d6f270941" }