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": "a54e70c0-d0ec-475f-af93-19bf10212721", "ParentId": "f8bb08df-44f2-42dc-9d24-0619ae43b811", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "5bda6954-e2bb-4161-a60d-2274cbda0f2e", "11b525b1-20b3-4312-a43b-81982ce493fd" ], "Companies": [ "1958e7ff-26f3-4a1c-b81f-a7c6d7ccc9a8", "fa775956-2083-4029-80bd-647e1ffe12ec" ], "Groups": [ "fa1271c5-c803-4646-8efc-802664be0a2f", "c87bb31f-5c39-4b68-ae04-ff49a3228420" ], "Opportunities": [ "d262fd81-3e7b-4326-bc4b-60615a06dc77", "3f10a1ce-2086-4395-b3e2-4df7d364f37a" ] } }, { "Id": "a54e70c0-d0ec-475f-af93-19bf10212721", "ParentId": "f8bb08df-44f2-42dc-9d24-0619ae43b811", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "5bda6954-e2bb-4161-a60d-2274cbda0f2e", "11b525b1-20b3-4312-a43b-81982ce493fd" ], "Companies": [ "1958e7ff-26f3-4a1c-b81f-a7c6d7ccc9a8", "fa775956-2083-4029-80bd-647e1ffe12ec" ], "Groups": [ "fa1271c5-c803-4646-8efc-802664be0a2f", "c87bb31f-5c39-4b68-ae04-ff49a3228420" ], "Opportunities": [ "d262fd81-3e7b-4326-bc4b-60615a06dc77", "3f10a1ce-2086-4395-b3e2-4df7d364f37a" ] } } ]