Implementing OwnCloud API v1: Get all folders #2

Closed
opened 2017-02-06 10:49:43 -05:00 by jking · 0 comments
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 2017-04-01 23:06:55 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

0000-12-31

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#2
No description provided.