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.
Service-Collaborateur/API/routes/Referents/getRefsCollabId.yaml

21 lines
542 B

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