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": "0dd297a6-8e12-4b39-9405-74df564862da",
"ParentId": "d6936f52-26fc-4d7e-99a1-8b8119b0502b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9ae5b49f-7cee-4717-9421-6afc8049805d",
"3d45babf-e1b0-480e-a34c-1eb85fd30cb3"
],
"Companies": [
"9ac54907-6ce9-48cd-b8e3-d41acdadf73b",
"83596058-8530-4630-9083-74259a1f02fa"
],
"Groups": [
"3dd72192-7f37-4d2f-ba66-0472f92e76a8",
"b1ec1ce8-089f-415e-93f8-986e5f97f5fc"
],
"Opportunities": [
"5ec24f75-7a36-4449-ad7e-6776f44dce5f",
"d56deb73-8f00-41df-92e1-08f7fc18eb0d"
]
}
}