action loket_get_proforma_status_by_employer_id { label: "Get the status of proforma for this employer" description: "__Activity name :__ GetProformaStatusByEmployerId\n\nGet the status of proforma for this employer\n" provider: loket method: GET path: "/providers/employers/{employerId}/proforma" 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 } }