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": "9b81d5ac-50ad-4814-a24e-368ab783bcb0", "ParentId": "a999eb36-db10-485f-93bc-877193a0a494", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "7d23cfb2-d78b-43cc-b82b-ba88a6f2523a", "c777e50c-2a69-40e6-afd7-7865c0b8f4ba" ], "Companies": [ "4a6d3462-f90d-4e1f-bbb8-4eb127e8fa1c", "26ce4a87-7be3-44bf-a351-e1b5ff97382a" ], "Groups": [ "8ba37086-63f6-4220-a3e2-b45dc849c060", "b47cfdc7-cc11-48e2-92cf-0b27d6d3f46b" ], "Opportunities": [ "a64cc904-954d-4036-838a-b46868eda7d8", "3e104193-2d6a-4b35-aea4-80ea25051902" ] } }, { "Id": "9b81d5ac-50ad-4814-a24e-368ab783bcb0", "ParentId": "a999eb36-db10-485f-93bc-877193a0a494", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "7d23cfb2-d78b-43cc-b82b-ba88a6f2523a", "c777e50c-2a69-40e6-afd7-7865c0b8f4ba" ], "Companies": [ "4a6d3462-f90d-4e1f-bbb8-4eb127e8fa1c", "26ce4a87-7be3-44bf-a351-e1b5ff97382a" ], "Groups": [ "8ba37086-63f6-4220-a3e2-b45dc849c060", "b47cfdc7-cc11-48e2-92cf-0b27d6d3f46b" ], "Opportunities": [ "a64cc904-954d-4036-838a-b46868eda7d8", "3e104193-2d6a-4b35-aea4-80ea25051902" ] } } ]