x
REST API Developer's Guide
- REST API Overview
- REST API v1
- REST API v1 Examples
- REST API v1 Status Codes
- Managing Ops Notes with the REST API
- Managing Alert Rules with the REST API
- Managing Alerts with the REST API
- Managing API Tokens with the REST API
- Accessing Audit Logs with the REST API
- Managing Collectors with the REST API
- Managing Collector Groups with the REST API
- Managing Dashboards and Widgets with the REST API
- Managing Dashboard Groups with the REST API
- Getting Data with the REST API
- Managing Datasources with the REST API
- Managing Datasource Instances with the REST API
- Managing Devices with the REST API
- Managing Device Groups with the REST API
- Get devices for a particular device group
- Get all alerts for a Device Group
- AWS Device Groups
- Delete Device Group Properties
- Update Device Group Properties
- Get Device Group Properties
- Add Device Group Properties
- Get all SDTs for a Device Group
- Delete a Device Group
- Get Device Groups
- Update a Device Group
- Add a Device Group
- About the Device Group Resource
- Managing Escalation Chains with the REST API
- Managing Reports with the REST API
- Managing Report Groups with the REST API
- Managing Roles with the REST API
- Managing SDTs with the REST API
- Managing Websites with the REST API
- Managing Website Groups with the REST API
- Getting Websites Test Locations with the REST API
- Managing Thresholds with the REST API
- Managing Users with the REST API
- REST API v2
- LogicMonitor SDKs
Support > REST API Developer's... > REST API v1 > Managing Report Grou... > About the Reports Group Resource
About the Reports Group Resource
You can use LogicMonitor's REST API to programmatically manage the report groups in your account.
Using LogicMonitor's REST API you can:
- Get a list of report groups
- Get information about a particular report group
- Add a report group
- Update a report group
- Delete a report group
Note: As with all of our API calls, authentication is required.
Resource URI:
/report/groups
Resource Properties:
All report groups have the following properties:
Property |
Description |
Type |
Example |
id | The id of the report group | Integer | "id":80 |
name | The name of the report group | String | "name":"Weekly Management Reports" |
description | The description of the report group | String | "description":"My Report Description" |
reportsCount | The number of reports in the report group | Integer |
"reportsCount":5 |
userPermission | The permission of the user that made the request to get the groups | String | "userPermission":"write" |