Get all files uploaded by the user with pagination.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Number of items to skip
x >= 0
Maximum number of items to return
1 <= x <= 1000
Successful Response
The response is of type StoreFileResponse · object[]
.
Get all files uploaded by the user with pagination.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Number of items to skip
x >= 0
Maximum number of items to return
1 <= x <= 1000
Successful Response
The response is of type StoreFileResponse · object[]
.