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": "f648c2e0-481d-41d0-a593-bf8efa2156fb", "ParentId": "8708e041-49ee-490c-a18f-d162e3341ea0", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ab8bc296-0b31-4c4d-a4be-5e8c525af4a0", "ffba4b8d-e578-4a0a-9f51-bfae11a44a79" ], "Companies": [ "4042082a-6b1a-4593-b49b-fb4f29784338", "c938b8e5-c80a-4776-b366-dd2816ff15c3" ], "Groups": [ "ded7c179-8c43-41e8-bba0-a1012ce14b69", "fa20288a-fc2c-42d7-8707-36dbdf79d5ad" ], "Opportunities": [ "3ef256ec-9de4-407f-a4ca-7efbe2215901", "586e39f9-0c7b-4fb6-9fbf-a6e3aaeb0450" ] } }, { "Id": "f648c2e0-481d-41d0-a593-bf8efa2156fb", "ParentId": "8708e041-49ee-490c-a18f-d162e3341ea0", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ab8bc296-0b31-4c4d-a4be-5e8c525af4a0", "ffba4b8d-e578-4a0a-9f51-bfae11a44a79" ], "Companies": [ "4042082a-6b1a-4593-b49b-fb4f29784338", "c938b8e5-c80a-4776-b366-dd2816ff15c3" ], "Groups": [ "ded7c179-8c43-41e8-bba0-a1012ce14b69", "fa20288a-fc2c-42d7-8707-36dbdf79d5ad" ], "Opportunities": [ "3ef256ec-9de4-407f-a4ca-7efbe2215901", "586e39f9-0c7b-4fb6-9fbf-a6e3aaeb0450" ] } } ]