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": "4f2620c0-ad8e-46ad-9548-09dfffa17667",
"ParentId": "6149e818-68b8-4167-835a-35681056eb71",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4bb743cc-8aef-4b13-a0b7-7594370178c1",
"ace6d0c4-4822-402c-91d6-f1b496ab0d4e"
],
"Companies": [
"01885ec0-d461-48dc-878b-d3a7d5eda792",
"756933f2-7c04-4222-8f92-64d91571298c"
],
"Groups": [
"ddb95b93-9bcd-4d99-9618-ca2c98b69ab8",
"fcf76d92-70af-4d2a-a1be-67d2a59f262e"
],
"Opportunities": [
"fe6b5fa2-5593-4315-af83-463d330a2f38",
"5dad99fa-9ae5-4067-8bd4-fd75a729ea0b"
]
}
},
{
"Id": "4f2620c0-ad8e-46ad-9548-09dfffa17667",
"ParentId": "6149e818-68b8-4167-835a-35681056eb71",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4bb743cc-8aef-4b13-a0b7-7594370178c1",
"ace6d0c4-4822-402c-91d6-f1b496ab0d4e"
],
"Companies": [
"01885ec0-d461-48dc-878b-d3a7d5eda792",
"756933f2-7c04-4222-8f92-64d91571298c"
],
"Groups": [
"ddb95b93-9bcd-4d99-9618-ca2c98b69ab8",
"fcf76d92-70af-4d2a-a1be-67d2a59f262e"
],
"Opportunities": [
"fe6b5fa2-5593-4315-af83-463d330a2f38",
"5dad99fa-9ae5-4067-8bd4-fd75a729ea0b"
]
}
}
]