Main
Device login
post
Body
deviceIdstringRequired
Responses
200Success
post
/api/auth/device/login200Success
No content
Get device space
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIndexstringRequired
Responses
200Success
application/json
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
201Success
application/json
post
/api/markers201Success
Delete marker
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
markerIndexstringRequired
Responses
202Success
delete
/api/markers/{markerIndex}202Success
No content
Last updated
Was this helpful?