action avaza_project_timesheet_category_get { label: "Gets list of Project Timesheet Categories" description: "The default sort order is by isBillable desc, Name asc" provider: avaza method: GET path: "/api/ProjectTimesheetCategory" encoding: json input: { type: "object" properties: { ProjectID: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }