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": "5d9f2684-22a3-44dd-b8d5-c67f8e028338",
"ParentId": "15353005-d2b9-41c4-853f-37b6a07ba933",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f23de692-5748-41b1-9ce8-a419b71584e5",
"5d370942-eebb-4b60-9000-5fa9199ac5a8"
],
"Companies": [
"0a9a1d7f-e54c-45ef-97d7-f3411d507566",
"65ec40a0-517c-4f20-9590-5f125fffdb65"
],
"Groups": [
"0b07bba1-b83a-4a7b-8ad6-e0609c71ec57",
"9779c726-92b1-4d65-aef8-d80ce848be48"
],
"Opportunities": [
"98d0ef6b-4b5b-434a-b449-4fad2d195c20",
"a402b9b7-481c-4b3b-9d8e-aba59374fdd7"
]
}
}