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": "728e4705-9ef8-42b1-baff-a7d96f675a2b",
"ParentId": "7c8f4ad0-2157-42b9-995a-4ee4155a8deb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e6a321a0-f955-49f8-acd3-0ec8245df207",
"1b791d9a-b0ef-474b-8fd4-a5e811cf55fc"
],
"Companies": [
"a9436bef-4f79-4f50-ba7c-985bccfaa1d8",
"c9c45a80-bc0a-4d73-9d2f-97b7bfc9937e"
],
"Groups": [
"e8916d6c-167e-40c6-9b3b-8124c33e6739",
"a295efa8-733e-4e69-a797-46f06e667efd"
],
"Opportunities": [
"44323842-678b-4108-894d-05664c3a0735",
"3e72d2ea-0c28-448c-a85a-ac6a2852ad0a"
]
}
}