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": "0633b2d7-0d09-4105-aa05-ce46c238a6b5",
"ParentId": "73322af3-a90b-4d9f-a80a-3f1334e750b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"cf7be009-045e-461e-bd3a-dab2d177faa0",
"883eacd5-f841-4011-8c4f-4400008fdc80"
],
"Companies": [
"67134824-c365-4fb7-a93f-a287824fd4ee",
"e9007e09-afa8-4a04-9c72-38c3573f9af3"
],
"Groups": [
"277ae4cd-5be5-4530-a54f-3747faf59955",
"7c1012e7-f977-4566-b118-cdb32296c61b"
],
"Opportunities": [
"06deeed5-8ab7-48ba-9705-6337c7b39a82",
"b9b38270-11dd-41d1-8d7d-cd5013cfc38a"
]
}
},
{
"Id": "0633b2d7-0d09-4105-aa05-ce46c238a6b5",
"ParentId": "73322af3-a90b-4d9f-a80a-3f1334e750b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"cf7be009-045e-461e-bd3a-dab2d177faa0",
"883eacd5-f841-4011-8c4f-4400008fdc80"
],
"Companies": [
"67134824-c365-4fb7-a93f-a287824fd4ee",
"e9007e09-afa8-4a04-9c72-38c3573f9af3"
],
"Groups": [
"277ae4cd-5be5-4530-a54f-3747faf59955",
"7c1012e7-f977-4566-b118-cdb32296c61b"
],
"Opportunities": [
"06deeed5-8ab7-48ba-9705-6337c7b39a82",
"b9b38270-11dd-41d1-8d7d-cd5013cfc38a"
]
}
}
]