Show pagesourceOld revisionsBacklinksAdd to bookExport to PDFODT exportBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer Reddit TeamsRecent ChangesSend via e-MailPrintPermalink × Change of group log states (API version 2.0 or higher) Function call (URL)PermissionsPossible parameters /app_group_logchangeUser Sub-Admin AdmingrpId Id of the group in which the participant is to be logged in or out. Coming Log status “coming” is defined. 0 log out 1 log in Going Log status “outgoing” is defined. 0 log out 1 log in Example call – log in participants coming into group with ID 5476: https://192.168.0.240/app_group_logchange?grpId=5476&kommend=1 Example call – Login participants in group with ID 5476 incoming and outgoing: https://192.168.0.240/app_group_logchange?grpId=5476&kommend=1&gehend=1 Example call – log out participants in group with ID 5476 incoming and outgoing: https://192.168.0.240/app_group_logchange?grpId=5476&kommend=0&gehend=0 Note: When logging in as “Admin”, the web server returns an empty array, displayed as []. The incoming and outgoing parameters can be used together or separately. The status coming or going of permanently logged in participants cannot be changed. Response typePossible content successfultrue Switchover successful false Switching not successful coming 0 logged out 1 logged in 2 firmly logged in going 0 logged out 1 logged in 2 firmly logged in Example response: { "successful": true, “gehend“: 0 } Example response: { "successful": true, “kommend“: 1, “gehend“: 1 } en/products/compact-commander-series-_4000-5000-6000/developer_documentation/ict_system_api/change_of_group_log_states_api_version_2.0_or_higher.txt Last modified: 03.03.2020 12:26by klosek