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": "1ee95efa-640c-4a5d-9343-9c9ae0a13116",
"ParentId": "7aa37fdd-0cd0-4ee2-8386-4ab8f0bf8d1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"ce5f60b3-49e1-4221-b26f-1192342eed40",
"b125de4e-1ace-491e-83b1-e8704522f514"
],
"Companies": [
"ba002c98-321a-48fe-8ad5-bd7e509e8004",
"b58bb89c-ee0c-4fb7-86b3-bddd5d50da41"
],
"Groups": [
"4cb2cb5e-28cd-4787-8a86-e77b1c95d03f",
"ff11a91c-59d1-4701-8a1a-4dee4098af07"
],
"Opportunities": [
"9ad683af-9139-4b27-8857-f39a2a5ca9b7",
"bbd773d1-47d1-4796-ae9b-fd5822f16d82"
]
}
}