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": "67cbda23-0dc1-4451-bc2a-d2e79104f012",
"ParentId": "cc144afa-d1b6-4a70-9770-92254382393c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"542fa150-e056-4dfa-b989-2a7a7bf83898",
"6960aa11-9fb1-46ed-869c-ec69ce0de116"
],
"Companies": [
"93d2c78b-6e41-40b1-a4dc-90a075a2a422",
"285202db-4a63-4bc0-b2ea-d901080559a7"
],
"Groups": [
"fe082159-503e-467f-82ad-c1f69dccfdd8",
"86f1e884-eae9-44b3-a985-145369803f9e"
],
"Opportunities": [
"2e351f20-2544-4745-98fc-fad76755b30f",
"0d242d15-0322-415a-8856-598945e89909"
]
}
}