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": "f42199b4-468d-4691-8ef2-9034f400d714",
"ParentId": "e66f3158-b894-456d-ae5d-06aae81b8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b6135fc7-276d-4220-8fe2-aab88962002d",
"a6477786-95fb-41b2-8c2b-ee103096a544"
],
"Companies": [
"ad9aa3c7-9f83-4e19-b716-0a61c94c2ad4",
"e1747afb-648b-4322-aec7-b875695886f7"
],
"Groups": [
"4529b6c4-357c-4ff8-a4db-1003c27f72e0",
"197ede15-f750-45d3-9271-3fe0de7f5411"
],
"Opportunities": [
"f3c90cdc-cf5e-45d4-92c7-374955651cf4",
"d932714e-cd0f-4a79-aac5-88ff95f23cdc"
]
}
},
{
"Id": "f42199b4-468d-4691-8ef2-9034f400d714",
"ParentId": "e66f3158-b894-456d-ae5d-06aae81b8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b6135fc7-276d-4220-8fe2-aab88962002d",
"a6477786-95fb-41b2-8c2b-ee103096a544"
],
"Companies": [
"ad9aa3c7-9f83-4e19-b716-0a61c94c2ad4",
"e1747afb-648b-4322-aec7-b875695886f7"
],
"Groups": [
"4529b6c4-357c-4ff8-a4db-1003c27f72e0",
"197ede15-f750-45d3-9271-3fe0de7f5411"
],
"Opportunities": [
"f3c90cdc-cf5e-45d4-92c7-374955651cf4",
"d932714e-cd0f-4a79-aac5-88ff95f23cdc"
]
}
}
]