action loket_get_fiscal_properties_by_fiscal_properties_id { label: "Details of a fiscal record" description: "__Activity name:__ GetFiscalPropertiesByFiscalPropertiesId\n\nGet the details of fiscal\n" provider: loket method: GET path: "/providers/employers/employees/employments/fiscalproperties/{fiscalPropertiesId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } fiscalPropertiesId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "fiscalPropertiesId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }