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": "eed75106-0fe5-496a-880d-363d3ec98d88",
"ParentId": "cef7402e-1174-4460-8b53-d0ba459c398a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e448f378-e292-4088-a27d-31c799a23250",
"db6aacdd-f1e0-4243-b4b2-509aa86a9666"
],
"Companies": [
"ed5002c2-3cd5-4622-9457-2ca32b06a175",
"557a3378-f05f-4ed9-a13d-34e1f07f5172"
],
"Groups": [
"e8f73f55-3a81-4eac-99f9-a3ff271a8568",
"dfc6d570-35c1-45a8-9241-df548a5e9489"
],
"Opportunities": [
"d1b60e1d-2646-467e-bfce-386a8dd15de2",
"23f45121-fb2b-4fe0-b508-685a24b83535"
]
}
}