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": "a36060bd-1a41-4c1b-a3c4-1dc1928a74fd",
"ParentId": "b36cf46e-28f1-4427-b8bc-9bfdeff80a94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"eeab8c5c-fb5c-44c7-97fb-fce5170e85b0",
"67ffeec1-fe80-4243-83cd-5cb8a36b9e6e"
],
"Companies": [
"dc57bc94-78df-4daf-966e-1748d3021816",
"19fc9c89-f167-499f-a6a3-d1e87f13e1cf"
],
"Groups": [
"6ddfb14f-5a0e-4700-b42d-b3f1e3e8b311",
"9caf70cc-afb7-4ec1-91e1-fb005f285985"
],
"Opportunities": [
"34bbef74-82c4-4149-997f-26353539b7ff",
"d5cd91b5-547e-4401-8fc2-b1a5c1d1ac07"
]
}
}