action loket_get_user_filter_settings_by_employer_id { label: "Get user filter settings" description: "__Activity name:__ GetUserFilterSettingsByEmployerId\n \n\nThe User Filter settings for the current user for the employer. These settings are used by the backend to automaticaly filter the list of employments. \n" provider: loket method: GET path: "/user/filtersettings/{employerId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } employerId: { type: "string" } } required: ["Accept", "Authorization", "employerId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }