GET api/Processes
Get Opportunity Processes from the database. Supported Headers: SelectField, Filter, Sort, SortDesc
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProcessName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
Stages | Collection of Stage |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "aa966aa9-1cf3-46dd-bfe9-dcc333f48d7a", "Name": "sample string 2", "Description": "sample string 3", "Stages": [ { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "4bc16fb4-8b36-4c85-be00-59c984673cc3", "ID": "2f76012e-ee4a-42cc-81a8-9b4f5113a244" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "4bc16fb4-8b36-4c85-be00-59c984673cc3", "ID": "2f76012e-ee4a-42cc-81a8-9b4f5113a244" } ] }, { "ID": "aa966aa9-1cf3-46dd-bfe9-dcc333f48d7a", "Name": "sample string 2", "Description": "sample string 3", "Stages": [ { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "4bc16fb4-8b36-4c85-be00-59c984673cc3", "ID": "2f76012e-ee4a-42cc-81a8-9b4f5113a244" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "4bc16fb4-8b36-4c85-be00-59c984673cc3", "ID": "2f76012e-ee4a-42cc-81a8-9b4f5113a244" } ] } ]