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": "a45c49d3-7044-4062-9285-60975f86bc90",
"ParentId": "9486ff66-9519-4695-8ebf-b02db099f177",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4832301a-2c07-4561-a8ed-c9c42999bca0",
"56aeed05-4128-449f-b05e-9cc625ddc763"
],
"Companies": [
"de27307a-6fde-4035-ab99-7922a68035fb",
"f71ac4f8-5fbd-46af-854c-30322cc19218"
],
"Groups": [
"9ae97cb8-4982-43fa-b829-ffb5175919ac",
"20f0b8e9-5bff-4406-8f5f-0b727cb17115"
],
"Opportunities": [
"2359091c-7464-4cd6-8793-c8d38beb6889",
"d15d826a-0d70-43a6-aa20-7ca97c7b10ca"
]
}
}