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": "e2ebef35-80aa-4504-a713-b988cd636820",
"ParentId": "16a570f3-d4b8-4a2d-b701-e8e7df8f1ad2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"679fe4dd-d6f1-4830-9570-c34f14bfbc93",
"08ddf76f-a8de-4550-bddb-c8263793592a"
],
"Companies": [
"720d2aeb-f88e-45d6-81f5-d6cb092da75f",
"d0c57e7f-b023-4298-93c6-f673f6325ddb"
],
"Groups": [
"3f79eb9f-696b-4239-b967-95c0731a9b5c",
"bd8a07f1-7527-4c9d-8b2e-e86e193323de"
],
"Opportunities": [
"69db985b-1f5a-463d-9c4f-7b1fe5ae8338",
"35e024bc-3b54-4008-8bfa-e13c891041ac"
]
}
}