Main

Device login

post
Body
deviceIdstringRequired
Responses
post
/api/auth/device/login
200Success

No content

Get device space

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIndexstringRequired
Responses
get
/api/spaces/{spaceIndex}
200Success

Create marker

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
markerIndexstringRequired
spaceIndexstringRequired
routineIndexstringRequired
nodesstring[]Required
recordsstring[]Required
Responses
post
/api/markers
201Success

Delete marker

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
markerIndexstringRequired
Responses
delete
/api/markers/{markerIndex}
202Success

No content

Last updated

Was this helpful?