You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
tags:
|
|
|
|
- "collaborateur"
|
|
|
|
summary: rechercher tous les collaborateurs
|
|
|
|
operationId: ChercherCollab
|
|
|
|
description: |
|
|
|
|
Cette requette demande de récupérer tous les collaborateurs existant
|
|
|
|
parameters:
|
|
|
|
- $ref: '../../parameters/CollabsId.yaml'
|
|
|
|
- $ref: '../../parameters/Anciens.yaml'
|
|
|
|
- $ref: '../../parameters/Roles.yaml'
|
|
|
|
- $ref: '../../parameters/BuIds.yaml'
|
|
|
|
responses:
|
|
|
|
'200':
|
|
|
|
description: résultats de la recherche
|
|
|
|
content:
|
|
|
|
application/json:
|
|
|
|
schema:
|
|
|
|
type: array
|
|
|
|
items:
|
|
|
|
$ref: '../../schemas/Collaborateur.yaml'
|
|
|
|
'404':
|
|
|
|
$ref: '../../responses/404Collab.yaml'
|
|
|
|
'400':
|
|
|
|
$ref: '../../responses/400.yaml'
|