Skip to main content

List directories belonging to a Project

GET/v2/projects/{projectId}/filesystem-directories/
API version
v2
Request method
GET
Operation ID
project-file-system-get-directories

Request

  • projectIdstring
    required

    ID of the Project to list the directories for.

Responses

Format
application/json
Description

OK

  • *

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/projects/string/filesystem-directories?directory=string&name=string&max_depth=123&type=string&executable=true&hidden=true