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
MutableEntityExtendedName | 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": "d86752e0-074b-4bcc-bceb-b46ea1be2f56", "ParentId": "f070017a-6afd-4f94-b6ec-03a55a08b60d", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "dd89c589-39f9-44aa-b557-8a2bb9b605f9", "3f25cee9-2b7f-443e-9108-3220e443e9cc" ], "Companies": [ "91c5cdc1-eb29-4c74-9b97-1ee995d95944", "52bbcf1c-4b6f-4509-b417-1cf396b385f2" ], "Groups": [ "b2d3620e-7052-4cd2-bc6f-af6d2b649f89", "60c825f6-ba04-4bd0-bd6e-b2446de83ee1" ], "Opportunities": [ "45ceaea4-85c8-4922-87b2-23f6c7658591", "7044e892-b10a-465c-a4b9-5f24ef7da76b" ] } }