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": "7711754c-3584-4865-a84d-86d5cdf76049",
"ParentId": "b1d8fedc-1ada-4eaf-9671-6d54658ff961",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a3f158ee-b264-4647-a14d-3927a607477a",
"b65103b0-cc59-4f0a-a25b-2ff9c2781171"
],
"Companies": [
"c8f0c51d-c431-4b51-8383-5477846d94fb",
"94319756-4983-4721-99f1-33fd98f1aa55"
],
"Groups": [
"839905ba-cb65-4659-90c1-4bc95db4270d",
"1a18e25c-af7a-4e86-9e35-1d7db88bdade"
],
"Opportunities": [
"854238a7-f0b6-4f6e-b144-4273ee7ad6e3",
"4d8ba4e9-c8fa-438b-b8ee-5a70f65dfd4f"
]
}
}