GET api/Groups
Get Group records. Supported Headers: Filter, Sort, SortDesc, SelectField
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": "439fa9f2-5847-466a-8739-35e73cefa8a3", "ParentId": "78e92d2e-a39e-4fe9-813c-3902cf9b6bbe", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ea07b99b-f158-448f-a742-b15fcb05d449", "4f1b5219-9d96-4362-af8f-9b16ae237c5f" ], "Companies": [ "af0c7438-75c9-4159-9424-5b1a163399ae", "d1fbbced-0594-4af5-b1e8-d8b8adda5260" ], "Groups": [ "7bf7b46f-6bed-4371-b5b9-adef8d156414", "f3cd8f68-b1a5-4391-846c-6c2ad7683fbc" ], "Opportunities": [ "157dd7f2-67fe-4870-991a-0efbb0d7596c", "5d500fa1-f9f7-4a16-95ca-154d1895d303" ] } }, { "Id": "439fa9f2-5847-466a-8739-35e73cefa8a3", "ParentId": "78e92d2e-a39e-4fe9-813c-3902cf9b6bbe", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ea07b99b-f158-448f-a742-b15fcb05d449", "4f1b5219-9d96-4362-af8f-9b16ae237c5f" ], "Companies": [ "af0c7438-75c9-4159-9424-5b1a163399ae", "d1fbbced-0594-4af5-b1e8-d8b8adda5260" ], "Groups": [ "7bf7b46f-6bed-4371-b5b9-adef8d156414", "f3cd8f68-b1a5-4391-846c-6c2ad7683fbc" ], "Opportunities": [ "157dd7f2-67fe-4870-991a-0efbb0d7596c", "5d500fa1-f9f7-4a16-95ca-154d1895d303" ] } } ]