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": "6f93d5e6-35af-4534-a506-9767c1364bca",
"ParentId": "c758ef9b-e117-4708-80ee-ead0837fb0c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"121da7a4-58e1-4680-b27c-977986e089c4",
"fb379b93-9816-4aef-a320-b77a10fd5ab3"
],
"Companies": [
"703e3e0c-939f-422b-be30-34ed3220bffa",
"1a12f9b5-428a-4f19-838c-181292783aba"
],
"Groups": [
"10a28407-ea16-4dde-a054-e14b077fdcd0",
"597a63a6-918d-46a9-9c42-51ae03520fc9"
],
"Opportunities": [
"c3ae6adf-b97c-49a2-bca3-55b5ba085b85",
"52d450bb-3512-408e-b38f-4acb4fdd802b"
]
}
}