action loket_get_achmea_insurance_contracts_by_user_id { label: "list of insurance contracts" description: "__Activity name :__ GetAchmeaInsuranceContractsByUserId\nGet a list of all Achmea insurance contracts accessible to the current user\n" provider: loket method: GET path: "/achmeainsurancecontracts" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } filter: { type: "string" } orderBy: { type: "string" } pageNumber: { type: "integer" format: "int32" } pageSize: { type: "integer" format: "int32" } } required: ["Accept", "Authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }