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": "748a0da3-77b4-4936-b078-faeec9f2f880",
"ParentId": "1661f307-2b41-4660-9245-102bcdc62603",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"49769ade-1bff-48d7-b4b2-3f48d81994ce",
"d6aba1d6-fc2e-423a-98f7-ebe42b981e4e"
],
"Companies": [
"0da6cc32-36a8-4982-b249-fd9042c16590",
"7564f3c8-828a-476d-90a0-eb1b792e7953"
],
"Groups": [
"05a84c6c-e388-4fe1-9d95-ca29c6598f81",
"b058706e-d2f4-4d2b-96f5-363b33fc41c4"
],
"Opportunities": [
"8fd69688-0b3e-4bbb-890c-e214d0a81c76",
"e7fcf83b-6f3e-4720-958f-d25a4fcdf462"
]
}
}