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": "6dcae89f-379f-4e04-867b-b404304a76bb",
"ParentId": "369a3efe-9566-41de-863d-5afeebc93b6b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"555294b2-de9e-4640-8b0a-9791cceedf8a",
"6c9f697e-d852-4299-92b4-f1bc92b32020"
],
"Companies": [
"97d45b25-a185-4a7b-9922-ac8e69679fe1",
"684137a9-a97d-4538-afc3-287ee0ad388e"
],
"Groups": [
"893c25e0-f146-42a5-9ac0-54fae4aaaeb4",
"5c8198c3-e5bb-4269-a969-9d6ceb76c88e"
],
"Opportunities": [
"888604ea-ad31-4a44-b9f8-92413ae1fad0",
"88cefffe-1f44-49ca-b188-7c793769de64"
]
}
}