Skip to main content

List directories belonging to a Project

GET /v2/projects/{projectId}/filesystem-directories/
v2
GET
project-file-system-get-directories

Request

  • projectIdstring
    required

    ID of the Project to list the directories for.

Responses

application/json

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