Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

API.Routes.DoneDatList

Mestre-Tramador edited this page Sep 9, 2022 · 1 revision

List Done Dat(s) GET

/dump

Lists all stored .done.dat files.

Response

200

[
  {
    "id": 2,
    "name": "2.done.dat",
    "creation": "2022-08-05 20:40:55"
  },
  {
    "id": 3,
    "name": "3.done.dat",
    "creation": "2022-08-07 19:34:15"
  }
]

Note that each item corresponds to a different file. Also note that the times that a dump is read is meaningless, so only its creation matters.

Clone this wiki locally