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": "e3c3deef-9294-48d9-b3b2-1e939b7b9e92",
"ParentId": "0cb4e2b3-a173-4e71-8c9f-9afc3ab7bed0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"519d340b-488f-47fa-863a-b4e5e7fdf0c2",
"02422092-fd53-4268-b764-c2b0b280bd9d"
],
"Companies": [
"269befc9-62f1-4fe1-9859-dee09a099936",
"6cf4e012-03d0-45a0-b7e2-22f3fd1eac49"
],
"Groups": [
"aad146f4-704c-46ba-84e7-3b427a847bd6",
"12be483d-aefa-400c-8102-eaea56188d0a"
],
"Opportunities": [
"6c9a906c-7f47-4767-840f-f1706f572865",
"908fab1b-608c-4e97-9f0c-1d8ad8f7d123"
]
}
},
{
"Id": "e3c3deef-9294-48d9-b3b2-1e939b7b9e92",
"ParentId": "0cb4e2b3-a173-4e71-8c9f-9afc3ab7bed0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"519d340b-488f-47fa-863a-b4e5e7fdf0c2",
"02422092-fd53-4268-b764-c2b0b280bd9d"
],
"Companies": [
"269befc9-62f1-4fe1-9859-dee09a099936",
"6cf4e012-03d0-45a0-b7e2-22f3fd1eac49"
],
"Groups": [
"aad146f4-704c-46ba-84e7-3b427a847bd6",
"12be483d-aefa-400c-8102-eaea56188d0a"
],
"Opportunities": [
"6c9a906c-7f47-4767-840f-f1706f572865",
"908fab1b-608c-4e97-9f0c-1d8ad8f7d123"
]
}
}
]