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": "73004e89-87d6-4a20-a1e8-3af41113d5e6",
"ParentId": "e8a4cc19-50fc-4dc9-aa0c-37073c31a615",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"383a31cf-3cc5-4b4f-81ae-b9b71e359e6f",
"8d93117a-03e7-46e3-a239-a46a708f3128"
],
"Companies": [
"9ea5fa39-d033-4aed-bb19-dfde2f35f467",
"6f539079-d1b5-4a99-97d5-f081447220e7"
],
"Groups": [
"5719c3cf-7350-491c-ba93-620bd3337b72",
"eb85fa2a-3053-421f-91ff-f87dd47ce7a5"
],
"Opportunities": [
"801d6a2c-f482-451a-a05a-c34d66ccd8e0",
"510c94cf-cd63-4ce3-b4c4-86bab2d32405"
]
}
}