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": "555f6cbd-d0f5-4dc2-b6cb-5c63a29716e1",
"ParentId": "d0d77d6f-2575-4c9d-aae1-8aa0ae3b343a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bf429861-d87e-4c6e-b846-11ff75cdf6e1",
"16c14e72-75b8-40ea-9081-6b364346cc5a"
],
"Companies": [
"40c69fc3-bdec-430c-9f84-6ef5912761cf",
"e469ac2b-cc7f-48dd-b12b-cc0c0419e195"
],
"Groups": [
"0628a531-fd47-4d8f-8cec-3b830795d8f5",
"055de17b-67da-4876-b2d5-639a2dc5e78a"
],
"Opportunities": [
"50f8752a-972d-4b21-980d-c6e74eeff3c4",
"551afde2-525c-47ce-b8ae-f7cc516f1229"
]
}
}