---
title: "Get the Access Control List (ACL) for a folder to view permissions."
method: GET
path: "/folders/{fid}/acl"
tags: ["Folder"]
---

# Get the Access Control List (ACL) for a folder to view permissions.

`GET /folders/{fid}/acl`

Returns the ACL of permission objects. Each object contains: 
* The type of entity  
    * 0 (User)  
    * 1 (Company) 
    * 2 (Team) 
    * 3 (Document) 
    * 4 (Application) 
 * The ID of the entity for the specified type. 
* The permissions for that entity. 
    *  OWNER (100): All permissions, including those not listed, such as permission to transfer ownership. 
    * DELETE (90) 
    * RESHARE (80) 
    * WRITE (70) 
    * READ (60) 
    * LINK (50) 
    * COPY (30): Can copy workspace 
    * EXPORT (20): Can export geometry 
    * COMMENT (10) 
    * ANONYMOUS_ACCESS (5): Special, restricted read access

## Path parameters

- `fid` string, required

## Response `default`

default response

---

[API](https://skmtc.net/onshape/apis/onshape-rest-api.md) · [All operations](https://skmtc.net/onshape/apis/onshape-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onshape/onshape-rest-api/revisions/aaa3e1322450/schema)
