GET api/Opportunities/{id}
Get a Opportunity by ID Supported Headers: SelectField, IncludeLink
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "8a19460a-febd-4f8d-b70a-2e4037fe3f1e",
"ParentId": "b8c34377-56b6-4b23-9aae-9d2684b5612e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9781efea-fa45-4763-b92e-62d38af559dd",
"4c98e62d-6ec8-41cb-aa16-7e1a753811de"
],
"Companies": [
"37e07c58-4f5e-46fc-9cd8-c52bfa5ba132",
"8e0c00b8-b5fa-4a4d-abcf-494495e54cfe"
],
"Groups": [
"f3d20644-32ad-4734-85d3-b18c2d9ed3ac",
"e4eddc48-f524-4125-8a43-801b7a250c1d"
],
"Opportunities": [
"2ca47cf4-6633-4eaf-b08a-30a69927ce94",
"67f747b6-20fe-4da0-b975-d08ffd4a0d19"
]
}
}