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": "5ff0ed2d-e1f1-473f-82db-e9f9c1cac20e", "ParentId": "5300b384-f717-4ea7-a9e8-dee0bd5c4175", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "f2d377df-b5c6-4249-9aa4-93b90ddebb89", "c3ddd7e2-ee38-4fb0-906d-e96497b8820e" ], "Companies": [ "972ec3cb-7d91-4cdd-9807-a22657b2e0a0", "886b9b09-7d2a-4c42-8437-8cff2bcae022" ], "Groups": [ "0f50503e-8c41-4e2a-9ef9-ede3920c64b7", "6aff9bc1-39ff-424e-a77f-4fb19d3a6dd0" ], "Opportunities": [ "ed1c6f66-f439-438e-9f1b-5dfb91f8c764", "9ad3d670-7755-46b5-9d2b-6638ca2806c6" ] } }