tags: - "collaborateur" summary: rechercher un collaborateur operationId: ChercherCollabId description: | rechercher un collaborateur à l'aide de son identifiant parameters: - $ref: '../../../parameters/CollabId.yaml' responses: '200': description: résultat de la recherche content: application/json: schema: $ref: '../../../schemas/Collaborateur.yaml' '404': $ref: '../../../responses/404Id.yaml' '400': $ref: '../../../responses/400.yaml'