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": "dc7a8ce3-96cb-42e8-898f-49717a0e289f", "ParentId": "65ab6562-8071-43db-912a-ea0ed271bfea", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "763c9948-d02d-46e4-85e5-7480954cc4bc", "89a129d7-ee8d-4d40-aeb3-27d08cb19e66" ], "Companies": [ "16bc446e-a34c-4181-b1d3-1619966f858a", "1ba6f076-0aa9-4e2b-8b3b-3c6f97036789" ], "Groups": [ "1d5b6307-e7b1-436b-bced-11ad80053f2a", "b2f48897-a8f8-4fa2-813f-9482c3160ec2" ], "Opportunities": [ "40cf0083-988e-4839-9713-5f1785ef4692", "893f49b3-b3d1-4316-9c53-0b7988a6eec3" ] } }, { "Id": "dc7a8ce3-96cb-42e8-898f-49717a0e289f", "ParentId": "65ab6562-8071-43db-912a-ea0ed271bfea", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "763c9948-d02d-46e4-85e5-7480954cc4bc", "89a129d7-ee8d-4d40-aeb3-27d08cb19e66" ], "Companies": [ "16bc446e-a34c-4181-b1d3-1619966f858a", "1ba6f076-0aa9-4e2b-8b3b-3c6f97036789" ], "Groups": [ "1d5b6307-e7b1-436b-bced-11ad80053f2a", "b2f48897-a8f8-4fa2-813f-9482c3160ec2" ], "Opportunities": [ "40cf0083-988e-4839-9713-5f1785ef4692", "893f49b3-b3d1-4316-9c53-0b7988a6eec3" ] } } ]