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": "cccd8098-db64-4bda-941e-8d2207165bf1",
"ParentId": "850a7e73-58d7-42fd-9f65-441a5f8badc6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"56c180ba-429f-4b78-9510-7aad7e114bd4",
"28b5fff6-8faf-42e1-ac7c-138005055248"
],
"Companies": [
"398fa392-b304-4538-99dc-f05eb4379c6e",
"82e7e5fc-b442-4aa9-a32b-7f56cf742d71"
],
"Groups": [
"5a5d937d-31d1-43fa-941e-e8547ab65add",
"53972c60-acd0-405d-9207-743c99f5bd24"
],
"Opportunities": [
"98c1ef7c-815f-44fc-a9a1-5e7867c94605",
"eb2d1d18-697e-42da-90cf-15cb748843bf"
]
}
},
{
"Id": "cccd8098-db64-4bda-941e-8d2207165bf1",
"ParentId": "850a7e73-58d7-42fd-9f65-441a5f8badc6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"56c180ba-429f-4b78-9510-7aad7e114bd4",
"28b5fff6-8faf-42e1-ac7c-138005055248"
],
"Companies": [
"398fa392-b304-4538-99dc-f05eb4379c6e",
"82e7e5fc-b442-4aa9-a32b-7f56cf742d71"
],
"Groups": [
"5a5d937d-31d1-43fa-941e-e8547ab65add",
"53972c60-acd0-405d-9207-743c99f5bd24"
],
"Opportunities": [
"98c1ef7c-815f-44fc-a9a1-5e7867c94605",
"eb2d1d18-697e-42da-90cf-15cb748843bf"
]
}
}
]