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": "e57632ad-7e5a-4737-9d9f-0248e4d3286d",
"ParentId": "785a7436-a42d-4895-86df-01b4fcf39293",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2ac0fb24-576f-41d2-8037-e9f0a26b08b0",
"80d455a7-9346-408e-bb53-244367a877dd"
],
"Companies": [
"69164514-6279-4e78-88ad-366b51f326c9",
"581537db-6bd9-46bd-af50-ae145f5174cf"
],
"Groups": [
"9f56b095-2c32-4e69-adb7-595d4658455b",
"0828e6e3-ba8b-4723-8282-d0b78d90c3b5"
],
"Opportunities": [
"ef436a1f-07e9-4b24-86d6-37b82f7e61c8",
"67db3cd4-5b66-4937-98d8-0dc20e6a9953"
]
}
}