action avaza_contact_get { label: "Gets list of Contacts" provider: avaza method: GET path: "/api/Contact" encoding: json input: { type: "object" properties: { CompanyIDFK: { type: "string" } Sort: { type: "string" } UpdatedAfter: { type: "string" } pageNumber: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }