GET
/
workspace
/
folders
/
filetypes
curl --request GET \
  --url https://api.mudstack.com/workspace/folders/filetypes \
  --header 'Authorization: Bearer <token>' \
  --header 'x-account-id: <x-account-id>' \
  --header 'x-workspace-id: <x-workspace-id>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string
required
x-workspace-id
string
required

Query Parameters

folders
string[]
required

The paths of the folders to retrieve file types for.

library_id
string

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[].