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": "c8b64e36-f722-43b3-8e29-820ebc020aa0",
"ParentId": "2f4fbf37-5521-4d53-8fc6-70e7667d833a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"54b22f7c-bc17-4c43-90b4-541dc331cba7",
"7a00ee3a-fefd-4f74-835d-bfc4faf1b396"
],
"Companies": [
"c614033f-7c47-4f71-a4dd-7c83008e3047",
"4fda11db-3885-4bad-a284-b0085939c3f1"
],
"Groups": [
"63647250-bc25-4f76-9129-1cae5237d1fb",
"5875a459-9fbf-4311-a9e0-79a3b104b220"
],
"Opportunities": [
"f7ab9794-0f54-4ca6-ac70-69dc2c2baf46",
"2d7f8a6e-9228-4466-aa9e-8fe9b74247f6"
]
}
}