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": "a133fc6d-9f4d-47db-b182-e9a4b5fe3f2e",
"ParentId": "acc3a2da-c53a-4de4-b01b-622f9bed833d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"db03b11e-958c-44e4-8114-b6af5918ee5f",
"2b5e7f8b-0398-44bd-bae0-0719ae33002f"
],
"Companies": [
"e89dba95-1f5d-459b-8616-f8ac88daf849",
"67816220-7909-4524-b7f0-bf0e15c5d9e7"
],
"Groups": [
"926143e0-07be-4f9e-832f-2a50b6ff3edb",
"af757d02-d3d3-4f0a-900a-8a24d3df91f9"
],
"Opportunities": [
"85a2fe7b-dba9-4986-a57d-67cb07ea0b21",
"ad10bd21-f121-4c51-9ff2-629c8c9065cb"
]
}
}