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": "7ce6c905-5aed-4b04-ac57-4e84d3d0cf4d",
"ParentId": "2e01925c-fd48-41c3-9038-930911f56608",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"939f89c5-8529-49bf-86b8-2d716be6c867",
"9b78451c-9710-4b32-a828-ab0287bb1a69"
],
"Companies": [
"ed59930c-e0f9-44d4-856f-f57a68e3d2f1",
"3649411f-e3e7-4bb7-884a-f20c73a4f5ba"
],
"Groups": [
"187aa231-eac5-4786-a4b5-ebe4dbcdaf79",
"58cb21c8-e8ea-470c-a130-83f5b0a3ac50"
],
"Opportunities": [
"caddac26-1e4c-448e-a58b-ada99e8983df",
"52c16785-813a-4782-a57b-abf1127bdfc0"
]
}
}