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": "2f87165d-6e39-4429-a5bf-df65d540a1ef",
"ParentId": "c16bd524-7337-4cea-b161-82eb1b72ce50",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f3bc63da-6a9c-4f93-bb18-e3a6d48aba84",
"627c9296-abf7-4420-ae1e-1cbc913989c1"
],
"Companies": [
"9aad0075-00b4-4042-90c3-4749b75c5429",
"720cab72-de92-4fb5-8d80-56bc382d1d66"
],
"Groups": [
"313326bc-962c-46f3-99b0-3120a3060f79",
"507e718b-b1dc-489c-af3b-97bc0f1c702f"
],
"Opportunities": [
"eb45eb3f-537f-41ac-b98b-f64ba44427ea",
"7f832c21-8824-4e55-ab98-339be5d85e8e"
]
}
}