Convert epoch day to timestamp range

Convert epoch day to range of UTC timestamp in milliseconds (inclusive, exclusive).

URI
/util/fromEpoch/{epoch}
Method
GET

URI parameters

epoch
The epoch day

Request headers

Request body

Response body

200 The range of UTC timestamp of milliseconds (inclusive, exclusive)
[1547942400000,1548028800000]
400 The epoch is not a number

                            

Convert time UUID to timestamp

Convert time UUID to UTC timestamp in milliseconds.

URI
/util/fromUUID/{timeuuid}
Method
GET

URI parameters

timeuuid
The time UUID

Request headers

Request body

Response body

200 The UTC timestamp of milliseconds
1548028800000
400 The timeUuid is not a UUID

                            

Get short key

Get condensed key based of the UUID.

URI
/util/keyByUUID/{uuid}
Method
GET

URI parameters

timeuuid
The time UUID

Request headers

Request body

Response body

200 Condensed key of the UUID
lL090xDnGTVMpv9BRAgR6A
400 The timeUuid is not a UUID

                            

Convert timestamp to epoch day

Convert UTC timestamp in milliseconds to epoch day.

URI
/util/toEpoch/{timestamp}
Method
GET

URI parameters

timestamp
The UTC timestamp of milliseconds

Request headers

Request body

Response body

200 The epoch day
17916
400 The timestamp is not a number

                            

Get UUID from key

Get UUID based of the condensed key.

URI
/util/uuidByKey/{key}
Method
GET

URI parameters

key
The condensed key of UUID

Request headers

Request body

Response body

200 The UUID
4ca6ff41-4408-11e8-94bd-3dd310e71935
400 The key is not a valid UUID