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": "f25f4c34-9437-45bb-bde2-897e2ce28311", "Name": "sample string 2", "Description": "sample string 3", "Stages": [ { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "6034d66d-f90c-46b9-acb2-4e378d453be7", "ID": "90b69a73-70a2-4eab-b5cf-43ace53636c8" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "6034d66d-f90c-46b9-acb2-4e378d453be7", "ID": "90b69a73-70a2-4eab-b5cf-43ace53636c8" } ] }, { "ID": "f25f4c34-9437-45bb-bde2-897e2ce28311", "Name": "sample string 2", "Description": "sample string 3", "Stages": [ { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "6034d66d-f90c-46b9-acb2-4e378d453be7", "ID": "90b69a73-70a2-4eab-b5cf-43ace53636c8" }, { "Number": 1, "Name": "sample string 2", "Description": "sample string 3", "Probability": 4, "ProcessId": "6034d66d-f90c-46b9-acb2-4e378d453be7", "ID": "90b69a73-70a2-4eab-b5cf-43ace53636c8" } ] } ]