v1

latestOpenAPI 3.0.02026-07-24900287.5 KB
Activities

Get all Periods for an Activity

This API returns the list of periods for the provided activity id.

get/activities/{id}/periods

Path parameters

idstring required

Activity Id

Response

List of all Periods under an Activity

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"
  }
]