Implementing OwnCloud API v1: Get feed ids and usernames for all feeds #26

Closed
opened 7 years ago by dustinwilson · 0 comments
Owner

Get feed ids and usernames for all feeds

  • Authentication: Requires admin user
  • Method: GET
  • Route: /feeds/all
  • Parameters: none
  • Returns:
{
  "feeds": [
    {
      "id": 39,
      "userId": "john",
    }, // etc
  ]
}
## Get feed ids and usernames for all feeds * **Authentication**: Requires admin user * **Method**: GET * **Route**: /feeds/all * **Parameters**: none * **Returns**: ```js { "feeds": [ { "id": 39, "userId": "john", }, // 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.