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": "83f584fa-2530-4c45-bc4c-b076cba54ad9",
"ParentId": "a8a55525-0cdc-4999-9cc2-b94f51740622",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e439ac0a-b748-468b-9574-8039d3508a16",
"f0259702-d19f-455c-8e69-8422136b7dfc"
],
"Companies": [
"6b7f9850-2e28-4c35-9614-9652514e9bdd",
"f69543be-f36d-4414-8b39-16baa2fe166d"
],
"Groups": [
"93de132e-573e-48a6-aea2-9f2d2481d6e8",
"bacdf999-4253-4a40-b1ba-8eebba9bbafd"
],
"Opportunities": [
"65a6da0b-f789-415b-bb7c-487b3275d47a",
"057be890-e071-41bf-ba54-454b8d016980"
]
}
},
{
"Id": "83f584fa-2530-4c45-bc4c-b076cba54ad9",
"ParentId": "a8a55525-0cdc-4999-9cc2-b94f51740622",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e439ac0a-b748-468b-9574-8039d3508a16",
"f0259702-d19f-455c-8e69-8422136b7dfc"
],
"Companies": [
"6b7f9850-2e28-4c35-9614-9652514e9bdd",
"f69543be-f36d-4414-8b39-16baa2fe166d"
],
"Groups": [
"93de132e-573e-48a6-aea2-9f2d2481d6e8",
"bacdf999-4253-4a40-b1ba-8eebba9bbafd"
],
"Opportunities": [
"65a6da0b-f789-415b-bb7c-487b3275d47a",
"057be890-e071-41bf-ba54-454b8d016980"
]
}
}
]