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": "571c3550-0b2b-4126-bb3e-e3beda70290b",
"ParentId": "7cb5fe82-238d-400e-935c-2e480f147795",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a45f4f76-c791-4d18-aa4e-bbcf963f35cd",
"17e8a5d4-c5df-4a15-bfaa-2fd6e889e7a3"
],
"Companies": [
"e3aca97e-4a21-4cbc-9685-bbdab61284ca",
"0833d6f8-7176-4abc-bb19-927f2e1a93bb"
],
"Groups": [
"86d9281e-aae5-4434-9ca7-d1dc6a08d14e",
"f4f56897-3f04-4de2-9766-aa0f4062cb55"
],
"Opportunities": [
"528aabf2-0c7e-4b60-a3f6-8b233b6e32af",
"afed4635-8538-48ac-b59e-0a0555530c4c"
]
}
}