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": "3b6c263d-d12b-4d5f-9e7d-c0df8a6b0bc7",
"ParentId": "e0c44afa-c0f8-44ed-8d2e-aaf67b6fbf4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fb66c48b-0fe8-447a-b6ac-91695c593ace",
"525d9f0a-5f11-4630-b3f4-309aa462630b"
],
"Companies": [
"7d6b1890-ce43-4c6e-9c58-d70c7403555a",
"0732bb21-c004-4e0a-95c0-faed4b6f5d9c"
],
"Groups": [
"946085fd-99bb-4389-9fde-0eb81c50239d",
"ec34a26f-1c73-45e7-bc80-9a8ba6101825"
],
"Opportunities": [
"22538698-a575-4216-ad2c-9f80bb89aeb9",
"6357aa0c-8068-4e6c-a976-1d00b9364247"
]
}
}