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": "93859d98-ec4b-412d-a835-8294029ab7e6",
"ParentId": "d5019e78-c62a-402e-8b58-eb5508cec02a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6240d2e9-6e46-4f57-b695-0566a88dc5a0",
"5799540f-a6d9-4d86-9390-2692d56d077d"
],
"Companies": [
"923b9304-49ea-45a7-8506-8839a9e2bce6",
"05798d60-8ab5-4fba-a058-ec816fa1d5cd"
],
"Groups": [
"a001f6aa-0449-42df-a9fa-320b6b52ba94",
"8eab3706-3e74-49c7-b9da-ee759d751141"
],
"Opportunities": [
"11557947-c00e-4a06-a857-a7fcff4486d5",
"45ab7694-0c6a-4c7a-aa88-202017388535"
]
}
}