Api session event editor setting get epoch time
API Event to Get UTC Epoch Time (Milliseconds since 00:00:00 UTC on 1 January 1970) for local time in this Project
| Name | Importance | Type | Description | Values |
|---|---|---|---|---|
| 0 | REQUIRED | (Integer number) | Year | |
| 1 | REQUIRED | (Integer number) | Month | |
| 2 | REQUIRED | (Integer number) | Day | |
| 3 | REQUIRED | (Integer number) | Hour | |
| 4 | REQUIRED | (Integer number) | Minute | |
| 5 | REQUIRED | (Integer number) | Second |
Response Codes
| Response Code: | Description |
|---|---|
| 200 | Long (UTC Epoch Time (Milliseconds since 00:00:00 UTC on 1 January 1970)) |
| 300-600 | Codes Overview |
Example POST
Example POST: https://engine.tygron.com/api/session/event/editorsetting/get_epoch_time/?f=HTML&token=API_TOKEN
with content:
[ 2005, 9, 1, 0, 0, 0 ]