GET api/Opportunities
Get Opportunity records. Supported Headers: Filter, Sort, SortDesc, SelectField, IncludeLink
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MutableEntityExtended| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ParentId |
This field will only include data when working with Group records. |
globally unique identifier |
None. |
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "19f967e0-e7ed-4e1f-bb19-64608ae16516",
"ParentId": "73af1eb5-9c15-41a8-abd4-91141627dc09",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2d308a0c-5249-4487-8e7b-dd25b4d70491",
"993a8c82-471e-47b0-a84a-4e028751e932"
],
"Companies": [
"fb00d6c4-7d35-4979-bdc9-a5be1ad8e782",
"05aa0c8d-2923-4061-a3a9-3371d51b4080"
],
"Groups": [
"c9cb7594-ce78-4dc0-b951-ccc1527f94b3",
"e3e0012c-7307-42cd-8437-7264f3d66ca6"
],
"Opportunities": [
"ec591083-b402-40da-a86c-6c3d6db53d74",
"ad3930f9-e92a-4d07-a2d2-964527675ffb"
]
}
},
{
"Id": "19f967e0-e7ed-4e1f-bb19-64608ae16516",
"ParentId": "73af1eb5-9c15-41a8-abd4-91141627dc09",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2d308a0c-5249-4487-8e7b-dd25b4d70491",
"993a8c82-471e-47b0-a84a-4e028751e932"
],
"Companies": [
"fb00d6c4-7d35-4979-bdc9-a5be1ad8e782",
"05aa0c8d-2923-4061-a3a9-3371d51b4080"
],
"Groups": [
"c9cb7594-ce78-4dc0-b951-ccc1527f94b3",
"e3e0012c-7307-42cd-8437-7264f3d66ca6"
],
"Opportunities": [
"ec591083-b402-40da-a86c-6c3d6db53d74",
"ad3930f9-e92a-4d07-a2d2-964527675ffb"
]
}
}
]