List Component Groups
GET {{batmanURL}}/v4/statuspages/:statuspageID/groups
List all component groups of a status page.
RESPONSES
status: OK
{"data":[{"id":121,"type":"group","name":"example group 1","allowSubscription":null,"description":null,"status":null,"underMaintenance":false,"statusMaintenance":null,"components":null,"isHidden":false},{"id":122,"type":"group","name":"example group 2","allowSubscription":null,"description":null,"status":null,"underMaintenance":false,"statusMaintenance":null,"components":null,"isHidden":false}]}