v1
latestOpenAPI 3.0.02026-07-24900287.5 KBActivities
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
Example response
[
{
"created_at": "2023-10-31 23:59:59",
"modified_at": "2023-10-31 23:59:59"
}
]