REST API Documentation
/downloads/files
Get list of files
For requests using an OAuth Access Token for a particular member, only files the authorized user can view will be included
Parameters
Name | Type | Description |
---|---|---|
ids
|
string | Comma-delimited list of file IDs |
categories
|
string | Comma-delimited list of category IDs |
authors
|
string | Comma-delimited list of member IDs - if provided, only files started by those members are returned |
locked
|
int | If 1, only files which are locked are returned, if 0 only unlocked |
hidden
|
int | If 1, only files which are hidden are returned, if 0 only not hidden |
pinned
|
int | If 1, only files which are pinned are returned, if 0 only not pinned |
featured
|
int | If 1, only files which are featured are returned, if 0 only not featured |
sortBy
|
string | What to sort by. Can be 'date' for creation date, 'title', 'updated', 'popular', 'downloads' or leave unspecified for ID |
sortDir
|
string | Sort direction. Can be 'asc' or 'desc' - defaults to 'asc' |
page
|
int | Page number |
perPage
|
int | Number of results per page - defaults to 25 |
Exceptions
This endpoint doesn't throw any exceptions.
Response
This endpoint doesn't return a response.