Get Dashboard Access Control List

Get Dashboard Access Control List

Get list of Access Control Lists for the specified dashboards

Request
URI
GET
https://{api_host}/api/v2/dashboard/acl
COPY
Query Parameters
string of array
id
Optional

id


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerListAccessControlListReadDTO of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": [
        {
            "entityId": "string",
            "viewAcl": [
                {
                    "name": "string",
                    "id": "string",
                    "description": "string"
                }
            ],
            "modifyAcl": [
                {
                    "name": "string",
                    "id": "string",
                    "description": "string"
                }
            ]
        }
    ]
}
status
Required

status

response
Optional

response