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": "65bc698d-f395-4968-b3df-2b4b63408b0f",
"ParentId": "a81867e3-48a7-4d52-bcc4-c6318b75ab9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a73f8db3-fc45-44d3-b9ea-4f2a318e9dd3",
"f2b0c0d9-eb0f-4170-9e6e-2371e24432e8"
],
"Companies": [
"10856146-2bc9-4e15-903e-d98463880a2d",
"bb8eba2a-b214-4070-9acd-b27782299bcd"
],
"Groups": [
"53f6821e-2e6f-4031-a2e4-01788cec1164",
"fb1f2963-f0ff-4f89-b745-90ff97def900"
],
"Opportunities": [
"814d1fb8-4c6a-4a52-98db-5cfd49313553",
"c95c6ee2-d7d1-4cc3-8b56-d2d4516837bb"
]
}
},
{
"Id": "65bc698d-f395-4968-b3df-2b4b63408b0f",
"ParentId": "a81867e3-48a7-4d52-bcc4-c6318b75ab9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a73f8db3-fc45-44d3-b9ea-4f2a318e9dd3",
"f2b0c0d9-eb0f-4170-9e6e-2371e24432e8"
],
"Companies": [
"10856146-2bc9-4e15-903e-d98463880a2d",
"bb8eba2a-b214-4070-9acd-b27782299bcd"
],
"Groups": [
"53f6821e-2e6f-4031-a2e4-01788cec1164",
"fb1f2963-f0ff-4f89-b745-90ff97def900"
],
"Opportunities": [
"814d1fb8-4c6a-4a52-98db-5cfd49313553",
"c95c6ee2-d7d1-4cc3-8b56-d2d4516837bb"
]
}
}
]