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": "62002f1b-ea71-4dbe-b90b-b68d5cf2a58f", "ParentId": "3a4a37b2-a143-4010-a4ec-7edae25e0c6f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ed95b4f1-7fc9-44c9-b5b8-5723309e2d21", "0e946d49-fe68-4a96-933d-14db6dc5dcf1" ], "Companies": [ "46ca3403-e2b6-4ebe-9841-e736ee2e7a58", "ae1ab8f5-6827-47cb-a223-ea636090b541" ], "Groups": [ "e260c2d0-f762-48a2-bd43-251e39719503", "9a901906-7a19-454e-836f-0ef0db619e88" ], "Opportunities": [ "bd031b48-945f-4328-b43d-34790282e990", "99058cc6-d236-4eb9-9bdc-e1636e9f493a" ] } }, { "Id": "62002f1b-ea71-4dbe-b90b-b68d5cf2a58f", "ParentId": "3a4a37b2-a143-4010-a4ec-7edae25e0c6f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ed95b4f1-7fc9-44c9-b5b8-5723309e2d21", "0e946d49-fe68-4a96-933d-14db6dc5dcf1" ], "Companies": [ "46ca3403-e2b6-4ebe-9841-e736ee2e7a58", "ae1ab8f5-6827-47cb-a223-ea636090b541" ], "Groups": [ "e260c2d0-f762-48a2-bd43-251e39719503", "9a901906-7a19-454e-836f-0ef0db619e88" ], "Opportunities": [ "bd031b48-945f-4328-b43d-34790282e990", "99058cc6-d236-4eb9-9bdc-e1636e9f493a" ] } } ]