action loket_get_document_count_by_concept_employee_id { label: "Document count" description: "__Activity name :__ GetDocumentCountByConceptEmployeeId\n\nGet a count of the number of documents in the dossier. Via Qwoater.\n" provider: loket method: GET path: "/providers/employers/conceptemployees/{conceptEmployeeId}/dossier\"" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } conceptEmployeeId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "conceptEmployeeId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }