List Calendar Systems
GET /api/creative/timelines/calendar-systems
GET
/api/creative/timelines/calendar-systems
List all calendar systems for the active project.
Responses
Section titled “ Responses ”Successful Response
CalendarSystemListResponse
List of calendar systems.
object
status
required
Status
Operation status
string
data
required
Data
Calendar systems
Array<object>
CalendarSystemCustom fantasy calendar definition.
object
projectId
required
Projectid
Project this calendar belongs to
string
name
required
Name
Calendar name
string
description
Description
Calendar description
string
eras
Eras
Era definitions
Array<object>
CalendarEraSingle era definition within a calendar system.
object
name
required
Name
Era name (e.g. ‘First Age’)
string
abbreviation
required
Abbreviation
Short form (e.g. ‘FA’)
string
startValue
Startvalue
Sort key where this era begins
integer
isCurrent
Iscurrent
Whether this is the active/ongoing era
boolean
months
Months
Month definitions
Array<object>
CalendarMonthSingle month within a calendar system.
object
name
required
Name
Month name
string
days
required
Days
Number of days in this month
integer
daysPerWeek
Daysperweek
Days per week
integer
dayNames
Daynames
Day names in order
Array<string>
epochLabel
Epochlabel
Label for year numbering
string
dateFormatTemplate
Dateformattemplate
Template for formatting dates
string