Skip to main content
GET
/
api
/
v1
/
screens
/
key
/
{key}
Get Screen By Key
curl --request GET \
  --url https://api.example.com/api/v1/screens/key/{key}
{
  "id": 123,
  "name": "<string>",
  "key": "<string>",
  "current": "<string>",
  "config": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.roboconoxon.org.uk/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

key
string
required

Response

Successful Response

id
integer
required
name
string
required
key
string
required
current
string
required
config
string
required