action avaza_task_get { label: "Gets list of Tasks" provider: avaza method: GET path: "/api/Task" encoding: json input: { type: "object" properties: { ProjectID: { type: "string" } Sort: { type: "string" } UpdatedAfter: { type: "string" } isComplete: { type: "string" } pageNumber: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }