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": "69c665b8-12cd-4c0c-baee-30568a504a81", "ParentId": "2e292370-3015-4bbf-89c3-81ffdb23ea98", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "15e79cc7-8896-4b0f-85c0-1c272cb0936f", "6dca2389-883b-4253-98c9-269f939307c7" ], "Companies": [ "31257f67-1dc9-4d3c-8ec4-7ede971d8ae1", "5223371f-ecb7-4f6a-99d7-7e4ddafb1960" ], "Groups": [ "02f61689-1642-4c69-aa17-1601fac8ea8c", "5ff11f05-eca8-46ec-9dbc-1d0fd8d3cbb0" ], "Opportunities": [ "4aad104c-51e4-4ac8-b760-fae5f020d786", "2d721ff9-7ab9-4720-bcb3-aa9612f20087" ] } }