Query the calendar dimension table. Each row represents a single date with breakdowns by month, quarter, year, week number, plus sorting fields and trailing period labels (e.g., “last 3 months”, “in the past”).
Designed for joining with booking data in Power BI or Excel pivot tables to enable time-based analysis without date calculations.
All parameters are optional. Key filterable fields: Date, Year, Quarter, Month, InLast12MonthsAndCurrent.
Example: $filter=InLast12MonthsAndCurrent eq true returns only recent dates.
HTTP Basic Authentication using reporting credentials provided by C Teleport. Username and password are issued per-customer — contact api@cteleport.com to obtain yours.
OData filter expression. Examples:
bookingDate gt 2026-01-01status eq 'confirmed'carrier eq 'KL' and departureDate gt 2026-01-01Comma-separated list of fields to include in the response.
OData ordering expression. Examples:
bookingDate desctotalCost ascMaximum number of records to return (default varies by endpoint).
Number of records to skip for pagination.
Set to true to include total record count in the response.