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": "a86b0ed9-a3bf-4cc5-a4a4-7635796cbb89",
"ParentId": "cadeaba1-2ada-4eba-8250-7b241532e4bf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b20f3140-c6af-4b8c-8a0d-13f3c2cf75b6",
"bbb3cbc0-99f5-41f6-ac0b-b24182d3a3e1"
],
"Companies": [
"32a4cdee-3f3b-4caa-b101-37995e990e23",
"558a964e-bd6e-4b20-b2f3-6ed5b1c0ffd4"
],
"Groups": [
"35346c70-e4d7-4637-816e-70d24f632b72",
"484f9815-9d11-448a-858f-ba70bc73955c"
],
"Opportunities": [
"ea38b46c-1724-489a-a59d-a975fd58fcd3",
"a790ba78-07a1-407a-a1f0-5c274f0fc47a"
]
}
}