Barcoding
Get an entity's barcodes
Returns all barcodes for an entity, filtered by the provided parameters.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The type of entity the barcode is for
Available options:
user
, order
, patient
, prescription
, prescription_product
, non_prescription_product
, order_material
, inventory
The ID of the entity
Query Parameters
Whether to include only active barcodes. Default is true.
Example:
false
Whether to include the base64 image. Default is true.
Example:
false
Response
200 - application/json
Successful response with barcode details
The response is of type object[]
.