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": "53079775-65d8-4acf-abb2-198a3d88446f",
"ParentId": "95e02c07-f884-4803-ad58-e9fa113d3552",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"89fc8857-aea1-4bb7-a607-fe202fa40603",
"da1bc6be-67ba-470c-8ae5-861b2f5c2888"
],
"Companies": [
"9c53c517-4e77-4a71-a2b9-0aab51f4c477",
"a44cdc7d-5c65-4d0d-9dc1-e88f43aaac1d"
],
"Groups": [
"8b215bf1-b129-4886-873b-2b6fde728316",
"cab08144-1614-4f9e-a531-1c02d0f338a9"
],
"Opportunities": [
"59becf56-261f-4b52-96bc-ae75e63f7a10",
"24f85810-8a08-46ed-9c0d-11204b1e70c8"
]
}
},
{
"Id": "53079775-65d8-4acf-abb2-198a3d88446f",
"ParentId": "95e02c07-f884-4803-ad58-e9fa113d3552",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"89fc8857-aea1-4bb7-a607-fe202fa40603",
"da1bc6be-67ba-470c-8ae5-861b2f5c2888"
],
"Companies": [
"9c53c517-4e77-4a71-a2b9-0aab51f4c477",
"a44cdc7d-5c65-4d0d-9dc1-e88f43aaac1d"
],
"Groups": [
"8b215bf1-b129-4886-873b-2b6fde728316",
"cab08144-1614-4f9e-a531-1c02d0f338a9"
],
"Opportunities": [
"59becf56-261f-4b52-96bc-ae75e63f7a10",
"24f85810-8a08-46ed-9c0d-11204b1e70c8"
]
}
}
]