Time Sync

This is used to get the current UTC time from the platform to allow device to sync their time with the system when coming from an offline state.

URL

https://{{HOST}}/time

Method

GET

Required IMS Scopes

  • None

Example

Request

curl -X GET 
  'https://{{HOST}}/time'

Response

{
    "time": "2018-04-20T18:58:35+00:00"
}

Response Body Parameters

Name Description
Time DateTime object with the current date and time in UTC