Checkpoint
The set of APIs related to checkpoints. A checkpoint is a RFID point of read which is used to detect RFID tags. Concretely, it can be a gate or a fixed station.
In general, several Device-Port pairs correspond to a Checkpoint while, a Device-Port pair uniquely identifies a Checkpoint.
listCheckpoints
Retruns a list of `Checkpoint`s.
createCheckpoint
Creates a `Checkpoint`.
getCheckpoint
Returns a single `Checkpoint`.
updateCheckpoint
Updates a `Checkpoint`.
deleteCheckpoint
Deletes a `Checkpoint`.
getCheckpointPower
Returns the power of the `Checkpoint`'s read point(s). The power level will be consistent
setCheckpointPower
Sets the read point(s) power level. All the read points will be set with the same power level.
listAndConsumeCheckpointReadings
This API can be used both to consume new checkpoint's readings and to delete them. Consuming new readings is the default behaviour
updateCheckpointReadings
Updates the readings of a `Checkpoint` provided in the request body.
deleteCheckpointReadings
Deletes permanently the readings of a `Checkpoint` provided in the request body.
resetCheckpoint
Deletes all the readings of the `Checkpoint` with the provided id.
listCheckpointTagAssociations
Returns the last `count` tag associations between `periodStart` and `periodEnd` executed at the given checkpoint.
createCheckpointIdentification
Creates an identification request for a checkpoint.
getCheckpointIdentification
Return the status of the identiication request with the provided id.
doInboundForCheckpointAndDocument
This API does an inbound operation for a checkpoint. In particular: