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": "6fa6aed1-abdf-411a-bb97-0a07de656530",
"ParentId": "11f09d7c-99ee-4145-84ae-cd36ec14cb2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"46b4e2c7-490d-49af-a081-40165d486e63",
"bb603852-3173-4a5f-ab53-2da15d8e91ab"
],
"Companies": [
"be98fb07-bab6-459e-be21-3a32df519e98",
"44172e95-7e33-48eb-bd82-e7f39b36e1cd"
],
"Groups": [
"21226dc8-26b4-418c-bfea-3e05ddde2598",
"7e7b68bb-2f62-486b-b7aa-b82e089c8b65"
],
"Opportunities": [
"4ea380c6-db5d-4475-a04e-7333941ba010",
"5a92e43e-faa2-4161-9fbe-cdf258296b38"
]
}
}