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": "0faa8d16-3f31-4814-b2a4-e71cf36e61b2",
"ParentId": "726db172-2a44-4d12-af97-4ea1366b7642",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"074edd29-33f3-41d8-8d2f-94abe7d3bd1d",
"dc393c28-0a2d-49f6-b443-c81f1be3da7f"
],
"Companies": [
"68d6b181-f59f-4a22-b8e4-53f6c1d7a019",
"76fc7e1b-0aba-49a0-af2f-1faa8d2b11b4"
],
"Groups": [
"0a816d15-f5e3-4122-a012-21dba587da86",
"fa6d0873-929f-47af-970b-d6b07c18e8c2"
],
"Opportunities": [
"2bfe4a39-4290-4e9b-acb3-24493c377407",
"69fdaffa-e386-4a6b-8d3b-48534c44caad"
]
}
}