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": "3f922642-524e-4778-9fbc-c79031c640a0", "ParentId": "568b6c72-4fb1-46ac-8954-f3a71e8691fa", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "79b07cbb-9164-41a7-b7ad-a1574889300e", "a5156e86-8c0f-45db-baa2-9a096d68cebd" ], "Companies": [ "993d1484-1db9-4a09-9897-fafd01d4ebae", "025df00b-7e7a-45d1-8d0e-a685c5dab5ff" ], "Groups": [ "d1791b3e-c932-4aaf-82fb-892909698215", "9663cc58-9416-4647-b799-6b349ae395a7" ], "Opportunities": [ "a765d0c9-8704-434b-978a-041cc19735b5", "8a3bbec0-2a83-4314-9d0c-abaa379828b6" ] } }, { "Id": "3f922642-524e-4778-9fbc-c79031c640a0", "ParentId": "568b6c72-4fb1-46ac-8954-f3a71e8691fa", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "79b07cbb-9164-41a7-b7ad-a1574889300e", "a5156e86-8c0f-45db-baa2-9a096d68cebd" ], "Companies": [ "993d1484-1db9-4a09-9897-fafd01d4ebae", "025df00b-7e7a-45d1-8d0e-a685c5dab5ff" ], "Groups": [ "d1791b3e-c932-4aaf-82fb-892909698215", "9663cc58-9416-4647-b799-6b349ae395a7" ], "Opportunities": [ "a765d0c9-8704-434b-978a-041cc19735b5", "8a3bbec0-2a83-4314-9d0c-abaa379828b6" ] } } ]