Skip to main content

End screentime

POST 

/screentime/end

Ends active screentime previously started with /screentime/start. The duration is counted toward today's screentime usage, split across day boundaries in the schedule's timezone when the screentime crosses local midnight.

Status semantics:

  • accepted - the screentime matching id was ended, or a retried call for a screentime that was already ended was absorbed idempotently.

A NOT_FOUND code is returned when no screentime is active for sessionId, or when the id in this request doesn't match the id that started the active screentime.

Request

Responses

Screentime end accepted.