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": "c0e1c537-bcea-4e1d-9733-77320f97006a",
"ParentId": "bf1aa4d0-afcd-4107-8728-ab6445cc25ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b4f10d46-70e1-4948-8807-d9cd0b3598d7",
"ca00688b-504b-4fc2-b8b3-c06ae8e0a87a"
],
"Companies": [
"9890bf06-1135-4694-8af4-fa0006f9a8d5",
"aee0774c-9c9e-4e38-b157-0f50d0ed2c44"
],
"Groups": [
"17d66ed9-7340-4b6f-af6b-fb7b297f85cd",
"ce1a06eb-5aeb-4f9f-8b62-79d11f14ce36"
],
"Opportunities": [
"718c131d-0105-40f5-b494-d9f138689000",
"e13bb569-6e3e-457b-8fe9-e7ef4fa4677e"
]
}
}