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": "11d4636b-d7a6-4f03-bb33-037cecb9c4c1",
"ParentId": "d533a9d1-9c6c-4dd3-8c0c-338416bf9581",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e77c5bec-f785-4361-9985-86f12338d96a",
"fca5edec-cecd-4ab7-b6a4-6d6fe5e008f4"
],
"Companies": [
"d465914d-6f93-43e8-8da9-131388f9a7a0",
"9489ad42-a72c-4a36-a6c9-00cd088fe060"
],
"Groups": [
"3b4204e1-fcee-4fce-9e9c-f46c9abe4b07",
"098426a2-e42d-4307-a760-6d9f1c1ebcff"
],
"Opportunities": [
"7c34eb4f-4a0d-41dc-93fc-28d9ecdca78b",
"e471c49e-361e-4b2c-96d5-8e97e8ffe856"
]
}
}