get: tags: - demandesEPI operationId: getDemandeEPICollaborateurCount description: Récupérer le nombre total de demandes d’EPI d’un collaborateur. parameters: - $ref: ../../parameters/path/idCollaborateur.yaml - $ref: ../../parameters/query/etatsDemande.yaml responses: '200': $ref: ../../responses/demandeepi/getCountDemandeEPI.yaml '401': $ref: ../../responses/erreur/unauthorized.yaml '403': $ref: ../../responses/erreur/forbidden.yaml '404': $ref: ../../responses/erreur/notFound.yaml '500': $ref: ../../responses/erreur/internalServerError.yaml