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": "3fab2e39-3200-43ea-a72e-33f326c8ed2c",
"ParentId": "05a94a5c-7ece-48ca-a30f-a95751442b89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"db77423f-9ccf-4d29-be3d-9e37775d4b7f",
"0a90df77-7ba2-40d9-bde9-6d067fc240ad"
],
"Companies": [
"755ccea0-21de-4a3a-82f3-deed5797f056",
"01670ff7-e021-438c-a33c-c2dabf6e28c2"
],
"Groups": [
"e2fb2638-b70a-40b8-8340-ce7bb258a00f",
"17d176c9-12a3-47f0-a469-4397e072487c"
],
"Opportunities": [
"c1ed9086-bb41-4b4a-a0fc-c8a7ad13b048",
"103fb4d9-d652-4a9d-9a6a-f1640cfdedd9"
]
}
}