imls-dmt / imls-dmt-api

imls-dmt-api
Apache License 2.0
1 stars 1 forks source link

Add timestamp arrays to resource collection and API #26

Open karlbenedict opened 4 years ago

karlbenedict commented 4 years ago

Push timestamps into timestamp arrays for:

API get to retrieve these arrays for client analysis & presentation

hbarrett commented 4 years ago

Example document might look like the following:

{"id":"22444850-edac-4e17-8c1e-1a5aed92ef2f",
  "success":["1970-01-01 00:00:01","1970-01-02 00:00:01",
  "fail":["1970-01-01 00:00:01"],
  "access":["1970-01-01 00:00:01"],
}
hbarrett commented 4 years ago

Access route works, (/api/access/), but the URL audit needs work.