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": "291410cb-df19-4d52-be30-a338c281d318",
"ParentId": "8be0dfea-e00f-43c5-8589-d6d22b45ecd7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a6b1d18a-f472-45cb-8158-336c5f630027",
"56c7866a-0668-4026-8fc8-aa2d4c3203fc"
],
"Companies": [
"30d18709-31b1-4dcc-8d04-b2d94e70086c",
"250466a2-e5b5-41f4-bbfe-f3c889613584"
],
"Groups": [
"c3fdd256-d7db-43d5-becd-8e18dae9cd99",
"7a7326de-f460-470c-99d5-a09d748ec256"
],
"Opportunities": [
"317f4c45-3add-4c62-a33b-cba37aa05437",
"ce85d141-093d-4b82-a270-8dcc2eac52e9"
]
}
},
{
"Id": "291410cb-df19-4d52-be30-a338c281d318",
"ParentId": "8be0dfea-e00f-43c5-8589-d6d22b45ecd7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a6b1d18a-f472-45cb-8158-336c5f630027",
"56c7866a-0668-4026-8fc8-aa2d4c3203fc"
],
"Companies": [
"30d18709-31b1-4dcc-8d04-b2d94e70086c",
"250466a2-e5b5-41f4-bbfe-f3c889613584"
],
"Groups": [
"c3fdd256-d7db-43d5-becd-8e18dae9cd99",
"7a7326de-f460-470c-99d5-a09d748ec256"
],
"Opportunities": [
"317f4c45-3add-4c62-a33b-cba37aa05437",
"ce85d141-093d-4b82-a270-8dcc2eac52e9"
]
}
}
]