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": "d4f8b3c8-8865-44e6-9efc-884492b3b911",
"ParentId": "f0a7d651-6c61-4f08-bc9e-4743f52fd920",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8fde3acf-f1a5-4df8-9303-efeec3a425a3",
"306b0900-87d2-4b20-b6b3-aebf3af7156f"
],
"Companies": [
"0df70f5c-25a6-4db8-8f1d-3088c66dda06",
"2b6bcbed-7a93-4af7-9824-4fea8b5e509a"
],
"Groups": [
"284b0793-89ef-454f-a399-4ef6524e78e8",
"ea5259c7-4d90-4203-bb9a-09fa6d28f2b5"
],
"Opportunities": [
"4dfae189-882b-462c-b7e2-cbc2869796e1",
"5b4bde42-3e0a-4ab3-b026-25f0f81f18d1"
]
}
}