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": "c788c901-6a2e-4d8c-bc25-959148ef9c2d",
"ParentId": "dfad5d73-bf13-45f2-a141-965909f41bb7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"93ab2683-b193-4246-b387-fd40e4c1f27e",
"e3de8ba0-06cf-4f17-bd80-5685ed6ef0f0"
],
"Companies": [
"4f4499dc-ca03-426b-98b4-0acb58f5df2f",
"cd229656-37e6-4d1b-8a43-862ce3ff933f"
],
"Groups": [
"0a52cf27-63c0-4ba5-a0c1-d82c5c9f6367",
"32b21acb-2459-425a-98f8-b0d59caed9ca"
],
"Opportunities": [
"8d5f705c-bdca-4c0e-bbd9-06ffa0929a00",
"0634e88f-3401-4ad9-9ac7-4887b7855ecd"
]
}
}