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": "3909d2dd-fefe-4820-aec9-a37d72d09bdd",
"ParentId": "18896866-4e59-4290-8c60-c8e3242b5570",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d5253252-c82d-41c9-a8c5-146584dd1787",
"03a5bb59-cc5e-4a57-a033-b42c02c51fb6"
],
"Companies": [
"5fdf585c-4957-4fe7-be6f-0f51f5358e7b",
"f9264cfd-0585-4098-bc04-f0c0b45a261f"
],
"Groups": [
"f61a2909-1720-4e5a-9148-4a3d2df0a692",
"aef94ed6-e3c3-4ced-a89c-644925807abe"
],
"Opportunities": [
"dfa251b8-d25b-4538-81e1-7f57e4a0829c",
"e7e81a96-b7ab-4d19-8a6d-46b9d3d639d0"
]
}
}