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": "fa1b86d3-0c31-4619-918c-6a9c18988e4e",
"ParentId": "c8fd2336-9f8e-43c3-9dbc-f5b2c7097e12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a427c96f-d6ea-431b-91ba-1cd23203397e",
"19f41d86-2726-499f-b061-6dab7f66d586"
],
"Companies": [
"7ff37b68-f2a1-40f5-b771-384e315d8c86",
"3fe08156-53db-442f-944e-1f90dfc70157"
],
"Groups": [
"ec3a1173-5410-46c5-b547-a7f997f3a649",
"a83449a0-a61d-4007-abcb-43b7827f70a8"
],
"Opportunities": [
"247d5a5b-2a19-4bf9-b832-8ac6c531f3f1",
"853f4277-44ff-40a2-9d78-afc7cee0103a"
]
}
}