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": "f3cac4a5-cbcb-4e07-8269-82c49d8cebde",
"ParentId": "4827f495-e62f-4af6-9228-24c03850492b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"132f9387-f490-4e9f-934a-1d2cfa8c7a1f",
"e5eb5015-8834-478c-998d-749cdf9b48ef"
],
"Companies": [
"128c45fc-0426-4f9a-916b-41e8f3f47aec",
"f43dffe6-f337-4847-98c3-e2a82d6f40ec"
],
"Groups": [
"8eb2e9e6-0fea-4964-a5f2-fcfc113f9513",
"bbd8317d-bdf0-443b-aac7-424e77136594"
],
"Opportunities": [
"8bf0d8da-d36b-407b-8674-959c3ee0d9e9",
"78bb0395-8a08-43b9-b4b3-d0a3654db3f2"
]
}
}