Implementing OwnCloud API v1: Get all folders #2

Closed
opened 7 years ago by jking · 0 comments
jking commented 7 years ago
Owner

Get all folders

  • Method: GET
  • Route: /folders
  • Parameters: none
  • Returns:
{ 
    "folders": [ 
        { 
            "id": 4, 
            "name": "Media" 
        }, // etc 
    ] 
} 
## Get all folders * **Method**: GET * **Route**: /folders * **Parameters**: none * **Returns**: ```js { "folders": [ { "id": 4, "name": "Media" }, // etc ] } ```
jking closed this issue 7 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

0000-12-31

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.