Installer.com Docs
API ReferenceAccess
GET
/api/routers/{routerId}/access

Path Parameters

routerId*string
Formatuuid

Response Body

application/json

curl -X GET "http://localhost:8000/api/routers/497f6eca-6276-4993-bfeb-53cbbbba6f08/access"
{
  "resources": {
    "property1": {
      "resource": "string",
      "actions": [
        "read"
      ],
      "entities": [
        {
          "id": "string",
          "name": "string",
          "actions": [
            "read"
          ]
        }
      ],
      "filters": {
        "read": {
          "scopes": [
            "string"
          ],
          "conditions": {
            "property1": "string",
            "property2": "string"
          }
        },
        "write": {
          "scopes": [
            "string"
          ],
          "conditions": {
            "property1": "string",
            "property2": "string"
          }
        },
        "delete": {
          "scopes": [
            "string"
          ],
          "conditions": {
            "property1": "string",
            "property2": "string"
          }
        },
        "update": {
          "scopes": [
            "string"
          ],
          "conditions": {
            "property1": "string",
            "property2": "string"
          }
        },
        "create": {
          "scopes": [
            "string"
          ],
          "conditions": {
            "property1": "string",
            "property2": "string"
          }
        }
      }
    },
    "property2": {
      "resource": "string",
      "actions": [
        "read"
      ],
      "entities": [
        {
          "id": "string",
          "name": "string",
          "actions": [
            "read"
          ]
        }
      ],
      "filters": {
        "read": {
          "scopes": [
            "string"
          ],
          "conditions": {
            "property1": "string",
            "property2": "string"
          }
        },
        "write": {
          "scopes": [
            "string"
          ],
          "conditions": {
            "property1": "string",
            "property2": "string"
          }
        },
        "delete": {
          "scopes": [
            "string"
          ],
          "conditions": {
            "property1": "string",
            "property2": "string"
          }
        },
        "update": {
          "scopes": [
            "string"
          ],
          "conditions": {
            "property1": "string",
            "property2": "string"
          }
        },
        "create": {
          "scopes": [
            "string"
          ],
          "conditions": {
            "property1": "string",
            "property2": "string"
          }
        }
      }
    }
  }
}