GET api/Stages
Get all stages in the database. Supported Headers: SelectField, Filter, Sort, SortDesc
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "c91aa0ed-20ae-49d7-bffe-3ed3ec062816", "ID": "a077adb8-a3d6-4c7d-be6b-80cc69a80ceb" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "c91aa0ed-20ae-49d7-bffe-3ed3ec062816", "ID": "a077adb8-a3d6-4c7d-be6b-80cc69a80ceb" } ]