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": "22a269f8-e58d-45d9-8373-d17d45bff950",
"ParentId": "22065024-963c-42a8-ad53-3c4d14ed1269",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b85aa395-fa69-4661-a0eb-0cc44ec11958",
"7281aaee-d857-4bce-92d8-c7a438d09aa9"
],
"Companies": [
"6f3d6e96-8bdd-4a3b-9e01-421b4871f266",
"02afbc5c-4437-473a-aa53-3a689cc4bd2a"
],
"Groups": [
"3e0db2b5-6229-43e2-ba43-a0ae0c6e7e36",
"cac071b8-3f5f-42ad-aab3-9648ee79bbc4"
],
"Opportunities": [
"fc655a0f-b64d-4805-bcb8-eefabdad4708",
"4cb09451-a184-4d01-bc17-6eb71809c912"
]
}
}