Skip to main content
GET
/
locations
/
{id}
/
lines
Get list of lines
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}"

Authorizations

X-Qminder-REST-API-Key
string
header
default:yourbusinessapikey
required

Path Parameters

id
integer<int32>
default:123
required

ID of a location

Response

200 - application/json

200

statusCode
integer
default:0
Example:

200

data
object[]