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": "255022bf-e553-4792-8eac-212319000cb4",
"ParentId": "0455ce1e-fa0b-4297-923d-72d99762044f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"97d1047b-6d77-405d-91b9-86b5d6624dae",
"9c56d64e-2b37-4646-97e8-a0bb1be373e8"
],
"Companies": [
"3e214b4e-6a18-4891-87eb-99a7aead94b3",
"294e4643-c338-4906-80e8-56c090a686a6"
],
"Groups": [
"96381ab5-3e5f-4b97-afbc-bab7f2d0e09e",
"0a0b1be1-2990-4397-922b-1d79dca3fcbb"
],
"Opportunities": [
"a488becd-1f4f-4496-bc03-c6cfa6f95e10",
"1ec65149-5939-4e59-978e-2aa10e5897d3"
]
}
},
{
"Id": "255022bf-e553-4792-8eac-212319000cb4",
"ParentId": "0455ce1e-fa0b-4297-923d-72d99762044f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"97d1047b-6d77-405d-91b9-86b5d6624dae",
"9c56d64e-2b37-4646-97e8-a0bb1be373e8"
],
"Companies": [
"3e214b4e-6a18-4891-87eb-99a7aead94b3",
"294e4643-c338-4906-80e8-56c090a686a6"
],
"Groups": [
"96381ab5-3e5f-4b97-afbc-bab7f2d0e09e",
"0a0b1be1-2990-4397-922b-1d79dca3fcbb"
],
"Opportunities": [
"a488becd-1f4f-4496-bc03-c6cfa6f95e10",
"1ec65149-5939-4e59-978e-2aa10e5897d3"
]
}
}
]