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": "085b16d1-0762-4812-b1cd-9309c3f7e92b",
"ParentId": "7fea90e8-a9fb-4af2-9bd6-2eae9eb99173",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"75b5dded-4eb1-45f3-a93b-ea1ac062d42a",
"5fe7989f-d7be-4cb9-8971-205677e6a738"
],
"Companies": [
"26abe79c-6733-4a60-8bca-0efe1eb47179",
"b3d3e025-3405-4657-9d9d-eb49e9879fbc"
],
"Groups": [
"e3e89aa5-ff31-4227-87c9-944d1ab58cd3",
"2dd6b698-6d5a-4706-b07f-79ab9c8119bf"
],
"Opportunities": [
"71df2c2e-d2cc-4f43-a6b5-c4f40231e66d",
"7d2949ea-2814-44db-ba69-98c9c9e2adee"
]
}
}