GET api/Opportunities
Get Opportunity records. Supported Headers: Filter, Sort, SortDesc, SelectField, IncludeLink
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "9cef1496-15ab-4d36-90e7-551ba9396739", "ParentId": "b291ece3-0787-4d20-9d1a-d59e80abb8d9", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "f34fc849-f65e-482c-8e4c-01fc5ea34c70", "fe171f03-19b3-41ac-9a14-493c3c1e62f5" ], "Companies": [ "68b77dba-e31d-4f68-8378-ade16cc7ac33", "42c54c4b-3c1e-4f45-8530-ac7902c46403" ], "Groups": [ "0e454a2b-fe1a-4d51-93ec-308a3128af86", "6251cdb0-bd45-47da-b4de-3573efb17cac" ], "Opportunities": [ "9d192242-5fe9-4c3b-a3a0-48402a1669a7", "b6594f1a-7884-4c98-a959-47890d927b5d" ] } }, { "Id": "9cef1496-15ab-4d36-90e7-551ba9396739", "ParentId": "b291ece3-0787-4d20-9d1a-d59e80abb8d9", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "f34fc849-f65e-482c-8e4c-01fc5ea34c70", "fe171f03-19b3-41ac-9a14-493c3c1e62f5" ], "Companies": [ "68b77dba-e31d-4f68-8378-ade16cc7ac33", "42c54c4b-3c1e-4f45-8530-ac7902c46403" ], "Groups": [ "0e454a2b-fe1a-4d51-93ec-308a3128af86", "6251cdb0-bd45-47da-b4de-3573efb17cac" ], "Opportunities": [ "9d192242-5fe9-4c3b-a3a0-48402a1669a7", "b6594f1a-7884-4c98-a959-47890d927b5d" ] } } ]