Folders
Get file types
Retrieve file types for a specific folder.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The paths of the folders to retrieve file types for.
The ID of the library to retrieve file types for.
Response
200 - application/json
Folder file types retrieved successfully.
The response is of type string[]
.
Was this page helpful?