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": "92e4bdd0-0101-4a28-9623-09192871bfcd",
"ParentId": "845d04b8-c8c7-4c8a-8d95-b688381af3e9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bc8185d3-68c8-414d-b14d-91b5c62f53e0",
"bc8fbf28-63cb-4c95-bd59-20488fda7345"
],
"Companies": [
"dda87ad3-ed9b-4545-a3ed-45d00f5e9058",
"cdd584cb-9961-43fe-8893-5636647747cd"
],
"Groups": [
"0bf83f7e-4a67-431d-8bc2-4b391578a084",
"2b8b496e-a85c-4669-9074-8385e96e270b"
],
"Opportunities": [
"6482e029-eb76-4bf6-a702-6b50150562d2",
"ce147db3-0ed8-4f35-b671-e5756259c188"
]
}
}