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": "80afb57d-74f7-451d-8641-c41438cbaad7",
"ParentId": "01b4a070-3fd7-46b8-b543-0d68a0535b69",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9198915e-7977-4bb5-be92-869de9a804b3",
"21f00130-b323-433d-a124-3302359a4e53"
],
"Companies": [
"4489c7e1-8760-478b-ba0e-475225b0d3f1",
"019f88b9-4d02-4078-b4a9-f297038008d1"
],
"Groups": [
"0490d54a-cdde-4b77-9062-3b2bb5873bed",
"0479139b-0d19-4c83-980b-39afdaaa6213"
],
"Opportunities": [
"569965f0-7c7f-42c6-92c1-e1a1ac3153f7",
"12bb2765-23a5-46e9-ad33-f831df5de1a0"
]
}
},
{
"Id": "80afb57d-74f7-451d-8641-c41438cbaad7",
"ParentId": "01b4a070-3fd7-46b8-b543-0d68a0535b69",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9198915e-7977-4bb5-be92-869de9a804b3",
"21f00130-b323-433d-a124-3302359a4e53"
],
"Companies": [
"4489c7e1-8760-478b-ba0e-475225b0d3f1",
"019f88b9-4d02-4078-b4a9-f297038008d1"
],
"Groups": [
"0490d54a-cdde-4b77-9062-3b2bb5873bed",
"0479139b-0d19-4c83-980b-39afdaaa6213"
],
"Opportunities": [
"569965f0-7c7f-42c6-92c1-e1a1ac3153f7",
"12bb2765-23a5-46e9-ad33-f831df5de1a0"
]
}
}
]