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": "c884fd96-6a78-4d08-bd98-0f69e4bca6b3",
"ParentId": "1dff02c6-6289-41a8-9617-c64a86f3d0b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"61be3020-c2b9-4f06-ad42-28924fd05348",
"d84704be-4542-4607-9a00-956790f94e95"
],
"Companies": [
"61382a96-e400-459e-84fc-35e40acf8ca7",
"1f55fed8-e216-4778-9940-39510393036a"
],
"Groups": [
"4985d255-ee00-4ee4-bcb0-ecbf1ea2d55a",
"75a5a6ff-d1c7-4d46-b30c-c18e359157be"
],
"Opportunities": [
"b16fbf52-61e4-440d-aa04-9d0eee8bff99",
"e73df0af-0a79-45c1-a45f-336580d38c9a"
]
}
}