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": "9e2711ac-6d0f-4e36-8179-2ec7b825c51a",
"ParentId": "8c31587f-dd6d-4a25-8740-2c1af999cc42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5eaca84d-c87e-4c90-8349-e01de00955fb",
"6c0a2af8-a001-4d30-b115-e820b9a6eba2"
],
"Companies": [
"0edb0395-389a-4303-a197-1961c3591d13",
"e290c95a-5fc0-4a7e-af7f-58af064c8f82"
],
"Groups": [
"773b16fc-0e78-4228-bbe2-9bb33be04aa3",
"c174761d-e5d8-4de8-a1a6-52fad1d66827"
],
"Opportunities": [
"824a6b24-696e-4bd1-bd98-cdc3514e86c1",
"ae218d49-fe17-43b6-964f-70331df68eda"
]
}
}