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": "aa0eec30-9b79-4508-b88d-1823d1a89fe4", "ParentId": "4cac98d8-aff2-49a6-ae4c-503da76ce110", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "a9dd8dac-9631-4179-a7fa-ec6c98eeb7fc", "b9f04e23-e31f-4ad1-b073-70a5b6c687f2" ], "Companies": [ "deb8364e-9e80-4677-a9af-be074ca2f747", "5cb0cf7e-b66e-4ecb-b354-4595cb9269fc" ], "Groups": [ "743cbb0a-54cb-460d-ad68-1dbf3f27c8d6", "88e020b1-3e05-44bd-8660-085922853b8b" ], "Opportunities": [ "02f9ea2e-6822-413a-98ae-28fe40f33bbc", "be372e3f-e5b6-47e6-ae97-418f78456c3d" ] } }, { "Id": "aa0eec30-9b79-4508-b88d-1823d1a89fe4", "ParentId": "4cac98d8-aff2-49a6-ae4c-503da76ce110", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "a9dd8dac-9631-4179-a7fa-ec6c98eeb7fc", "b9f04e23-e31f-4ad1-b073-70a5b6c687f2" ], "Companies": [ "deb8364e-9e80-4677-a9af-be074ca2f747", "5cb0cf7e-b66e-4ecb-b354-4595cb9269fc" ], "Groups": [ "743cbb0a-54cb-460d-ad68-1dbf3f27c8d6", "88e020b1-3e05-44bd-8660-085922853b8b" ], "Opportunities": [ "02f9ea2e-6822-413a-98ae-28fe40f33bbc", "be372e3f-e5b6-47e6-ae97-418f78456c3d" ] } } ]