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": "88b89095-33ab-4033-977a-b18d5e8ec574", "ParentId": "aaadc6c4-ef18-42a5-b917-d5b84b87e9f4", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "4a3aaa57-40fd-47c8-915c-ccec00f1bc82", "8090f992-887b-44a5-9393-71f311de8237" ], "Companies": [ "394ba4ce-8a01-4b70-b398-c5a0f6de2bd4", "3ec1038a-b161-40f0-9808-caeda7fdb0a5" ], "Groups": [ "6b1edc50-92be-4fd7-b963-88552d753ad2", "fb40181a-920d-4e63-a3aa-323a7db1a2f5" ], "Opportunities": [ "f9719597-8d76-44ca-a9c9-8dbb13b6cabe", "46d16c4d-27b7-448a-b7c2-98f60d064061" ] } }