Come join our live training webinar every other Wednesday at 11am PST and hear LogicMonitor experts explain best practices and answer common questions. We understand these are uncertain times, and we are here to help!
You can use LogicMonitor’s REST API to programmatically get information about the dashboard groups in your account. Specifically, you can:
Note: As with all of our API calls, authentication is required.
HTTP Method: GET
Resource URI: /dashboard/groups
Request Parameters: By default, a list of 50 Dashboard Groups will be returned. You can include sort, filter, fields, size and offset parameters in your request to control what data is included in the response and how it is formatted.
Operators include:
Resource URI: /dashboard/groups/{id}
In This Article