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": "a29405fc-b614-4b22-a39c-a902d783e7fb",
"ParentId": "402f10ad-433a-450d-930b-8df96e49a2e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8468af95-795c-423e-8ddd-f82be2dd29b1",
"049c0a89-26c3-4777-8d0d-7c1ee4cd4283"
],
"Companies": [
"4c0684c8-14a4-4c31-a954-678aa2d56fd6",
"0f3600df-9825-4bab-894f-f33b963808f2"
],
"Groups": [
"912f7f1f-d018-4bb9-8021-77c3521083e9",
"d3dc0d85-7fb9-4856-9d5a-09b1fbcd5f60"
],
"Opportunities": [
"57a1cc80-69ce-4720-b478-cd5e6dff601b",
"61f4cf5c-9bc7-47a9-8ce8-5137730d68e2"
]
}
}