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": "ca80313b-5702-4168-9462-cdcef6ba67bb",
"ParentId": "82862cc4-2e6b-4bc9-a253-4d07fd89b384",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2986076e-2bbd-45c9-80d5-2f47d9a2e2ae",
"962d06f3-b4ff-400e-bf36-9bfbaa017d99"
],
"Companies": [
"32b08dab-0317-4451-970a-3aec14c9705a",
"d98d43aa-3c8f-4eac-bf8d-1d1cc4cc8da8"
],
"Groups": [
"3a8316b9-16c3-421d-98ed-12379ec6d9d3",
"36f6978b-6290-453c-8820-ab77bdcc627d"
],
"Opportunities": [
"884969e7-5906-4bc0-a95a-9f80dac016ec",
"064b5ae3-d035-424b-b726-39356189605a"
]
}
}