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.
openAPIServeurEPA/paths/collaborateur/collaborateurs.yaml

18 lines
581 B

get:
tags:
- collaborateurs
operationId: getCollaborateurs
description: recevoir la liste des collaborateurs
parameters:
- $ref: ../../parameters/query/assistants.yaml
- $ref: ../../parameters/query/collaborateurs.yaml
- $ref: ../../parameters/query/idBu.yaml
- $ref: ../../parameters/query/idAgence.yaml
- $ref: ../../parameters/query/referents.yaml
- $ref: ../../parameters/query/rh.yaml
responses:
'200':
$ref: ../../responses/collaborateur/getlistecollaborateurs.yaml
'403':
$ref: ../../responses/erreur/forbidden.yaml