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": "debf7d2e-ccc7-4631-975d-02abb38ba052",
"ParentId": "b2ada991-b415-4167-8754-21553bab2642",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"23493017-f4c0-4677-ba7d-c2d7bcef1206",
"bb8b22f4-0d9a-420f-abca-580caa123bd6"
],
"Companies": [
"718ea3b7-0a02-4c48-8426-64a58b687009",
"97b9fe7b-fac2-4a13-a594-d156ae83f7e3"
],
"Groups": [
"d9ba5bd0-ce78-41bf-a531-0c764c0d0792",
"906d60ce-07db-4051-bc3b-ceec7b400920"
],
"Opportunities": [
"d5b1e9ad-e100-4648-9758-aa2b7b900d95",
"582ec795-b3d4-44a6-9cd6-1c446afd3441"
]
}
}