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": "4806aca4-75e8-45bf-a7b0-beaddacc8839",
"ParentId": "454747a1-426e-4dae-b4c3-2b41eea73d3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"08c6de3b-b256-4293-9725-b36af8f6bc8d",
"f9edf205-76c2-4853-9080-9a959ba35ea2"
],
"Companies": [
"f3f43909-97f3-406a-a3fc-7cf0a406b3a1",
"cd28ea96-311a-459e-adc2-5fba1d1f237e"
],
"Groups": [
"319de46f-4aad-4bb8-89fa-1f3097707467",
"a930893f-ba97-42ce-8811-9d2b9b894a4c"
],
"Opportunities": [
"9c32a8d2-314a-4e98-827f-78bf5637c1bb",
"50b54ca8-bbb3-4cd2-821f-50977f06b02f"
]
}
},
{
"Id": "4806aca4-75e8-45bf-a7b0-beaddacc8839",
"ParentId": "454747a1-426e-4dae-b4c3-2b41eea73d3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"08c6de3b-b256-4293-9725-b36af8f6bc8d",
"f9edf205-76c2-4853-9080-9a959ba35ea2"
],
"Companies": [
"f3f43909-97f3-406a-a3fc-7cf0a406b3a1",
"cd28ea96-311a-459e-adc2-5fba1d1f237e"
],
"Groups": [
"319de46f-4aad-4bb8-89fa-1f3097707467",
"a930893f-ba97-42ce-8811-9d2b9b894a4c"
],
"Opportunities": [
"9c32a8d2-314a-4e98-827f-78bf5637c1bb",
"50b54ca8-bbb3-4cd2-821f-50977f06b02f"
]
}
}
]