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": "82a43359-32f6-45e0-94af-8515d14921ae",
"ParentId": "314019b7-06b3-4790-83cf-c6514aa49446",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"762d805f-27aa-4acf-a706-15695cb2015c",
"598fe200-b17e-4f77-b9c8-498305a72591"
],
"Companies": [
"8c097efb-0d6f-4459-b9ed-cf3ba7fb26f3",
"45f3cc90-f94d-472f-9158-11d278ccbd46"
],
"Groups": [
"469ab94c-ca4d-4a22-ac7c-a2720d09b545",
"71cbaa43-7c3a-460b-b481-0f8f292fbce4"
],
"Opportunities": [
"da36d967-bd16-413e-a5c2-b3b676e5df3f",
"4c529e2a-9c03-4884-b8eb-3f7da5da159f"
]
}
}