get: tags: - collaborateurs operationId: getCollaborateurById description: recevoir un collaboratuer par son id parameters: - $ref: ../../parameters/path/idcollaborateur.yaml responses: '200': $ref: ../../responses/collaborateur/getcollaborateur.yaml '403': $ref: ../../responses/erreur/forbidden.yaml '404': $ref: ../../responses/erreur/notfound.yaml