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": "9c9279c7-c284-4693-846d-6b101b6320e8", "ParentId": "d820e620-4dff-4dea-a482-4dd335c67633", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "c3c0aaed-bf95-4bfd-9645-88108602ecbf", "1f29bc94-e210-44eb-b04b-6c4c7cb0fcf4" ], "Companies": [ "851fb4c1-49dc-4939-9e90-432a7b869f83", "cfbe6631-c2e6-42ab-9479-f045c6f86797" ], "Groups": [ "a6d646f4-3965-4f1a-a08b-d596803b7932", "260d4496-e059-4553-a322-3eeea2e759ec" ], "Opportunities": [ "13b98ac6-1065-4420-b231-f32a23b7377c", "853ff7c8-09e4-456a-a67b-966fdd5c666e" ] } }, { "Id": "9c9279c7-c284-4693-846d-6b101b6320e8", "ParentId": "d820e620-4dff-4dea-a482-4dd335c67633", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "c3c0aaed-bf95-4bfd-9645-88108602ecbf", "1f29bc94-e210-44eb-b04b-6c4c7cb0fcf4" ], "Companies": [ "851fb4c1-49dc-4939-9e90-432a7b869f83", "cfbe6631-c2e6-42ab-9479-f045c6f86797" ], "Groups": [ "a6d646f4-3965-4f1a-a08b-d596803b7932", "260d4496-e059-4553-a322-3eeea2e759ec" ], "Opportunities": [ "13b98ac6-1065-4420-b231-f32a23b7377c", "853ff7c8-09e4-456a-a67b-966fdd5c666e" ] } } ]