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": "231a272e-45d3-4e4c-9819-2787e73fc1ff",
"ParentId": "7294271d-72fc-450b-999c-95c34fd72210",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3a1f6e7c-40b2-441b-b5af-3b9d2ea47a1c",
"0f4db077-d304-4ac5-bd3e-c4fa81d1d9e7"
],
"Companies": [
"b139bf10-41c7-41aa-a37b-90445a58af1c",
"6f6aba33-47e7-43d1-9834-064a69fe35c8"
],
"Groups": [
"90dab358-ee39-4e01-8187-125c22dde135",
"c650d54e-bb55-40c8-b5ac-f53e623df103"
],
"Opportunities": [
"79b5a5d7-fb48-4284-ab71-e64b1ee91cf9",
"3599f811-0a62-45de-bb5d-a21489e51302"
]
}
}