JMM 0 Posted December 20, 2023 Share Posted December 20, 2023 (edited) Dear ESET Team et al., In the device_groups call to get a list of device groups, the manual tells that results will be in this form : { "device_groups": [ { "display_name": "string", "is_security_group": true, "linked_entity_type": "DEVICE_GROUP_ENTITY_TYPE_UNSPECIFIED", "parent_group_uuid": "string", "uuid": "string" } ], "next_page_token": "string", "total_size": 0 } but it is in this form : {"deviceGroups":[{"displayName":"All","parentGroupUuid":"nil","uuid":"00000000-0000-0000-7001-000000000001","isSecurityGroup":true,"linkedEntityType":"DEVICE_GROUP_ENTITY_TYPE_UNSPECIFIED"} all of the keys are camel cased, which is annoying as hell I'd personally greatly prefer keeping all in snake case, but at least choose one or the other and keep it standard across calls and results, please ! best regards -- Jean-Michel Edited December 20, 2023 by JMM Link to comment Share on other sites More sharing options...
ESET Staff jozef_ch 2 Posted March 6 ESET Staff Share Posted March 6 Good morning Jean Michelle, I have consulted this issue with the development team and it should be fixed as of now. Could you please verify on your side, if everything is working fine for you? Thank you Link to comment Share on other sites More sharing options...
Recommended Posts