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": "1c983114-07d3-47e3-a002-7898114e2ebf", "ParentId": "a7ae9dbb-5c72-4789-8d6b-91aea3bdbc7f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "758c216e-3551-4ebb-9f75-5c44284f09bd", "dcf8ad00-55a7-4e27-97d5-4734a577b9eb" ], "Companies": [ "fa0d98eb-2bc9-440e-be76-320762aec903", "39e56fae-48ee-41cc-aeda-232bf91b270d" ], "Groups": [ "2dd0ce37-7b1d-4a86-ae2f-79227951fc78", "bd9ac358-4af4-463c-b35d-39fa8669ded3" ], "Opportunities": [ "76653ea0-7f49-4ac3-8d1d-cdb09232dc47", "28fb1454-832c-4747-875e-57c1d1943a0e" ] } }