v1

latestOpenAPI 3.0.02026-07-24900287.5 KB
Periods

Get all Periods

This API returns the list of all periods.

get/periods

Response

List of Periods

idstring
activity_idstring
period_depth_idstring
namestring
start_timenumber

Epoch Timestamp, seconds since 1970-01-01T00:00:00Z

start_centisecondsnumber

Centiseconds part of epoch timestamp (hundredths of a second, a number between 0 and 99)

end_timenumber

Epoch Timestamp, seconds since 1970-01-01T00:00:00Z

end_centisecondsnumber

Centiseconds part of epoch timestamp (hundredths of a second, a number between 0 and 99)

lftinteger
rgtinteger
is_syncedinteger
is_deletedinteger
is_injectedinteger
created_atstring
modified_atstring
user_idstring nullable
tag_liststring[]

Example response

[
  {
    "created_at": "2023-10-31 23:59:59",
    "modified_at": "2023-10-31 23:59:59"
  }
]