Teamwork

Links

    Teamwork API

    Getting access, Developing, Testing

    Back to Teamwork

    Generate agenda report in XLSX format

    Generates an agenda report in XLSX format containing all the events for the provided filters.

    Input

    type: object properties: parameters: type: object properties: startDate: type: string format: date description: events that happen after this date reportFormat: type: string description: define the format of the report endDate: type: string format: date description: events that happen before this date withTasks: type: boolean default: 'false' description: include tasks withMilestones: type: boolean default: 'false' description: include milestones withEvents: type: boolean default: 'true' description: include events isReportDownload: type: boolean description: generate a report document includeTags: type: boolean default: 'false' description: should include tags attendingOnly: type: boolean default: 'false' description: >- when filtering events with targetUserIDs, display only when attending the event typeIDs: type: array items: type: integer description: filter calendar events to show only the ones in typeIDs targetUserIDs: type: array items: type: integer description: filter to show only events for the provided user targetProjectIDs: type: array items: type: integer description: filter to show only events for the provided projects title: Parameters