action loket_get_employer_dashboard_by_employer_id { label: "Dashboard of an employer" description: "__Activity name :__ GetEmployerDashboardByEmployerId\n\nGet the url for the Qlik dashboard for this employer.\nPlease note: the Qlik dashboard is only accessible for users with an assigned Qlik dashboard licenses.\n" provider: loket method: GET path: "/providers/employers/{employerId}/dashboard" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } employerId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "employerId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }