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": "d4b955a8-9b67-4d40-9b67-64c400225713",
"ParentId": "538c4692-7dee-42c0-a9d8-11559b5a2582",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d8e43b63-cc69-44e7-8004-a69fe37d7d83",
"42100ba0-7dea-419f-995f-9857065e68ae"
],
"Companies": [
"eb1bf031-c69a-4cf7-b03b-a8535e8db177",
"7fb3cd97-477a-432d-ac3e-a82a0ac8aacd"
],
"Groups": [
"b915f760-2204-4662-9edf-597005cd23ec",
"6f45f87c-fb30-409e-82a0-d3f6117c82a3"
],
"Opportunities": [
"ffd715c7-d85f-462a-bf57-79b098c585d4",
"6dd6567d-b2dd-44d6-b7ea-1fe45ef6012c"
]
}
}