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": "9fa0c158-0e51-4432-9000-607cd3028038", "ParentId": "2b0b980d-1d08-4a96-b500-01914b09f380", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "7cde59ac-2126-41b0-bc77-60559c81129b", "444eff5f-05e0-46f0-acb5-51bf4ce6daba" ], "Companies": [ "2c549725-1288-4566-96ee-25feffc60989", "d27047c2-ce37-47c9-9410-8cbb0dd12827" ], "Groups": [ "b7f33378-b34d-4214-9059-f1f9f51d5abf", "f9834c11-a760-4506-8091-1ca73ce1f877" ], "Opportunities": [ "e1bafefc-fd2f-412f-a398-cb849615c020", "9c53ec41-3489-412f-8c84-f0cbab9378fd" ] } }