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": "1b385c02-c35d-4c74-a32b-aeaad064e996",
"ParentId": "b2b69387-4792-4104-99b2-3ba602209cf3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"476b27de-1225-46a3-948e-fcf77ec9d532",
"8526700b-29ca-4115-8f08-4b29a067a558"
],
"Companies": [
"81a98451-9a12-42f0-ad8c-fc776062989d",
"a3fea34f-6d05-49aa-8c89-2e46ec149165"
],
"Groups": [
"2d1a6373-2c58-4e48-b192-3c737bdc8965",
"e959023c-5d89-4a70-b75a-3982d6e3c8c9"
],
"Opportunities": [
"4b1556ad-93f4-480d-8a4b-c70d388fac07",
"5df9c6b8-bfa6-42dd-b0ff-b12946e738cb"
]
}
}