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": "19ae682d-7909-4676-8b9e-8ddd254293cb", "ParentId": "7278c7c9-7fe2-485d-a8ce-f67f5030aa4a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "c0c39cda-6745-4c2d-8c11-52d72a5c81f9", "c7414ea2-8a40-4079-af63-cb0deb0eb3ed" ], "Companies": [ "cd9cb84e-b9fc-4ec1-a390-b20f80bd939d", "23a84ec5-81ff-41a1-a095-051c73773b24" ], "Groups": [ "40235e7d-ca8d-4712-8148-ddc1f104c3cb", "1b4cc81e-4923-4db8-bf27-d2b112590f4d" ], "Opportunities": [ "8fab23b5-0eeb-406d-9b1d-73d1c8e626dd", "19ecd0bf-2544-44bb-af64-25683d7527c4" ] } }