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": "0176c2e6-f95d-47c5-ba36-897ed93e89b7",
"ParentId": "d4c80304-d613-455f-8a3d-497cfc234fd0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7361df07-0eab-4907-9969-7dfbb9e5f93c",
"3bcd02f3-5685-4b5a-baf3-2212b34831f1"
],
"Companies": [
"dd5088ab-3c7e-4b89-91e7-37d40ac73cc7",
"5c12fc53-a9f7-4dda-9b6a-038ba1122fec"
],
"Groups": [
"5af7fe56-1947-44c4-a0f2-83ef717e4d0e",
"e84fb593-581f-4f22-9b16-db1681698b74"
],
"Opportunities": [
"2d6e82e2-d1fa-4666-9929-f8b951e4e4e7",
"1f155cf0-1ca5-407c-be7e-3eaf37a2ca8e"
]
}
}