cURL
curl --request GET \ --url https://api.qminder.com/v1/locations/{id}/lines \ --header 'X-Qminder-REST-API-Key: <api-key>'
"{\n \"statusCode\": 200,\n \"data\": [\n {\n \"id\": 1827,\n \"name\": \"Example Line\",\n \"location\": 123,\n \"color\": \"#ff00ff\",\n \"disabled\": false\n },\n {\n \"id\": 1829,\n \"name\": \"Example Line 2\",\n \"location\": 123,\n \"color\": \"#ff00ff\",\n \"disabled\": false\n }\n ]\n}"
Documentation IndexFetch the complete documentation index at: https://developer.qminder.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.qminder.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of a location
200
Show child attributes