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": "d7edc547-a9aa-48ef-98ca-167ebdb40c2c",
"ParentId": "b1958269-36a3-4247-90e3-a73eea911822",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"327e7ccf-8b48-401d-84a2-21e496a1933c",
"f84cab88-9dab-49a5-9d7d-fc5a9152ce08"
],
"Companies": [
"6581dea4-2ef0-4738-b085-4ebcfbefecf4",
"456a43f0-e0a0-4947-aa01-29539d3cbe07"
],
"Groups": [
"aacc533d-3a4a-4433-964b-d4fa793c1605",
"16246697-2bf1-4d5a-9bf9-4a18538db453"
],
"Opportunities": [
"8feb8589-e182-47ab-9078-3d02b21c99ee",
"cbeb8f82-18a7-4012-b0ce-bc44ac9318a4"
]
}
}