Skip to main content

Label management

See also the Import section to set label in the printer.

deleteLabel

Delete a label.

ParameterTypeDescription
namestringThe name of the label.

Returns

null

Example

{"jsonrpc": "2.0", "method": "deleteLabel", "params": {"name": "My Label"}}

getLabel

Get a label.

ParameterTypeDescription
namestringThe name of the label.

Returns

A label. See the Aurora Label Specification.

Example

{"jsonrpc": "2.0", "method": "getLabel", "params": {"name": "My Label"}}