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": "31b93d14-db9a-4a07-8c96-b60e63fa1281",
"ParentId": "e7b0d482-4f65-4704-9043-889d0caf1764",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fbbabd1c-2c04-4272-b024-9205b8f5694a",
"a95cc3ea-e414-4c7b-b709-2acdebbca048"
],
"Companies": [
"f2ce7f7f-ea12-4f88-b3e7-89779a3f17d7",
"603aed51-1671-41f6-80ba-2ea76794cf67"
],
"Groups": [
"d3fdca97-845d-4fe1-9964-a82040365835",
"7598cf93-9c6e-47a0-98ee-5cbf52780599"
],
"Opportunities": [
"b5f35a07-6fa5-43f4-8ba5-db64019242df",
"066d15f1-c43a-4bb7-84b3-fdf702b4fe75"
]
}
}