One Location can have multiple Lines. It is recommended to have one Line for every different type of service, because this way it is possible to view statistics based on service type. Visitor tickets are assigned to lines. Lines can be enabled or disabled. When a line is disabled, visitors cannot be added to the line. Disabled lines are not selectable on Visit Planner and iPad.Documentation Index
Fetch the complete documentation index at: https://developer.qminder.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
Lines have the following data fields:| Name | Type | Description |
|---|---|---|
| id | number | |
| name | string | User-specified name of the Line |
| location | number | ID of the location the Line belongs to |
| color | string | Hex color code of the line, used for coloring charts |
| disabled | boolean | True if the line is disabled, false if the line is enabled. |