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": "129ec27b-e1fc-4838-b289-bb3952851dc2",
"ParentId": "632e25d8-ab6d-42d1-82e3-8a4b46c3c4f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6758f165-9107-40c4-a945-e0ac958e9133",
"f2e9173c-e09d-4a67-a98a-fa454df61263"
],
"Companies": [
"0d1286fd-6dae-4ac4-a76f-1f8ea4b1257a",
"65c81506-150a-494d-b89b-bc03e0e8ac48"
],
"Groups": [
"c25f38a7-13bb-492a-948a-62cd18f4c6b2",
"e4cf1306-42b2-48b7-8c1a-f172e537e709"
],
"Opportunities": [
"085f4a47-8c9b-43f7-b27f-5bd57644c228",
"a5877161-763a-496b-8f27-6c5af6884d0f"
]
}
},
{
"Id": "129ec27b-e1fc-4838-b289-bb3952851dc2",
"ParentId": "632e25d8-ab6d-42d1-82e3-8a4b46c3c4f8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6758f165-9107-40c4-a945-e0ac958e9133",
"f2e9173c-e09d-4a67-a98a-fa454df61263"
],
"Companies": [
"0d1286fd-6dae-4ac4-a76f-1f8ea4b1257a",
"65c81506-150a-494d-b89b-bc03e0e8ac48"
],
"Groups": [
"c25f38a7-13bb-492a-948a-62cd18f4c6b2",
"e4cf1306-42b2-48b7-8c1a-f172e537e709"
],
"Opportunities": [
"085f4a47-8c9b-43f7-b27f-5bd57644c228",
"a5877161-763a-496b-8f27-6c5af6884d0f"
]
}
}
]