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": "885a110c-412b-42b7-9cfb-35b762615f7b",
"ParentId": "be62d8e0-88c1-423e-bd16-f190e696e202",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a8d5e2b1-685f-4694-8ce7-41ff6829b3cf",
"8efb2286-8cdb-494c-a21a-6352af123d41"
],
"Companies": [
"ad67e42a-559a-4215-922f-83354845868c",
"21c5d97f-4eb5-44a0-b574-ba57d189c371"
],
"Groups": [
"ed0d80c6-703c-4bff-92df-21780abba9c1",
"4e66ec10-7284-41fc-ab35-e67596076d7b"
],
"Opportunities": [
"f75534f8-d67b-4f41-8097-f70d8ef514c5",
"28daf64b-2000-4874-9e20-94209e561ee0"
]
}
}