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": "77f9aacb-ccd7-4333-aa9a-67f5024b466d",
"ParentId": "64b8c074-9dc9-4f7f-91c9-837922eafbbe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0bb27b00-21f9-4acc-9d4e-268f4115ecfb",
"d4b150ce-eff6-46e4-9b43-173eaaab6616"
],
"Companies": [
"1b92c1f6-ff7b-4ac7-9b73-bd49914f51e0",
"57b24ef7-f043-4b6e-80b8-4a96c4077d26"
],
"Groups": [
"a4af7f42-1c93-4fd0-bdc9-4941d1bd6743",
"76aaebf0-f65e-4ee1-b45e-b413da240517"
],
"Opportunities": [
"e74e3aea-1ae2-435f-b424-8d607fa0e62e",
"93b8bf9a-22dc-47c6-a7ad-39bd9ecc9bf2"
]
}
}