action loket_get_abp_fund_by_abp_fund_id { label: "Details of an abp fund" description: "__Activity name :__ GetAbpFundByAbpFundId\n\nGet the details of an abp fund\n" provider: loket method: GET path: "/providers/employers/employees/employments/abpfunds/{abpFundId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } abpFundId: { type: "string" format: "uuid" } filter: { type: "string" } orderBy: { type: "string" } pageNumber: { type: "integer" format: "int32" } pageSize: { type: "integer" format: "int32" } } required: ["Accept", "Authorization", "abpFundId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }