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": "207cb57e-cd61-4be6-8db2-2bb94f4f8838",
"ParentId": "8a383a2f-afab-409c-b4fc-e8ee530d32c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e2692ac0-dd2e-41f1-8d9a-484aab9bc557",
"2a04b9da-a26f-42d2-918d-7c861cfc9c3d"
],
"Companies": [
"c29414a9-ac5a-41c8-95b9-85d0602f566b",
"21c5e1a7-f868-43d4-9427-83ae1fdb865b"
],
"Groups": [
"e7e0627d-29d5-44a7-90b7-5f4fc94a5505",
"b4865c0c-d08c-4069-bb53-f0fc5bd79bd1"
],
"Opportunities": [
"6b584d72-13be-455b-87c6-f3d20d9f565c",
"01c81786-1089-4a53-bd20-e01f7d266c1d"
]
}
},
{
"Id": "207cb57e-cd61-4be6-8db2-2bb94f4f8838",
"ParentId": "8a383a2f-afab-409c-b4fc-e8ee530d32c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e2692ac0-dd2e-41f1-8d9a-484aab9bc557",
"2a04b9da-a26f-42d2-918d-7c861cfc9c3d"
],
"Companies": [
"c29414a9-ac5a-41c8-95b9-85d0602f566b",
"21c5e1a7-f868-43d4-9427-83ae1fdb865b"
],
"Groups": [
"e7e0627d-29d5-44a7-90b7-5f4fc94a5505",
"b4865c0c-d08c-4069-bb53-f0fc5bd79bd1"
],
"Opportunities": [
"6b584d72-13be-455b-87c6-f3d20d9f565c",
"01c81786-1089-4a53-bd20-e01f7d266c1d"
]
}
}
]