6.4 Labels
GET http://{{rip_ip}}:5438/devices/{{device_id}}/labels
Gets the list of the labels that are supported by this device and the dimensions that would be needed to show it.
Response
Array of objects for each label containing:
- Name (string) : Name of the label as displayed in the UI.
- Width (number) : Width of the label in PF-units.
- Height (number) : Height of the label in PF-units.
Errors
- 404 Not Found :
{"Message":"Device not found"}