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": "f80beb34-a5c6-44bc-bf5b-39ba578a11e4",
"ParentId": "9fd74a55-a1ee-4d53-845e-e4b53e4fb97e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1e6442c4-d2a8-4026-96b9-02a000a0cb56",
"3d253219-0732-4c85-bf13-e1f99e180cfd"
],
"Companies": [
"04987ca5-9d24-47e6-b83e-5a1833a74e61",
"c4261c75-bd7d-48ec-a10f-6b703964176e"
],
"Groups": [
"744b04a7-685c-4fe7-88fc-9833665fd8a1",
"f1087958-75d3-4101-806a-0916b9517b22"
],
"Opportunities": [
"50e3f4f1-107b-4d5b-a101-062aed63e0b2",
"279c31f4-6acd-4b7f-b86d-8245bd553297"
]
}
},
{
"Id": "f80beb34-a5c6-44bc-bf5b-39ba578a11e4",
"ParentId": "9fd74a55-a1ee-4d53-845e-e4b53e4fb97e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1e6442c4-d2a8-4026-96b9-02a000a0cb56",
"3d253219-0732-4c85-bf13-e1f99e180cfd"
],
"Companies": [
"04987ca5-9d24-47e6-b83e-5a1833a74e61",
"c4261c75-bd7d-48ec-a10f-6b703964176e"
],
"Groups": [
"744b04a7-685c-4fe7-88fc-9833665fd8a1",
"f1087958-75d3-4101-806a-0916b9517b22"
],
"Opportunities": [
"50e3f4f1-107b-4d5b-a101-062aed63e0b2",
"279c31f4-6acd-4b7f-b86d-8245bd553297"
]
}
}
]