action avaza_project_get { label: "Gets list of Projects" provider: avaza method: GET path: "/api/Project" encoding: json input: { type: "object" properties: { Sort: { type: "string" } TimesheetUserID: { type: "string" } UpdatedAfter: { type: "string" } includeArchived: { type: "string" } pageNumber: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }