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": "991ad3c2-d484-44ef-8fa9-104395490833",
"ParentId": "9994da23-a524-45f9-b924-73e712e885cb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2f0f4aef-da77-4b03-ba81-b768af21bad7",
"91a12020-f9ab-417f-98e2-3298ed32795e"
],
"Companies": [
"d9587e5c-b3b3-4370-8535-bff5a6479238",
"af22c57c-4c91-4909-841f-9dc7f4af9ac1"
],
"Groups": [
"d324765f-a765-425e-91de-c06e73b6a829",
"85276bc9-cb1a-4150-a32d-a2b2bea0d330"
],
"Opportunities": [
"d9e3821c-decb-4380-b975-1dfc9c089a3f",
"963e8f5c-6144-46f5-9f52-eda51c3e532a"
]
}
}