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": "408a6e18-252d-44c6-b03b-67f1a0684e00",
"ParentId": "37346603-2018-4bdf-8052-d1f8964b2688",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"3f6479fa-e5e6-418c-8ef2-9434bb39d45c",
"abb30b92-cde5-4188-ab14-fe7b8335c6dd"
],
"Companies": [
"cd77ec32-2b23-45bb-a319-fa9d7b83a528",
"57582060-b630-475e-b529-e97543fde002"
],
"Groups": [
"1cded93f-e6e4-40d3-a60c-8705eb603254",
"e140c2ca-7f0c-49a5-80b8-5a730d11357b"
],
"Opportunities": [
"9f0d716e-7dd5-4b8d-ae6a-b54ed30506a2",
"90c67abf-0c14-4783-9f84-0725ae43e378"
]
}
}