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": "a1d70075-2f7c-43d9-bda3-536f331863a1",
"ParentId": "8707c26a-08ec-4d3e-bace-14dc133749d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"cd521d6e-e545-4064-8e74-a9022fb491f9",
"c8842943-35d4-4f55-928c-d545c4a74a03"
],
"Companies": [
"c8e0e889-d9ca-4f6f-be18-d5b375713e3d",
"18ea3f37-033e-46c8-8b95-cd2551d3fc94"
],
"Groups": [
"ebadc31b-0965-474f-8d6d-a36799c18bd4",
"501b50e2-6122-4eaa-82be-11c8acb8570d"
],
"Opportunities": [
"c56b532d-ebb3-4b88-97b7-a432594bc017",
"9012e109-5442-4fed-bc36-b4c015b43711"
]
}
}