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": "479256f3-a7c4-4f64-8a5c-1a8f3a188e1b", "ParentId": "b9d11e49-bcff-47d5-b27f-114d7c3b9246", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "dbfafd0b-df55-4d47-b39b-de2dcb7dac65", "43f3579f-c7a2-4e08-9b48-af178f2d47a1" ], "Companies": [ "03815a8c-a58e-4874-b86d-1358aeab9136", "ab3b056a-ef32-4d6e-97ef-c3877d4e49a2" ], "Groups": [ "b0baf104-10dd-4a41-acc2-84583f687153", "92b42b3e-3bb1-4bc6-b962-cfc9b7053283" ], "Opportunities": [ "b8ed9478-5ff7-4eff-b62f-f5a99c6f5131", "0c5895d1-e366-41d1-8d97-2c4398fef0c5" ] } }, { "Id": "479256f3-a7c4-4f64-8a5c-1a8f3a188e1b", "ParentId": "b9d11e49-bcff-47d5-b27f-114d7c3b9246", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "dbfafd0b-df55-4d47-b39b-de2dcb7dac65", "43f3579f-c7a2-4e08-9b48-af178f2d47a1" ], "Companies": [ "03815a8c-a58e-4874-b86d-1358aeab9136", "ab3b056a-ef32-4d6e-97ef-c3877d4e49a2" ], "Groups": [ "b0baf104-10dd-4a41-acc2-84583f687153", "92b42b3e-3bb1-4bc6-b962-cfc9b7053283" ], "Opportunities": [ "b8ed9478-5ff7-4eff-b62f-f5a99c6f5131", "0c5895d1-e366-41d1-8d97-2c4398fef0c5" ] } } ]