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": "600e2322-c41e-43dc-832e-bdb8e06aca26",
"ParentId": "9130ceaa-cf25-4556-87e8-791ed0d54941",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"ffdeb47c-6cf9-4715-865e-1616d4153b87",
"7820540d-1f8f-4aec-bde0-ea556c4dcf92"
],
"Companies": [
"efc8c0d1-5bdb-4e96-a5ea-d060bc8f12dc",
"6f686994-0530-40ac-92ab-881c177985db"
],
"Groups": [
"52e8672b-57f5-44d2-a665-88287a09b8cd",
"35161658-3abf-4a0f-8943-7618424d25a4"
],
"Opportunities": [
"b2e03b6e-2a26-4c75-818e-eaa760aae8b3",
"80a98e6f-fa62-46f2-8b11-d767f19b7deb"
]
}
}