action loket_get_function_by_function_id { label: "Details of a function" description: "__Activity name:__ GetFunctionByFunctionId\n\nGet the details of function\n" provider: loket method: GET path: "/providers/employers/functions/{functionId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } functionId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "functionId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }