action avaza_project_lookup { label: "Gets minimal list of active Projects for the current user" provider: avaza method: GET path: "/api/Project/Lookup" encoding: json input: { type: "object" properties: { CompanyIDFK: { type: "string" } TimesheetUserID: { type: "string" } pageNumber: { type: "string" } pageSize: { type: "string" } search: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }