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": "96a192cd-f8ee-412b-94e4-645637940d4f",
"ParentId": "dcc3eb2a-d5fd-46f6-b486-7ceea9df34d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e223f917-8e2a-4bbb-a873-817fd8385c5e",
"39574edd-4829-4605-943a-f368a47c9def"
],
"Companies": [
"d2d59647-f657-4e06-bf89-852c8f97b0df",
"e75d17b7-0225-48d8-816e-f58dc2ff93ba"
],
"Groups": [
"347985c7-faae-4d2c-80c2-58c198a45402",
"231f4b87-0004-40ed-89e6-db6fdec946fb"
],
"Opportunities": [
"1757bbf4-5672-44ab-bd92-ae120de2b6d5",
"c5f97848-2b3f-4d4e-8954-d7ca647ac790"
]
}
}