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": "1d946b56-c21a-4cf0-b48f-18ea3b9f3dcd",
"ParentId": "b68d1a95-93f7-436e-9fb2-f24a159c9b46",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b55f8f8e-1030-4c7e-b534-76859742a66e",
"856afdde-743b-409a-85c6-93c32b1f4b9a"
],
"Companies": [
"bf11723d-2281-41e4-b1fe-5a9f69f2305b",
"b112f901-fe54-4f78-8ce6-7d282cde87c8"
],
"Groups": [
"033a3e8b-0892-41f5-b33a-2c455ecf2b01",
"5fe8330d-12d2-43f1-9bf7-9406a628289a"
],
"Opportunities": [
"cc9a0117-64e8-4663-9428-b90b74a657d1",
"fb729f8b-48e2-4b23-9b12-468cad42af84"
]
}
}