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": "5f3b9053-d13d-42ba-997e-075be1ad6e6a",
"ParentId": "64817c99-20c3-4331-98a9-366b202d3a18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0d99d006-5816-4a52-b105-c7550fe80f04",
"07ea556c-6be3-4723-99d5-2e1d2222afa6"
],
"Companies": [
"465c1651-3683-4db2-8e66-851382858966",
"8471b2c1-1c2a-45df-9748-de06613be74a"
],
"Groups": [
"fbdcb831-44e6-42ce-b747-e16262837202",
"d7486d2a-6916-4e1f-b2bb-90bf24289430"
],
"Opportunities": [
"984318ac-445b-4b67-a272-dfa566e0fb1d",
"4925c7bf-8364-49dd-8b7c-4768674945ca"
]
}
}