DS-K1T342MFWX-E How to list available groups?

BryarGh

n3wb
Nov 10, 2025
2
0
Iraq
Hey guys,

I have looked over internet and checked even the manual pdf file.. but seems nothing to help..

When we create groups and add the users to these groups, it is fine I can see user added, gorups created but is there an end point to check or list those available gorups? any idea?

We do have this end point to get 1 group inforamtion but how do I know how many gorups we have?

GET /ISAPI/AccessControl/GroupCfg/<groupID>?format=json

Also one more questions , events are being created , is thee away to delete them? or clear them out?

- Am not sure if am in the correct forum or sub forum apprecaite it.

Thanks
 
Hi @BryarGh

Sadly you cannot list all groups with a single query, you will unfortunately need to loop and exit until first return
"enable": false,

Hopefully you will use incremental ID starting from 1


Manually deleting events is also weird
You do PUT /ISAPI/AccessControl/AcsEvent/StorageCfg?format=json
Body:
{"EventStorageCfg":{"mode":"time","checkTime":"2025-10-10 09:48:00"}}

This is scrapped from device webinterface. There are 3 options

1762851048442.png
 
Hi @BryarGh

Sadly you cannot list all groups with a single query, you will unfortunately need to loop and exit until first return
"enable": false,

Hopefully you will use incremental ID starting from 1


Manually deleting events is also weird
You do PUT /ISAPI/AccessControl/AcsEvent/StorageCfg?format=json
Body:
{"EventStorageCfg":{"mode":"time","checkTime":"2025-10-10 09:48:00"}}

This is scrapped from device webinterface. There are 3 options

View attachment 232301
Thanks @trempa92 , I do apprecaited and hopefully they have a solution in future regarding gorups :) , as of events sounds wierd by I feel bad about having them on the device while am changing the people using the device each 7 days.