Download OpenAPI specification:Download
Documento Web API destinado a definir el funcionamiento de sistema Escudo Vecinal el cual permite la alerta de situaciones problemáticas en diferentes puntos de la ciudad mediante grupos personas
Comprueba si el WebService está disponible y si es capas de procesar solicitudes
{- "message": "No existe ningún recurso con el id especificado",
- "status": 404,
- "code": 0
}Permite el intercambio de información sensible o necesaria para el funcionamiento óptimo de los clientes
| operatingSystem required | string Nombre del sistema Operativo |
| platform required | string Nombre del la plataforma |
| osVersion required | string Version del sistema operativo |
| isVirtual required | boolean Define si la aplicacion se esta ejecutando en un entorno virtual |
| version required | string Version actual de la aplicacion |
| enviroment required | string Entorno de compilacion del webservice |
| model required | string Modelo del dispositivo |
| user | integer or null Identificador del usuario logeado |
{- "operatingSystem": "string",
- "platform": "android",
- "osVersion": "string",
- "isVirtual": true,
- "version": "1.0.1",
- "enviroment": "dev",
- "model": "Xiami740",
- "user": 0
}{- "update": {
- "require_update": true,
- "message": "Nueva actualización disponible",
- "improved": [
- {
- "label": "Nuevo sistema de notificaciones",
- "icon": "notification_icon"
}
]
}
}Comprueba la contraseña enviada contra el usuario autenticado con el OAuth token, usado cuando se quiere realizar una acción importante en el sistema
| password required | string Contraseña a verificar |
{- "password": "string"
}{- "message": "Contraseña incorrecta",
- "status": "409",
- "code": "3753"
}Recupera la informacion personal del usuario perteneciente al token que se esta enviado
{- "data": {
- "name": "Eduardo Alonso",
- "last_name": "Escobar",
- "second_last_name": "Lozano",
- "email": "escobareduardotics@gmail.com",
- "cellphone": "6183453449",
- "colony": "Constitución",
- "inside_number": "1",
- "outside_number": "986",
- "street": "Constituyentes de Queretaro",
- "zipcode": "34188",
- "address_city_id": 10,
- "curp": "XXXX000000XXXXXX00",
- "date_birth": "1994-08-09",
- "gender": "1",
- "user_id": 1,
- "country_code": "52",
- "created_by": 10,
- "updated_at": "2022-09-20 12:16:38",
- "created_at": "2022-09-20 12:16:38",
- "is_active": 1,
- "push_id": null,
- "push_token": null,
- "latitude": -12313,
- "longitude": 123123123123
}
}Recupera un listado de roles de usuario que perteneciente al token que se esta enviado
{- "data": [
- {
- "role_id": 0,
- "user_id": 0,
- "role": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Recupera una lista de notificaciones que han sido enviadas por el sistema al usuario autenticado
{- "data": [
- {
- "notification_id": 0,
- "user_id": 0,
- "notice_id": 0,
- "aware": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Recupera un listado de noticias que han sido enviadas por el sistema al usuario autenticado
{- "data": [
- {
- "notice_id": 0,
- "user_id": 0,
- "title": "string",
- "description": "string",
- "type": 0,
- "status": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Recupera el listado de datos los usuarios del sistema
{- "data": [
- {
- "name": "Eduardo Alonso",
- "last_name": "Escobar",
- "second_last_name": "Lozano",
- "email": "escobareduardotics@gmail.com",
- "cellphone": "6183453449",
- "colony": "Constitución",
- "inside_number": "1",
- "outside_number": "986",
- "street": "Constituyentes de Queretaro",
- "zipcode": "34188",
- "address_city_id": 10,
- "curp": "XXXX000000XXXXXX00",
- "date_birth": "1994-08-09",
- "gender": "1",
- "user_id": 1,
- "country_code": "52",
- "created_by": 10,
- "updated_at": "2022-09-20 12:16:38",
- "created_at": "2022-09-20 12:16:38",
- "is_active": 1,
- "push_id": null,
- "push_token": null,
- "latitude": -12313,
- "longitude": 123123123123
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Recupera el usuario enviado por parametro
| userId required | integer Identificador del usuario |
{- "data": {
- "name": "Eduardo Alonso",
- "last_name": "Escobar",
- "second_last_name": "Lozano",
- "email": "escobareduardotics@gmail.com",
- "cellphone": "6183453449",
- "colony": "Constitución",
- "inside_number": "1",
- "outside_number": "986",
- "street": "Constituyentes de Queretaro",
- "zipcode": "34188",
- "address_city_id": 10,
- "curp": "XXXX000000XXXXXX00",
- "date_birth": "1994-08-09",
- "gender": "1",
- "user_id": 1,
- "country_code": "52",
- "created_by": 10,
- "updated_at": "2022-09-20 12:16:38",
- "created_at": "2022-09-20 12:16:38",
- "is_active": 1,
- "push_id": null,
- "push_token": null,
- "latitude": -12313,
- "longitude": 123123123123
}
}Permite actualizar la contraseña o el username
| userId required | integer Identificador del usuario |
| password | string <password> >= 6 Nueva contraseña |
| password_confirmation | string <password> >= 6 Repetir nueva contraseña |
| password_old | string <password> >= 6 Contraseña anterior |
| cellphone | string <= 11 Cambiar el usuario |
| close_all_sessions | number Default: 1 Revoca todos los tokens |
{- "password": "pa$$word",
- "password_confirmation": "pa$$word",
- "password_old": "pa$$word",
- "cellphone": "string",
- "close_all_sessions": 1
}{- "data": {
- "name": "Eduardo Alonso",
- "last_name": "Escobar",
- "second_last_name": "Lozano",
- "email": "escobareduardotics@gmail.com",
- "cellphone": "6183453449",
- "colony": "Constitución",
- "inside_number": "1",
- "outside_number": "986",
- "street": "Constituyentes de Queretaro",
- "zipcode": "34188",
- "address_city_id": 10,
- "curp": "XXXX000000XXXXXX00",
- "date_birth": "1994-08-09",
- "gender": "1",
- "user_id": 1,
- "country_code": "52",
- "created_by": 10,
- "updated_at": "2022-09-20 12:16:38",
- "created_at": "2022-09-20 12:16:38",
- "is_active": 1,
- "push_id": null,
- "push_token": null,
- "latitude": -12313,
- "longitude": 123123123123
}
}Deshabilita el usuario enviado por parametro
| userId required | integer Identificador del usuario |
{- "data": {
- "name": "Eduardo Alonso",
- "last_name": "Escobar",
- "second_last_name": "Lozano",
- "email": "escobareduardotics@gmail.com",
- "cellphone": "6183453449",
- "colony": "Constitución",
- "inside_number": "1",
- "outside_number": "986",
- "street": "Constituyentes de Queretaro",
- "zipcode": "34188",
- "address_city_id": 10,
- "curp": "XXXX000000XXXXXX00",
- "date_birth": "1994-08-09",
- "gender": "1",
- "user_id": 1,
- "country_code": "52",
- "created_by": 10,
- "updated_at": "2022-09-20 12:16:38",
- "created_at": "2022-09-20 12:16:38",
- "is_active": 1,
- "push_id": null,
- "push_token": null,
- "latitude": -12313,
- "longitude": 123123123123
}
}Recupera el listado de noticias que el sistema a enviado al usuario identificado en ruta
| userId required | integer Identificador del usuario |
{- "data": [
- {
- "notice_id": 0,
- "user_id": 0,
- "title": "string",
- "description": "string",
- "type": 0,
- "status": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Recuperar el listado de notificaciones que el sistema a enviado al usuario identificado en ruta
| userId required | integer Identificador del usuario |
{- "data": [
- {
- "notification_id": 0,
- "user_id": 0,
- "notice_id": 0,
- "aware": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Obtener todos los incidente creado por un usuario
| userId required | integer Identificador del usuario |
{- "data": [
- {
- "incident_id": 1,
- "user_id": 1,
- "url_video": null,
- "status": 1,
- "latitude": "37.421875199999995",
- "longitude": "-122.0851173",
- "catalog_incident_id": 1,
- "description": "Una persona externa quiere llevarse a varios niños",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Obtener todos los incidente de los grupos a los que pertenece el usuario
| userId required | integer Identificador del usuario |
{- "data": [
- {
- "incident_id": 1,
- "user_id": 1,
- "url_video": null,
- "status": 1,
- "latitude": "37.421875199999995",
- "longitude": "-122.0851173",
- "catalog_incident_id": 1,
- "description": "Una persona externa quiere llevarse a varios niños",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Recupera las noticias creadas por el usuario
| userId required | integer Identificador del usuario |
{- "data": [
- {
- "notice_id": 0,
- "user_id": 0,
- "title": "string",
- "description": "string",
- "type": 0,
- "status": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Muestra las roles pertenecientes a un usuario
| userId required | integer Identificador del usuario |
{- "data": [
- {
- "notice_id": 0,
- "user_id": 0,
- "title": "string",
- "description": "string",
- "type": 0,
- "status": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Recupera los grupos a los que pertenece un usuario
| userId required | integer Identificador del usuario |
{- "data": [
- {
- "group_id": 0,
- "name": 0,
- "group_type": 0,
- "total_members": 0,
- "total_incidents": 0,
- "url_photo": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Retorna la ciudad donde nacio del usuario identificado en la ruta
| userId required | integer Identificador del usuario |
{- "data": {
- "city_id": 0,
- "municipality_id": 0,
- "title": "string",
- "code": "string",
- "geographical_scope": "string",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Retorna la ciudad donde nacio del usuario identificado en la ruta
| userId required | integer Identificador del usuario |
{- "data": {
- "municipality_id": 0,
- "state_id": 0,
- "number": "string",
- "title": "string",
- "code": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Retorna la ciudad donde nacio del usuario identificado en la ruta
| userId required | integer Identificador del usuario |
{- "data": {
- "state_id": 0,
- "country_id": 0,
- "number": "string",
- "title": "string",
- "code": "string",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Crea un incidente
| userId required | integer Identificador del usuario |
| groupId required | integer Identificador del grupo |
| latitude required | integer Latitud de la ubicacion |
| longitude required | integer Longitud de la ubicacion |
| catalog_incident_id | integer Identificador del catalogo del incidente |
| description | string Descripción del incidente |
{- "data": {
- "incident_id": 1,
- "user_id": 1,
- "url_video": null,
- "status": 1,
- "latitude": "37.421875199999995",
- "longitude": "-122.0851173",
- "catalog_incident_id": 1,
- "description": "Una persona externa quiere llevarse a varios niños",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Muestra los datos de la notificacion enviada por parametro
| notificationId required | integer Identificador de la notificacion |
{- "data": {
- "notification_id": 0,
- "user_id": 0,
- "notice_id": 0,
- "aware": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Modificar los valores de una notificacion
| notificationId required | integer Identificador de la notificacion |
{- "data": {
- "notification_id": 0,
- "user_id": 0,
- "notice_id": 0,
- "aware": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Muestra a que aviso pertenecee
| notificationId required | integer Identificador de la notificacion |
{- "data": {
- "notice_id": 0,
- "user_id": 0,
- "title": "string",
- "description": "string",
- "type": 0,
- "status": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Muestra que usuario pertenece la notificacion
| notificationId required | integer Identificador de la notificacion |
{- "data": {
- "name": "Eduardo Alonso",
- "last_name": "Escobar",
- "second_last_name": "Lozano",
- "email": "escobareduardotics@gmail.com",
- "cellphone": "6183453449",
- "colony": "Constitución",
- "inside_number": "1",
- "outside_number": "986",
- "street": "Constituyentes de Queretaro",
- "zipcode": "34188",
- "address_city_id": 10,
- "curp": "XXXX000000XXXXXX00",
- "date_birth": "1994-08-09",
- "gender": "1",
- "user_id": 1,
- "country_code": "52",
- "created_by": 10,
- "updated_at": "2022-09-20 12:16:38",
- "created_at": "2022-09-20 12:16:38",
- "is_active": 1,
- "push_id": null,
- "push_token": null,
- "latitude": -12313,
- "longitude": 123123123123
}
}Muestra los datos del aviso enviado por parametro
| noticeId required | integer Identificador del aviso |
{- "data": {
- "notice_id": 0,
- "user_id": 0,
- "title": "string",
- "description": "string",
- "type": 0,
- "status": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Modificar los valores de un aviso
| noticeId required | integer Identificador del aviso |
{- "data": {
- "notice_id": 0,
- "user_id": 0,
- "title": "string",
- "description": "string",
- "type": 0,
- "status": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Muestra un listado de notificaciones
| noticeId required | integer Identificador del aviso |
{- "data": [
- {
- "notification_id": 0,
- "user_id": 0,
- "notice_id": 0,
- "aware": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Muestra el usuario que emitio en aviso enviado por parametro
| noticeId required | integer Identificador del aviso |
{- "data": {
- "name": "Eduardo Alonso",
- "last_name": "Escobar",
- "second_last_name": "Lozano",
- "email": "escobareduardotics@gmail.com",
- "cellphone": "6183453449",
- "colony": "Constitución",
- "inside_number": "1",
- "outside_number": "986",
- "street": "Constituyentes de Queretaro",
- "zipcode": "34188",
- "address_city_id": 10,
- "curp": "XXXX000000XXXXXX00",
- "date_birth": "1994-08-09",
- "gender": "1",
- "user_id": 1,
- "country_code": "52",
- "created_by": 10,
- "updated_at": "2022-09-20 12:16:38",
- "created_at": "2022-09-20 12:16:38",
- "is_active": 1,
- "push_id": null,
- "push_token": null,
- "latitude": -12313,
- "longitude": 123123123123
}
}Muestra el usuario que emitio en aviso enviado por parametro
| noticeId required | integer Identificador del aviso |
{- "data": {
- "name": "Eduardo Alonso",
- "last_name": "Escobar",
- "second_last_name": "Lozano",
- "email": "escobareduardotics@gmail.com",
- "cellphone": "6183453449",
- "colony": "Constitución",
- "inside_number": "1",
- "outside_number": "986",
- "street": "Constituyentes de Queretaro",
- "zipcode": "34188",
- "address_city_id": 10,
- "curp": "XXXX000000XXXXXX00",
- "date_birth": "1994-08-09",
- "gender": "1",
- "user_id": 1,
- "country_code": "52",
- "created_by": 10,
- "updated_at": "2022-09-20 12:16:38",
- "created_at": "2022-09-20 12:16:38",
- "is_active": 1,
- "push_id": null,
- "push_token": null,
- "latitude": -12313,
- "longitude": 123123123123
}
}Muestra todos los incidentes
{- "data": [
- {
- "incident_id": 1,
- "user_id": 1,
- "url_video": null,
- "status": 1,
- "latitude": "37.421875199999995",
- "longitude": "-122.0851173",
- "catalog_incident_id": 1,
- "description": "Una persona externa quiere llevarse a varios niños",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Muestra todos los incidentes
| incidentId required | integer Identificador del incidente |
{- "data": {
- "incident_id": 1,
- "user_id": 1,
- "url_video": null,
- "status": 1,
- "latitude": "37.421875199999995",
- "longitude": "-122.0851173",
- "catalog_incident_id": 1,
- "description": "Una persona externa quiere llevarse a varios niños",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Actualiza los datos de un incidentes
| incidentId required | integer Identificador del incidente |
{- "data": {
- "incident_id": 1,
- "user_id": 1,
- "url_video": null,
- "status": 1,
- "latitude": "37.421875199999995",
- "longitude": "-122.0851173",
- "catalog_incident_id": 1,
- "description": "Una persona externa quiere llevarse a varios niños",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Muestra todos los incidentes
| incidentId required | integer Identificador del incidente |
{- "data": {
- "incident_id": 1,
- "user_id": 1,
- "url_video": null,
- "status": 1,
- "latitude": "37.421875199999995",
- "longitude": "-122.0851173",
- "catalog_incident_id": 1,
- "description": "Una persona externa quiere llevarse a varios niños",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Muestra todos los incidentes
| incidentId required | integer Identificador del incidente |
{- "data": {
- "incident_id": 1,
- "user_id": 1,
- "url_video": null,
- "status": 1,
- "latitude": "37.421875199999995",
- "longitude": "-122.0851173",
- "catalog_incident_id": 1,
- "description": "Una persona externa quiere llevarse a varios niños",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Retorna la lista de configuraciones que pueden alterar el funcionamiento general de eficaz
{- "data": [
- {
- "configuration_id": 1,
- "key": "notifications-small-icon",
- "value": "@/normal-sm-icon",
- "description": "Límite de reportes",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Retorna la configuración especificada en la ruta
| configurationId required | integer Identificador de la configuracion |
{- "data": {
- "configuration_id": 1,
- "key": "notifications-small-icon",
- "value": "@/normal-sm-icon",
- "description": "Límite de reportes",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Retorna una lista de ciudades
{- "data": [
- {
- "city_id": 0,
- "municipality_id": 0,
- "title": "string",
- "code": "string",
- "geographical_scope": "string",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Retorna la informacion de la ciudad enviado por parametro
| cityId required | integer Identificador del pais |
{- "data": {
- "city_id": 0,
- "municipality_id": 0,
- "title": "string",
- "code": "string",
- "geographical_scope": "string",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Retorna el municipio al que pertenecen la ciudad enviada por parametro
| cityId required | integer Identificador del pais |
{- "data": {
- "municipality_id": 0,
- "state_id": 0,
- "number": "string",
- "title": "string",
- "code": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Retorna el listado de usuarios que viven la ciudad enviada por parametro
| cityId required | integer Identificador del pais |
{- "data": [
- {
- "name": "Eduardo Alonso",
- "last_name": "Escobar",
- "second_last_name": "Lozano",
- "email": "escobareduardotics@gmail.com",
- "cellphone": "6183453449",
- "colony": "Constitución",
- "inside_number": "1",
- "outside_number": "986",
- "street": "Constituyentes de Queretaro",
- "zipcode": "34188",
- "address_city_id": 10,
- "curp": "XXXX000000XXXXXX00",
- "date_birth": "1994-08-09",
- "gender": "1",
- "user_id": 1,
- "country_code": "52",
- "created_by": 10,
- "updated_at": "2022-09-20 12:16:38",
- "created_at": "2022-09-20 12:16:38",
- "is_active": 1,
- "push_id": null,
- "push_token": null,
- "latitude": -12313,
- "longitude": 123123123123
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Retorna el listado de alumnos que viven la ciudad enviada por parametro
| cityId required | integer Identificador del pais |
{- "data": [
- {
- "student_id": 35,
- "group_id": 40,
- "school_id": 21,
- "created_by": 401,
- "name": "Jorge Eduardo",
- "last_name": "Carrillo",
- "second_last_name": "Puentes",
- "cellphone": "6181111113",
- "folio": "1313113",
- "colony": "Pendiente",
- "inside_number": "123",
- "outside_number": "123",
- "street": "Pendiente",
- "zipcode": "123",
- "city_id": 256,
- "address_city_id": 3112,
- "status": 1,
- "has_special_groups": false,
- "average_rating": 9.7,
- "total_absence": 7,
- "total_presence": 8,
- "relationships": 2,
- "groups": 2,
- "amount_subjects": 8,
- "gender": 1,
- "date_birth": "1994-08-19",
- "curp": "XXXXXXXXXXXXXXX",
- "height": 170,
- "weight": 60,
- "size": 54,
- "observation": "El alumno es especial",
- "email": "alumno@eficaz.com",
- "cura": "AABB9408191",
- "is_indigenous": false,
- "is_foreign": false,
- "preschool_years": 3,
- "elementary_years": 5,
- "middle_years": 3,
- "highschool_years": 3,
- "has_scholar_grants": true,
- "uniform_size": "md",
- "is_immigrant": true,
- "school_modality": 1,
- "in_repetition": true,
- "in_wrong_degree": 8,
- "apc": false,
- "situation": "No Definido",
- "total_students_reported": 20,
- "total_groups": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Retorna una lista de estados
{- "data": [
- {
- "state_id": 0,
- "country_id": 0,
- "number": "string",
- "title": "string",
- "code": "string",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Retorna la informacion del estado enviado por parametro
| stateId required | integer Identificador del estado |
{- "data": {
- "state_id": 0,
- "country_id": 0,
- "number": "string",
- "title": "string",
- "code": "string",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Retorna una lista de paises
{- "data": [
- {
- "country_id": 0,
- "title": "string",
- "nationality": "string",
- "code": 0,
- "region": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Retorna la informacion del pais enviado por parametro
| countryId required | integer Identificador del pais |
{- "data": {
- "country_id": 0,
- "title": "string",
- "nationality": "string",
- "code": 0,
- "region": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Retorna una lista de estados que pertenecen al pais enviado por parametro
| countryId required | integer Identificador del pais |
{- "data": [
- {
- "state_id": 0,
- "country_id": 0,
- "number": "string",
- "title": "string",
- "code": "string",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Retorna una lista de municipios
{- "data": [
- {
- "municipality_id": 0,
- "state_id": 0,
- "number": "string",
- "title": "string",
- "code": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}Retorna la informacion del municipio enviado por parametro
| municipalityId required | integer Identificador del pais |
{- "data": {
- "municipality_id": 0,
- "state_id": 0,
- "number": "string",
- "title": "string",
- "code": 0,
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Retorna el estado al que pertenece el minicipio enviado por parametro
| municipalityId required | integer Identificador del pais |
{- "data": {
- "state_id": 0,
- "country_id": 0,
- "number": "string",
- "title": "string",
- "code": "string",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
}Retorna la lista de ciudades que pertenecen al minicipio enviado por parametro
| municipalityId required | integer Identificador del pais |
{- "data": [
- {
- "city_id": 0,
- "municipality_id": 0,
- "title": "string",
- "code": "string",
- "geographical_scope": "string",
- "created_at": "1999-12-19 10:10:10",
- "updated_at": "1999-12-19 10:10:10"
}
], - "meta": {
- "paginated": true,
- "current_page": 1,
- "last_page": 1,
- "per_page": 1,
- "total": 10
}
}