parent
166fa2c43f
commit
3d81fea82c
@ -1,17 +0,0 @@ |
|||||||
get: |
|
||||||
tags: |
|
||||||
- collaborateurs |
|
||||||
operationId: getCollaborateurCount |
|
||||||
description: Récupérer le nombre total de collaborateurs |
|
||||||
responses: |
|
||||||
'200': |
|
||||||
$ref: ../../responses/collaborateur/getcountcollaborateur.yaml |
|
||||||
|
|
||||||
'401': |
|
||||||
$ref: ../../responses/erreur/unauthorized.yaml |
|
||||||
|
|
||||||
'403': |
|
||||||
$ref: ../../responses/erreur/forbidden.yaml |
|
||||||
|
|
||||||
'500': |
|
||||||
$ref: ../../responses/erreur/internalServerError.yaml |
|
@ -0,0 +1,27 @@ |
|||||||
|
get: |
||||||
|
tags: |
||||||
|
- collaborateurs |
||||||
|
operationId: getCollaborateursCount |
||||||
|
description: Récupérer le nombre total de collaborateurs. |
||||||
|
parameters: |
||||||
|
- $ref: ../../parameters/query/roles.yaml |
||||||
|
- $ref: ../../parameters/query/idBUs.yaml |
||||||
|
- $ref: ../../parameters/query/asc.yaml |
||||||
|
- $ref: ../../parameters/query/numPage.yaml |
||||||
|
- $ref: ../../parameters/query/parPage.yaml |
||||||
|
- $ref: ../../parameters/query/texte.yaml |
||||||
|
- $ref: ../../parameters/query/tri.yaml |
||||||
|
- $ref: ../../parameters/query/dateDebut.yaml |
||||||
|
- $ref: ../../parameters/query/dateFin.yaml |
||||||
|
responses: |
||||||
|
'200': |
||||||
|
$ref: ../../responses/collaborateur/getcountcollaborateur.yaml |
||||||
|
|
||||||
|
'401': |
||||||
|
$ref: ../../responses/erreur/unauthorized.yaml |
||||||
|
|
||||||
|
'403': |
||||||
|
$ref: ../../responses/erreur/forbidden.yaml |
||||||
|
|
||||||
|
'500': |
||||||
|
$ref: ../../responses/erreur/internalServerError.yaml |
@ -0,0 +1,24 @@ |
|||||||
|
get: |
||||||
|
tags: |
||||||
|
- collaborateurs |
||||||
|
operationId: getCollaborateursByReferentCount |
||||||
|
description: Récupérer le nombre total de collaborateurs d’un référent. |
||||||
|
parameters: |
||||||
|
- $ref: ../../parameters/path/idReferent.yaml |
||||||
|
- $ref: ../../parameters/query/asc.yaml |
||||||
|
- $ref: ../../parameters/query/numPage.yaml |
||||||
|
- $ref: ../../parameters/query/parPage.yaml |
||||||
|
- $ref: ../../parameters/query/texte.yaml |
||||||
|
- $ref: ../../parameters/query/tri.yaml |
||||||
|
responses: |
||||||
|
'200': |
||||||
|
$ref: ../../responses/collaborateur/getcountcollaborateur.yaml |
||||||
|
|
||||||
|
'401': |
||||||
|
$ref: ../../responses/erreur/unauthorized.yaml |
||||||
|
|
||||||
|
'403': |
||||||
|
$ref: ../../responses/erreur/forbidden.yaml |
||||||
|
|
||||||
|
'500': |
||||||
|
$ref: ../../responses/erreur/internalServerError.yaml |
@ -0,0 +1,22 @@ |
|||||||
|
get: |
||||||
|
tags: |
||||||
|
- collaborateurs |
||||||
|
operationId: getReferentsPrecedentEPCollaborateur |
||||||
|
description: Récupérer la liste des référents des précédents EP du collaborateur. |
||||||
|
parameters: |
||||||
|
- $ref: ../../parameters/path/idCollaborateur.yaml |
||||||
|
responses: |
||||||
|
'200': |
||||||
|
$ref: ../../responses/collaborateur/getListeCollaborateurs.yaml |
||||||
|
|
||||||
|
'401': |
||||||
|
$ref: ../../responses/erreur/unauthorized.yaml |
||||||
|
|
||||||
|
'403': |
||||||
|
$ref: ../../responses/erreur/forbidden.yaml |
||||||
|
|
||||||
|
'404': |
||||||
|
$ref: ../../responses/erreur/notFound.yaml |
||||||
|
|
||||||
|
'500': |
||||||
|
$ref: ../../responses/erreur/internalServerError.yaml |
Loading…
Reference in new issue