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": "48b6374a-30dc-4960-8e11-ef76f039d183", "ID": "6e7c04d0-9518-49b3-a88a-beec25c1bf2f" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "48b6374a-30dc-4960-8e11-ef76f039d183", "ID": "6e7c04d0-9518-49b3-a88a-beec25c1bf2f" } ]