Checkpoints : Question Answers

Answering Questions

POST /checkpoints/542/actions/answer { "answer": { "q_0": "yes", "q_1": "no" }, "uuid": "string", "scanTime": "2023-12-14T13:30:00-05:00" }

 

Checkpoint Question Answers

Some endpoints related to checkpoints aren’t displayed at all in the API documentation, while still being offered to our partners as part of their Data Warehouse solution, which can be confusing. Below are examples of these and how to GET information from them.

checkpoint-question-answers (not in Redoc)

[GET] /checkpoint-question-answers?scannedOn:after=2021-07-20&scannedOn:before=2021-07-22

{ "question": "Se encontró agujero o cortes en el perímetro?", "questionIndex": 0, "answer": "no", "employee": 1036, "scannedOn": "2021-07-21T15:00:35+00:00", "scanTime": "2021-07-21T15:00:35+00:00", "checkpoint": 40, "id": 1 }

Recommend to the client that they filter by date ranges because it's a big data set and slow otherwise.

Was this article helpful?
0 out of 0 found this helpful

Articles in this section