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": "360bef46-334f-4879-a864-f6c4181b03db", "ParentId": "caf45426-fe42-42d2-ac71-360343cc06d9", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "6063639d-fe9f-464c-bad8-16a0355f3d05", "a564b046-18ce-4274-9e17-f2845bd93534" ], "Companies": [ "cedef72f-a408-4f17-92ab-6456c9403335", "4c87362b-2607-4655-bc94-63417a3e5c71" ], "Groups": [ "2661eeba-f098-4a96-9545-e783d59f2fa8", "c0435a78-0fe1-4572-85f7-064df3382ccb" ], "Opportunities": [ "90adf451-b893-482a-af59-fc0b844b90c4", "39df088f-778f-400a-b36a-1f91c8ffcfcf" ] } }