get https://app.asana.com/api/1.0/time_periods/
Returns the full record for a single time period.
Responses
Returns the full record for a single time period.
xxxxxxxxxx
curl --request GET \
--url https://app.asana.com/api/1.0/time_periods/time_period_gid \
--header 'accept: application/json'
xxxxxxxxxx
18{
"data": {
"gid": "12345",
"resource_type": "time_period",
"end_on": "2019-09-14",
"start_on": "2019-09-13",
"period": "Q1",
"display_name": "Q1 FY22",
"parent": {
"gid": "12345",
"resource_type": "time_period",
"end_on": "2019-09-14",
"start_on": "2019-09-13",
"period": "Q1",
"display_name": "Q1 FY22"
}
}
}