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": "116bc98b-ca9c-4cef-aff9-a214e2e88878",
"ParentId": "dbd339c6-f484-4266-8f19-6276405873cd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5d2b28f4-56ee-4d81-aeb8-b66c8808135e",
"02cd8320-716d-46b1-9859-1fdace27ed6b"
],
"Companies": [
"d1bdb686-8a8b-4911-8b1a-9ea0f2341a82",
"1e6f727c-3086-4b26-b92a-72545f385fe3"
],
"Groups": [
"834c5b26-1702-4141-b7f4-9a4fc267905f",
"b7b61acd-a6ef-4325-ba8e-68ad4452d6da"
],
"Opportunities": [
"759ab40a-a995-4963-99aa-ebfad0fc4c1b",
"33cefbeb-2c6f-40b3-ba37-8381ab6dff1c"
]
}
}