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": "aefcea90-8673-4f1e-83f0-356e8d225ee5",
"ParentId": "0594804f-3fb6-469f-9061-5d802f0ff7aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5b5cc177-6c18-4210-b3da-1489cf1efc4e",
"b3ee04c0-3c1f-4ae2-ab68-f9e969560cd8"
],
"Companies": [
"5b87bfbd-a114-4a8d-a92c-64b90d3d3711",
"cddb6057-9d08-4c63-9608-74e07eedc70b"
],
"Groups": [
"fbfbf535-c52e-47a1-a3be-87c8f68ba94a",
"9f285600-2987-4400-9fc8-bc6154865e23"
],
"Opportunities": [
"432e316e-2c2c-4e9d-a27f-f99f89352889",
"707ca13f-f38d-4a8f-a6a8-6135e1e6be64"
]
}
}