⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/user/recent

Get the most recently uploaded files for the authenticated user.

GET/api/user/recent

Query Parameters

take?number
Range1 <= value <= 100
Default3

Response Body

application/json

application/json

curl -X GET "https://example.com/api/user/recent"
[  {    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z",    "deletesAt": "2019-08-24T14:15:22Z",    "favorite": true,    "id": "string",    "originalName": "string",    "name": "string",    "size": 0,    "type": "string",    "views": 0,    "maxViews": 0,    "password": "string",    "folderId": "string",    "anonymous": true,    "thumbnail": {      "path": "string"    },    "tags": [      {        "id": "string",        "createdAt": "2019-08-24T14:15:22Z",        "updatedAt": "2019-08-24T14:15:22Z",        "name": "string",        "color": "string",        "files": [          {            "id": "string"          }        ]      }    ],    "url": "string",    "similarity": 0  }]