Solicitudes
API que permite obtener un listado de solicitudes derivadas a nuestro sistema por medio del link asociado a tu compañía. Puedes usar distintos filtros opcionales. Recibirás un máximo de 10 solicitudes por petición.
[GET] /api/v1/requests
URL: https://reevalua.com/api/v1/requests
Method: GET
Request:
{
"id": "23-MsD2SDQ2",
"from_date": "2024-01-05 10:00:55",
"to_date": "2024-01-15 19:00:55",
"email": "sebastian@reevalua.com",
"document": 89221134
}
Response:
[
{
"id": "48-t25rjDI3I7uUqrg",
"first_name": "Juan",
"last_name": "Perez",
"document": "45454545",
"phone": "999999999",
"email": "jperez@gmail.com",
"amount": "9500.00",
"installment": 12,
"region": "Lima",
"province": "Lima",
"district": "Lima",
"created_at": "2023-10-23T16:47:14.000000Z",
"updated_at": "2023-10-23T16:47:14.000000Z",
"jewelry": [
{
"id": 10,
"material": "Aro",
"time": "Almuerzo (1:00 pm - 3:00 pm)",
"status": "in_process",
"created_at": "2024-01-10T23:14:37.000000Z",
"updated_at": "2024-01-10T23:37:52.000000Z",
},
...
],
"electrical_appliance": [
{
"id": 7,
"type": "Línea Blanca",
"brand": "Apple",
"model": "Iphone 14",
"time": "Almuerzo (1:00 pm - 3:00 pm)",
"status": "in_process",
"created_at": "2024-01-10T23:16:39.000000Z",
"updated_at": "2024-01-10T23:37:48.000000Z",
},
...
],
"endorsement": [
{
"id": 1,
"name": "Juan Perez",
"document": "98785245",
"phone": "945874717",
"relationship": "Primo",
"email": "damp1991+aval@gmail.com",
"accepted": 1,
"biometric_status": "verified",
"status": "in_process",
"created_at": "2023-10-23T17:24:47.000000Z",
"updated_at": "2023-12-30T02:42:36.000000Z",
},
...
],
"future_salary": [
{
"id": 2,
"amount": "0.00",
"currency": "",
"ruc": "87654654654",
"company": "Compañía SAC",
"rh_contact_role": "Gerente RRHH",
"rh_contact_name": "Pedro",
"rh_contact": "pedro@company.com",
"contract_type": "Planilla indefinida",
"has_gratuities": 1,
"antiquity": 1,
"biometric_status": "verified",
"employee_biometric_status": "verified",
"status": "in_process",
"created_at": "2023-10-23T17:19:39.000000Z",
"updated_at": "2024-01-02T23:43:17.000000Z",
},
...
],
"credit_history": [
{
"id": 2,
"biometric_status": "verified",
"status": "in_process",
"same_document": true,
"created_at": "2023-10-23T17:19:39.000000Z",
"updated_at": "2024-01-02T23:43:17.000000Z",
},
...
]
},
...
]
Campo
Tipo de dato
Descripción
Body
Request[]
Last updated