List All Groups

This endpoint makes an HTTP GET request to retrieve a list of asset groups from the server. The response will be in JSON format with a status code of 200. An example response for this request is as follows:

{
    "status": 0,
    "assetGroups": [
        {
            "id": 0,
            "name": ""
        }
    ]
}

The "status" key indicates the status of the request, and the "assetGroups" key contains an array of asset group objects, where each object has an "id" and a "name" attribute.

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!