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": "66fb3394-256e-4d78-a330-ecb576d6276a",
"ParentId": "9740462b-9d84-4abf-aa3b-240b70d96912",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c0653424-6115-45c2-a176-e7287c0efcf0",
"cf399b31-970a-45b2-8c38-485927eee4f6"
],
"Companies": [
"a9181acf-8b72-4e03-b41a-49872542084d",
"0ed278ae-0ec8-4eef-a740-1aa8f0cb5278"
],
"Groups": [
"a8f83378-e450-4929-be07-783dcb8f53d1",
"0603e6da-7c7d-4e81-9c4d-3ee64dd8eb88"
],
"Opportunities": [
"8c2433d9-5552-40aa-a1b2-9b02944ac22b",
"c0b7f55e-f1c3-416b-ad5f-dd8e77b21007"
]
}
}