List Barcode Generator
GET
/admin/barcode-generator
const url = 'http://localhost:9000/admin/barcode-generator';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url http://localhost:9000/admin/barcode-generatorParameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” bcid
string
serial
string
height
string
Responses
Section titled “ Responses ”OK
Media type application/json
object
Example generated
{}