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": "a3441c12-7670-42f7-bb8c-b21614154f34",
"ParentId": "01c6109e-b5b0-452a-8fa1-b710e4ce8a8f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d62dbd8c-4bbf-4ffc-93b7-f75ecacdb905",
"23a17915-e5dd-4991-82c9-8c7c22b037a9"
],
"Companies": [
"a11b7162-2691-4cbb-be70-330ed22998b3",
"bb8e1723-a41b-4737-8c9b-7355e3d41ebc"
],
"Groups": [
"18098ace-f15f-4524-b2d9-0793a51eed40",
"49eedc46-ac50-472c-8647-bb8ecacb84ac"
],
"Opportunities": [
"2a97a212-609a-427f-9cbc-b22cb1cfdd33",
"0ab57ba1-9719-4575-86e7-9992be52bea0"
]
}
}