v1

latestOpenAPI 3.0.02026-07-24900287.5 KB
Periods

Get Period Details

get/periods/{id}

Path parameters

idstring required

Period Id

Query parameters

includestring[]

Entities to include under each item, comma separated.

Response

Period Details

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

Example response

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