read(…)
Get route checkpoint by id.
parameters:
name | description | type |
---|---|---|
checkpoint_id | Id of the checkpoint | int |
return:
{
"success": true,
"value": ${checkpoint} // JSON object
}
where checkpoint described here.
errors:
- 201 – Not found in database (if there is no checkpoint with such id)