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": "7a590bb6-a560-4726-95b1-bcf78e0c7d64",
"ParentId": "67ae5254-3bcc-4952-9c6f-710e1238c067",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"89dafb4b-2db7-4918-a8a6-d8d56a5efc52",
"a86e3f9c-be40-4755-875d-5f0c6dfede88"
],
"Companies": [
"52844e80-1155-406e-aaa2-94ed91dd8076",
"66e87810-c08b-46a4-a74f-0f5decd0742f"
],
"Groups": [
"61cde0cc-ee15-4506-8e69-6f85fe894e35",
"a8fc319c-5401-42c4-9d82-3090fc403a5b"
],
"Opportunities": [
"bd130512-b428-459b-a622-a403f553f6f8",
"323ac72a-09ba-4a6a-a842-51b0dd5175a7"
]
}
}