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": "1c1ce4e4-880e-42a7-b3c6-4ff529f65039",
"ParentId": "6c8dc03d-1ed7-47e8-a8ec-25b5c4f398ae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f3734251-bc1b-4a30-b1a2-57a9fb10eda9",
"f681d056-07c2-47fb-88c5-bc85f6febab9"
],
"Companies": [
"e3440298-54cd-4946-9fb3-6267bef5997d",
"958899dc-5fb5-431d-b318-4f406d36fc7a"
],
"Groups": [
"e94a41ca-92af-4562-ab64-b5dc331b010e",
"47da2b4b-8728-463f-bf2e-85ddad16ac0f"
],
"Opportunities": [
"15c8a02b-1c8c-4ba8-abf9-08c3d12859ae",
"f89fbb5d-f170-404e-a2a1-0e056217d462"
]
}
}