List files
List all files uploaded to the channel.
| Path Parameters |
|---|
sub_key string — REQUIREDYour app's subscribe key from Admin Portal. |
channel string — REQUIREDThe channel ID to perform the operation on. |
| Query Parameters |
|---|
limit integerPossible values: 1 ≤ value ≤ 100 The maximum number of file results to be returned in a response |
next stringThe token to use to retrieve the next batch of files |
| Responses | |||||||||
|---|---|---|---|---|---|---|---|---|---|
200Successfully retrieved the list of uploaded files
| |||||||||
400One or more request parameters are invalid
| |||||||||
402The Files service is not enabled for the subkey
| |||||||||
500Internal Server Error
|