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": "0d8ae568-7169-4bab-af2e-08b83a6b444b",
"ParentId": "08b2cbbe-d471-468e-96ad-4f38081ff98e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"355f8f61-99b7-43dc-92e2-ac830a7c181d",
"4a064dd8-2b0b-4b1f-b2a3-9898748c8c45"
],
"Companies": [
"ad3d85f1-1701-4cb2-b728-caaa037b6bd9",
"96c1166c-1769-4c45-aeaa-bb7f810a17f4"
],
"Groups": [
"ae76cbd6-b15a-4f25-93a2-9e9f6ccc0650",
"078db067-17b3-487d-a748-c3a8ef451b03"
],
"Opportunities": [
"29d879c6-771a-46d9-b304-522971190b1e",
"6a805862-080f-4b19-8f50-68fee94432f0"
]
}
},
{
"Id": "0d8ae568-7169-4bab-af2e-08b83a6b444b",
"ParentId": "08b2cbbe-d471-468e-96ad-4f38081ff98e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"355f8f61-99b7-43dc-92e2-ac830a7c181d",
"4a064dd8-2b0b-4b1f-b2a3-9898748c8c45"
],
"Companies": [
"ad3d85f1-1701-4cb2-b728-caaa037b6bd9",
"96c1166c-1769-4c45-aeaa-bb7f810a17f4"
],
"Groups": [
"ae76cbd6-b15a-4f25-93a2-9e9f6ccc0650",
"078db067-17b3-487d-a748-c3a8ef451b03"
],
"Opportunities": [
"29d879c6-771a-46d9-b304-522971190b1e",
"6a805862-080f-4b19-8f50-68fee94432f0"
]
}
}
]