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": "ff18fd78-338f-4e44-93b6-388cc59dd327",
"ParentId": "2ec86dec-028e-4667-a7ea-3bb729a5597f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1212d029-b2fc-44eb-bd7d-f8ad24b207fa",
"a1f8e0f9-1d27-4d6f-8d12-99cd438b9e54"
],
"Companies": [
"9d70c74a-532d-4935-9ac7-57a37289f2e1",
"808cc9ab-2f2d-40b8-b335-f43a4c38f4f1"
],
"Groups": [
"a234016c-01b0-404b-9ca3-09f961eded77",
"8719251d-196c-46c4-95f3-4da1fed324d6"
],
"Opportunities": [
"fb3ae3c3-f885-44ff-b9df-1d1c2c33f47f",
"0e917c8d-b581-48e8-b0b7-59b598dcae6a"
]
}
},
{
"Id": "ff18fd78-338f-4e44-93b6-388cc59dd327",
"ParentId": "2ec86dec-028e-4667-a7ea-3bb729a5597f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1212d029-b2fc-44eb-bd7d-f8ad24b207fa",
"a1f8e0f9-1d27-4d6f-8d12-99cd438b9e54"
],
"Companies": [
"9d70c74a-532d-4935-9ac7-57a37289f2e1",
"808cc9ab-2f2d-40b8-b335-f43a4c38f4f1"
],
"Groups": [
"a234016c-01b0-404b-9ca3-09f961eded77",
"8719251d-196c-46c4-95f3-4da1fed324d6"
],
"Opportunities": [
"fb3ae3c3-f885-44ff-b9df-1d1c2c33f47f",
"0e917c8d-b581-48e8-b0b7-59b598dcae6a"
]
}
}
]