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": "d2605b43-72f4-4889-a527-66ff5eba4fbd", "ParentId": "3fc1e05a-77d9-4bf4-a75e-4d3cd7fc7a58", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "8785054b-4944-419c-ab15-2de0938219f7", "58225b1c-7431-4d27-a16a-89469939e12d" ], "Companies": [ "878059c3-dfbf-4c8a-b289-48a95ef4992f", "cd0da1e6-11ce-44ce-95dd-c6bd40f2bcb4" ], "Groups": [ "9bd9379b-b3e1-4121-bbb8-691261571b02", "0d1f8896-5460-4fbd-b4bf-ac679e29190e" ], "Opportunities": [ "48529a2c-5154-4cee-8923-a719b28850c2", "8c2a5ba7-9f5c-4255-a258-5bc5d1549e40" ] } }, { "Id": "d2605b43-72f4-4889-a527-66ff5eba4fbd", "ParentId": "3fc1e05a-77d9-4bf4-a75e-4d3cd7fc7a58", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "8785054b-4944-419c-ab15-2de0938219f7", "58225b1c-7431-4d27-a16a-89469939e12d" ], "Companies": [ "878059c3-dfbf-4c8a-b289-48a95ef4992f", "cd0da1e6-11ce-44ce-95dd-c6bd40f2bcb4" ], "Groups": [ "9bd9379b-b3e1-4121-bbb8-691261571b02", "0d1f8896-5460-4fbd-b4bf-ac679e29190e" ], "Opportunities": [ "48529a2c-5154-4cee-8923-a719b28850c2", "8c2a5ba7-9f5c-4255-a258-5bc5d1549e40" ] } } ]