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": "61e5966b-424a-4dd0-8ee4-42b19a3f447b",
"ParentId": "74e170db-13aa-4da5-a851-3ef7391209ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1a3b2366-a201-49e0-b39d-0a3ab6edf64a",
"b690e032-2432-4e14-a233-3162cc4aa192"
],
"Companies": [
"520d7226-40e0-4759-b98a-75c00e3deed1",
"3a8fdbbd-18ef-4dc7-b047-902e2c617ead"
],
"Groups": [
"b0b6c135-ae4b-40a3-9a83-ceccab1cff9a",
"dfb0bb9a-fff8-49ac-99c1-9d5943adee06"
],
"Opportunities": [
"1b36c0ff-0f06-4327-ac60-732ccdb0e36f",
"9811abbd-ac8f-4e9c-a4b8-93fd088bbc27"
]
}
}