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": "6b351b91-30f9-4714-97e9-86c79ab7d827",
"ParentId": "0d2f8e17-57d0-47f1-bcaf-c7ae13711e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"09e3b62e-d689-4659-81bc-f505072b955d",
"6e987b10-1953-4430-bf6e-5ac6bef87c96"
],
"Companies": [
"17b1a8fe-9ef3-468a-b606-7e987276b7e0",
"d40c27a5-602e-4d99-ac03-1d5d593f8e43"
],
"Groups": [
"c3dbd348-0bf4-4ff8-8e12-b2a08b72743d",
"e3dd2b74-ed6e-4757-bc01-84cc2bf5bc09"
],
"Opportunities": [
"c6c3c20c-b36c-4de1-b67f-8e314bdb2e54",
"7c3a9fc6-1c83-4229-9d2d-df16b8365507"
]
}
}