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": "b69c64b7-7faf-4f55-909f-ad6541105abd",
"ParentId": "477486b5-0a90-4bb5-a7b8-27b512dd96b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6ee16a9d-a24b-43de-b7b7-e5b8d6eaa5c5",
"8a4c3e70-4023-437c-a18c-d771d519b613"
],
"Companies": [
"279cd5fa-e7c7-4df8-b58b-8c6090bfcab4",
"0ba229af-3170-4e26-b2a4-94a6997d7105"
],
"Groups": [
"4910901b-5204-40f8-9d7f-27c8d6196144",
"d281d2e1-d7a7-4b4a-b12c-e9cb24bf068c"
],
"Opportunities": [
"913f4ffc-3637-47f7-89df-94d9110a6273",
"e6a2f777-8f52-4280-9de0-b5d87353a7a8"
]
}
}