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": "b3b93453-ec28-4c35-a3c0-c996e73b9977",
"ParentId": "80f13004-5bcf-4300-8963-687c08bfdbfa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"20628cb3-7efd-45b7-9982-408446a865c2",
"c2405bd0-80c6-48fb-b4d3-a3fce1239f25"
],
"Companies": [
"493e3d4b-61b5-43b8-9c9b-4fee77d9c096",
"659631b6-05c9-4133-a383-70ed2ad15798"
],
"Groups": [
"450429dc-23be-4827-8168-ddf7a5387457",
"eef56407-4192-4cad-a2e3-285630a77d43"
],
"Opportunities": [
"f820b6a8-0297-4718-a158-a69812e80059",
"eebaee02-3317-458f-91d0-0bfc2a6446ef"
]
}
}