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": "7625b92a-9473-44c6-9720-e5260309c909",
"ParentId": "40f8b3d6-531b-4155-94cb-bb66d9df70ab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c577fba0-8c9e-4fc1-b48f-7b7339d4a3a3",
"d3cf17b9-28d6-43fe-8228-d5d5a4f14091"
],
"Companies": [
"d04e6c42-4bc2-4df8-9b75-4652b584fe06",
"548191b1-8c44-4af5-937c-599d632449d8"
],
"Groups": [
"4bd9dbba-8fad-4ae0-a9f4-f515f9c4b61c",
"b7984c88-0145-4ece-ae69-a5ca41b8598c"
],
"Opportunities": [
"291d933e-efa3-4342-813f-89c7e0ef374c",
"e91349cf-9ef6-43dd-990a-a6c97b6ade37"
]
}
}