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": "ee4edb11-fd96-4bf4-999c-59027eebf683",
"ParentId": "741186e0-4f95-4737-8928-9c2605fdd1c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"90c3681d-a0b0-4016-9ab6-f37b34aa0211",
"79f449b3-718e-4152-99c4-4493dabfed9e"
],
"Companies": [
"e4085aa2-e5b7-4d34-a71b-9771ca8a1792",
"f99746da-df16-43fe-9dc2-5002039e10ba"
],
"Groups": [
"d3a5a8c9-643d-48c2-b5ed-d61e321ee7cd",
"9baced0c-6ca3-4235-89a1-2912a08438ec"
],
"Opportunities": [
"b9271f04-30a9-4797-9708-a2064bf15be9",
"9b74e8b0-9bd1-40c3-b197-1c82babc8af3"
]
}
}