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": "6b1d0f9b-25a4-491c-bb75-b6c8a7fc7479", "ParentId": "33116360-b4ae-4752-8350-cbc76ad8f4e1", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "a0298574-da27-4161-a529-e70c01def3dd", "50a84f83-7325-48ac-8f2e-9e0061637b94" ], "Companies": [ "8a492063-88c1-4c86-9c26-b75a295e07e8", "264bbf3c-099f-4fad-b988-e14f67904406" ], "Groups": [ "7d598998-4f15-404c-b7cf-c73da64784e5", "d95712a6-5364-4212-9208-9a486f8cf7d8" ], "Opportunities": [ "fb3150cb-6322-476f-b8b2-a4eb4614157f", "53fc6a74-3eeb-4723-9ad6-bc7cd22c8f77" ] } }, { "Id": "6b1d0f9b-25a4-491c-bb75-b6c8a7fc7479", "ParentId": "33116360-b4ae-4752-8350-cbc76ad8f4e1", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "a0298574-da27-4161-a529-e70c01def3dd", "50a84f83-7325-48ac-8f2e-9e0061637b94" ], "Companies": [ "8a492063-88c1-4c86-9c26-b75a295e07e8", "264bbf3c-099f-4fad-b988-e14f67904406" ], "Groups": [ "7d598998-4f15-404c-b7cf-c73da64784e5", "d95712a6-5364-4212-9208-9a486f8cf7d8" ], "Opportunities": [ "fb3150cb-6322-476f-b8b2-a4eb4614157f", "53fc6a74-3eeb-4723-9ad6-bc7cd22c8f77" ] } } ]