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": "f0e37c79-a680-4c43-ad01-66da4a4b8d7f", "ID": "e13439e5-98b1-40f0-a793-3bd6e87f0b5f" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "f0e37c79-a680-4c43-ad01-66da4a4b8d7f", "ID": "e13439e5-98b1-40f0-a793-3bd6e87f0b5f" } ]