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": "42a36525-4e0f-4ebe-8a8c-c21ef563c2b2", "ParentId": "17c09cfd-8b82-47a9-ba93-618e1aa3dd81", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "e8972aef-43d9-4a98-9175-ec0d789d3467", "201d418d-b249-4387-a40e-2750779cc9f7" ], "Companies": [ "94ab2b4e-f00b-4df3-a20f-8050c0d654f6", "6b9e57fc-7666-4049-b7e7-1187d718c05e" ], "Groups": [ "b140f31b-c81f-41d4-bbda-46ed5a698c5c", "50fae341-95bb-41cb-9460-e1c64b6ac9cf" ], "Opportunities": [ "c0129571-f73d-4ada-9291-17709110ce86", "c3309361-ba48-4886-a3a7-eba50c3a471c" ] } }