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 Stage| Name | 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": "05809701-456e-44d8-9d9d-1e653183102f",
"ID": "7fa50494-3ea4-4c95-809b-8b973b31f9a2"
},
{
"Number": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Probability": 4,
"ProcessId": "05809701-456e-44d8-9d9d-1e653183102f",
"ID": "7fa50494-3ea4-4c95-809b-8b973b31f9a2"
}
]