Resources
The Lineberty Display API only allows you read the resources you wish to display, using a GET method.
These are the resources:
|--- Companies
| 	|---- Places
| 	        |--- Queues
|	        |      |--- Endpoints
| 	        |      |--- Tickets	
| 	        |--- Counters
Read Resources - GET
| Resources | Possible actions | 
|---|---|
| API Key | Get a valid API Key | 
| Companies | - Get the list of companies for a given API Key - Get all the places of a company  | 
| Places | - Get the list of places for a given API Key - Get a place - Get the queues of a place - Get the counters of a place - Get the endpoints of a place - Get the time slots of a place  | 
| Queues | - Get all the queues - Get all the endpoints of a queue - Get all the current tickets (with or without the ticket events) - Get all done or canceled tickets of the day  | 
| Counters | - Get all the counters - Get an event on incremented/decremented counters - Get a counter in particular  |