Skip to main content
GET
/
lines
/
{id}
Get details of a line
curl --request GET \
  --url https://api.qminder.com/v1/lines/{id} \
  --header 'X-Qminder-REST-API-Key: <api-key>'
"{\n  \"statusCode\": 200,\n  \"id\": 1827,\n  \"name\": \"Example Line\",\n  \"location\": 4052,\n  \"color\": \"#ff00ff\",\n  \"disabled\": false\n}"

Authorizations

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

Path Parameters

id
integer<int32>
default:1827
required

ID of a line

Response

200 - application/json

200

statusCode
integer
default:0
Example:

200

id
integer
default:0
Example:

1827

name
string
Example:

"Example Line"

location
integer
default:0
Example:

4052

color
string
Example:

"#ff00ff"

disabled
boolean
default:true
Example:

false