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": "50a16219-972d-4690-8cad-ea7eee5b0a85",
"ParentId": "46a4b0e3-9ce9-4ad8-8d35-1040dc5463a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"546216a0-a82e-4d4c-ada5-c8b3155e0b4a",
"189b9880-d1cd-4c00-bdca-18f93a3069c6"
],
"Companies": [
"f4ce45a0-1b74-4ef8-b49a-9119b3eb2e85",
"51486e6d-4536-4ae2-b42b-9d3089d0c032"
],
"Groups": [
"d6f8f548-0b74-487a-a5cc-67adc023e79f",
"3abe6c71-0c64-4322-8327-19528a59f79d"
],
"Opportunities": [
"43b224e7-7f97-4448-9ce4-b66883cf7270",
"cd70b68b-daec-41b7-885d-f1cfa155018e"
]
}
}