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": "c7435686-e1d8-4e11-b64f-5e75a97ca0e4",
"ParentId": "d65d736c-f865-473c-ae12-ea9249b14ebd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5ecab389-3b1c-497c-a2f3-4da54916338b",
"988a1c6f-a322-46e0-8c12-031ba59ad03e"
],
"Companies": [
"cb28bfb7-dc94-418e-8a7e-6c3c0453b3de",
"a83c2e4c-39ee-4d3b-8983-4d62fc0679f2"
],
"Groups": [
"ca4cca98-49cb-4f8f-a6a3-06704c226c52",
"d793317c-9e4d-4ac1-830b-1c62e60e7c2c"
],
"Opportunities": [
"0942da45-1681-46f3-884f-40def7fc4c1f",
"d2a40da9-84f0-4e9f-b309-79c3dab8c8de"
]
}
},
{
"Id": "c7435686-e1d8-4e11-b64f-5e75a97ca0e4",
"ParentId": "d65d736c-f865-473c-ae12-ea9249b14ebd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5ecab389-3b1c-497c-a2f3-4da54916338b",
"988a1c6f-a322-46e0-8c12-031ba59ad03e"
],
"Companies": [
"cb28bfb7-dc94-418e-8a7e-6c3c0453b3de",
"a83c2e4c-39ee-4d3b-8983-4d62fc0679f2"
],
"Groups": [
"ca4cca98-49cb-4f8f-a6a3-06704c226c52",
"d793317c-9e4d-4ac1-830b-1c62e60e7c2c"
],
"Opportunities": [
"0942da45-1681-46f3-884f-40def7fc4c1f",
"d2a40da9-84f0-4e9f-b309-79c3dab8c8de"
]
}
}
]