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": "f63a2a84-dabc-42ae-8d72-5c59c866c39a",
"ParentId": "11da4b5a-3063-4950-a8ec-f82c25f98e2b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5052b7d0-a766-4c72-8ebe-2caf4857404f",
"70261c59-1ae3-4078-967a-072ca8db6c52"
],
"Companies": [
"18bc6305-84c1-456f-80c6-d6029482e159",
"79719556-0448-4b9a-a23f-7a007b74ff31"
],
"Groups": [
"37772709-ec56-4eba-8a8f-d349ad35f144",
"f6f3fb20-d7b9-4aba-af1a-bd75b16138bd"
],
"Opportunities": [
"ed7312fe-22fd-4a52-a479-51635c78bf29",
"db2b4daa-4746-4dcc-bdb6-2527803a5d30"
]
}
}