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": "c73107b9-1e76-45e1-9fad-edd7ea2e0ceb",
"ParentId": "15cf5b69-ac24-48d7-b961-9f895ff1c645",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f8beeda2-f34c-4c20-a312-22b826d8ad11",
"729276fa-02a3-4962-999f-5dff04e6fa61"
],
"Companies": [
"7124e7f8-3f63-4c0d-bbe6-0d3ff5d5dbfe",
"f3ef4fce-dd43-42d9-8494-a69db09fa8b9"
],
"Groups": [
"6d2d479c-5c9f-41c9-8533-156d33060e7a",
"c30a8c69-ad48-4878-8555-8d53a594e4ec"
],
"Opportunities": [
"e93d1d30-85be-40e7-a3c3-55b8194b15d9",
"0fbb5cd4-3cf9-4eb9-9a09-0405888dc641"
]
}
}