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": "dc1851e8-25b8-434d-a47e-71491d831f1f",
"ParentId": "295425cf-ae46-4663-88ac-73e17c9ee4d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e5d637df-6afa-4168-a9c5-05fa69f3ed43",
"809dd1a3-295e-41fb-9ea0-ac609f9ba725"
],
"Companies": [
"d0fd91c0-c0b3-4219-bcc7-120ffded79b5",
"a6811374-453b-4983-a5ff-cf848b0c13d2"
],
"Groups": [
"547825ce-c5da-41bc-9a91-c2babe6d058b",
"85e0dfd3-148c-46fd-b7ec-70b5093b933d"
],
"Opportunities": [
"bbdd8e58-76b0-4afa-a520-e8bc2763ee6f",
"a3e1c1cf-74ae-4839-af4c-be6d53d53c14"
]
}
}