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": "6bc4f7ff-cb29-4973-a2e6-005d94dab162",
"ParentId": "34060de4-80ce-481e-9743-2ecce0906fee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"100c069d-5258-4985-903c-6c6fd6a9e815",
"2983fcd6-eeb1-40d5-8084-da8217f06c11"
],
"Companies": [
"de5f72b5-6b95-4a2d-b62c-a76a89bc4497",
"feeb1099-5c26-49ba-a1b1-e4de81c94b61"
],
"Groups": [
"43a5886b-b9fb-41f9-8803-fbe10f92f0d1",
"6994bbbd-d886-48af-80c3-4ab7d28363b3"
],
"Opportunities": [
"42c41113-493c-4969-bced-3fd33f30a8c1",
"965015d0-b268-44b9-a109-701ad0c6db39"
]
}
}