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": "f9a18b61-d081-49fc-bbed-e2a736799414",
"ParentId": "6f1c0640-60c7-48ae-b845-25332d05cae4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5dce3a66-3cff-459d-8d8b-75ba6a71ab6a",
"c229571d-a691-4773-87a5-98ef56ac710c"
],
"Companies": [
"0296a73d-1239-4950-b248-c5cf760594af",
"3a3cfc46-91d0-4f89-b3a8-9683c672f23e"
],
"Groups": [
"8bf85d07-3192-4029-b10d-f949e5796d56",
"780ef2fc-8484-43ae-85e3-461f4ec1790b"
],
"Opportunities": [
"cc30c986-9aef-471d-a8e9-7c542baaa5e4",
"4c58c0e4-d5c8-46cc-9a3f-767018e1d711"
]
}
}