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": "f6fe4d4c-f86a-4016-b927-9bc71e321841",
"ParentId": "e832566e-35cd-4cbb-abe4-4025ba0e3d83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"35146f0a-8b0c-4ea4-a100-468b45866494",
"7ce296af-db8e-4b9c-ad61-5e276e262fcf"
],
"Companies": [
"262da068-a0c7-4a0b-bb02-6b5c1d42f27e",
"d397fef0-57f7-4556-91c0-8d3d5e817df5"
],
"Groups": [
"f4db98e0-cf6f-4241-b56a-7a7247435992",
"a8cdb1e1-b02e-42a0-ae24-6503aac4f5f4"
],
"Opportunities": [
"6c4dc36e-7de5-48b1-9e87-e64cd79d168a",
"7d23d807-4647-4a31-97bf-ee0ba66bb014"
]
}
}