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": "c8177eb8-5f3b-4acb-b223-9f51d1b0bbab",
"ParentId": "e87db3a1-2fe9-4501-88f8-7b3fe5555193",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f266f228-e66e-44fa-a0b1-2205dee58185",
"b53dd0cb-f693-477d-85bb-7f2375442102"
],
"Companies": [
"2d04245a-2614-4940-a5d6-027dfb0f07c8",
"93bf498a-67c7-492d-8f13-2e81ef4261d0"
],
"Groups": [
"71ea9203-7db9-434b-b03d-a52b2fc0e3ab",
"415b9267-c408-456d-854d-1e5f32e8d713"
],
"Opportunities": [
"2d02e69b-4fb7-4fce-b314-d71496800282",
"cf779692-f48e-4ca8-9c9b-5a674d74e634"
]
}
}