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": "1e792a42-87d6-4077-accc-93da346a3c36",
"ParentId": "db241779-d19b-4c2c-9d0b-706117ee913d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d8bf2cad-77c1-4824-8231-16b782c56865",
"1088b766-edd4-4c5c-af48-d18eaed7aaab"
],
"Companies": [
"bfbc312b-01d5-4f35-ab38-70ae91ec62e8",
"5340ba4c-d91a-432a-be64-776e276548be"
],
"Groups": [
"11000d52-2a97-4254-9cba-7df35a2de3d2",
"9a6ff06e-0666-44a1-881b-c684d7aefaff"
],
"Opportunities": [
"f3c88ed1-2da8-41d7-b46e-bdcdfc2a959a",
"445ee8b4-f3c9-4a74-aa42-f5b11bb9d400"
]
}
}