Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

PANTALLA DE EVALUADOS:

GET /api/v2/evaluated/{iEvaluacion}

GET /api/v2/evaluated/notassigned/{iEvaluacion}
Boton aceptar : POST /api/v2/evaluated

GET /api/v2/evaluators/possibleevaluators/{iEvaluado}

POST /api/v2/evaluators
GET /api/v2/roles

GET /api/v2/messages/pendingevaluated/{iEvaluacion}/{iEvaluado}

o POST /api/v2/messages/sendemail


o

POST /api/v2/messages/sendemaillis

Cambiar a Completo : moverlo arriba

PUT /api/v2/evaluated/tocomplete

Eliminar tambien mover arriba :

DELETE /api/v2/evaluated

TABLA DE EVALUADORES

GET /api/v2/evaluators/{iEvaluado}

STATISTICS:

GET /api/v2/evaluators/performancestatistics/{iEvaluacion}/{iEvaluador}/
{iEvaluado}
GET /api/v2/evaluators/impactstatistics/{iEvaluacion}/{iEvaluador}/
{iEvaluado}

HABILITAR :

M9OSTRAR VENTA DE STADISTICAS

GET /api/v2/evaluators/impactstatistics/{iEvaluacion}/{iEvaluador}/
{iEvaluado}
GET /api/v2/evaluators/performancestatistics/{iEvaluacion}/{iEvaluador}/
{iEvaluado}
HABILITAR/DESHABILITAR

PUT /api/v2/evaluated/disableevaluators/{iEvaluado}
PUT /api/v2/evaluated/enableevaluators/{iEvaluado}
GENERAR RECORDATORIOS

PUT /api/v2/evaluated/generatereminders/{iEvaluado}

DESHACER DECLINADOS

PUT /api/v2/evaluators/undodeclined

You might also like