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": "3dc49c90-3870-41fa-bf26-10a94aa2efb1",
"ParentId": "0ea78b8b-2784-4cc7-b35c-4fe18b573a85",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4c997707-c720-4a68-a381-22b1c5542965",
"0bcaabe7-52e2-4393-949f-327c31179174"
],
"Companies": [
"e7085748-c11a-46a7-904c-e3992b098e1f",
"ff5cd61a-0b66-4118-a9d2-1db7c3f5e5e5"
],
"Groups": [
"76248636-0ef9-45e6-b5f2-0714fce85c46",
"e1f856d6-6db1-44b2-83dd-9bbf966c9eed"
],
"Opportunities": [
"01835ddc-04a6-4ede-9297-6a442fccf3dd",
"65b1d2b7-d512-46e1-8a7f-84ec51087807"
]
}
},
{
"Id": "3dc49c90-3870-41fa-bf26-10a94aa2efb1",
"ParentId": "0ea78b8b-2784-4cc7-b35c-4fe18b573a85",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4c997707-c720-4a68-a381-22b1c5542965",
"0bcaabe7-52e2-4393-949f-327c31179174"
],
"Companies": [
"e7085748-c11a-46a7-904c-e3992b098e1f",
"ff5cd61a-0b66-4118-a9d2-1db7c3f5e5e5"
],
"Groups": [
"76248636-0ef9-45e6-b5f2-0714fce85c46",
"e1f856d6-6db1-44b2-83dd-9bbf966c9eed"
],
"Opportunities": [
"01835ddc-04a6-4ede-9297-6a442fccf3dd",
"65b1d2b7-d512-46e1-8a7f-84ec51087807"
]
}
}
]