{"info":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","description":"<html><head></head><body><p>Classlife API v.1 es una evolución normalizada a la que se irá migrando Classlife y a diferencia de la versión anterior tendremos diversos endpoints y 2 parámetros de control:</p>\n<p><strong>Endpoints múltiples:</strong><br><a href=\"https://api.classlife.io/api/v1/xxxxx\">https://api.classlife.io/api/v1/xxxxx</a></p>\n<p><strong>apikey:</strong><br>Parámetro ApiKey gestionado por el centro (pueden ser varios)</p>\n<p><strong>clientId:</strong><br>Código de cliente que otorga secretaría técnica de Classlife.</p>\n<hr>\n<h4 id=\"respuestas-del-servicio\">Respuestas del Servicio</h4>\n<p>La respuesta del servicio devuelve en formato JSON con la confirmación del \"status\" de la solicitud:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    status: \"ko\",\n    message: \"texto descriptivo\",\n    data: [...]\n}\n\n</code></pre><hr>\n<h4 id=\"verificación-del-servicio\">Verificación del Servicio</h4>\n<p>Para verificar el servicio disponemos de un endpoint específico a modo de de testing:</p>\n<p><a href=\"#49a2216a-e75f-4944-8a3f-d8ee23e10b78\">Status Service</a></p>\n<hr>\n<h4 id=\"sistema-de-metas\">Sistema de metas</h4>\n<p>Los modelos de Classlife permiten flexibilidad a través de los campos personalizados llamados metas.<br>La mayoría de modelos incluyen la propiedad <strong>metas</strong> dentro de la cual veremos reflejados todos los datos personalizados y datos no core de Classlife:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    id: 1,\n    name: \"texto descriptivo\",\n    metas: {\n        custom_field: \"123\"\n    }\n}\n\n</code></pre><p>En los métodos <strong>GET</strong> de modelos de datos (Student, Teacher, etc.) es necesario indicar el parámetro query <strong>showMetas=1</strong> para que la respuesta incluya los metas:<br><a href=\"https://api.classlife.io/api/v1/students?showMetas=1\">https://api.classlife.io/api/v1/students?showMetas=1</a></p>\n<p>Se pueden consultar los metas que se hayan definido por formulario en Classlife a través de los métodos <strong>GET</strong> Metas:<br><a href=\"#1f8856a3-c095-45f6-b1a2-f48cc1128b7c\">Metas Student</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2346464","collectionId":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","publishedId":"UVz1Mrh3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-11T12:06:05.000Z"},"item":[{"name":"Academic","item":[{"name":"Students","item":[{"name":"CRUD","item":[{"name":"Student","id":"bb587fe6-0d8d-4240-83c6-8adfce7ae814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/students/:student_id","urlObject":{"protocol":"https","path":["api","v1","students",":student_id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"","key":"student_id"}]}},"response":[{"id":"8c50a22b-4fa8-4761-b781-9e2a0c701d2e","name":"Student","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.classlife.io/api/v1/students/:id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","students",":id"],"variable":[{"key":"id","value":"724"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Apr 2022 07:52:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"student_id\": 724,\n        \"student_full_name\": \"Mercedes Medrano Ruano\",\n        \"student_name\": \"Mercedes\",\n        \"student_lastname\": \"Medrano\",\n        \"student_lastnameend\": \"Ruano\",\n        \"student_email\": \"contacto-034803@classlife.education\",\n        \"student_phone\": \"246631226\",\n        \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n        \"student_uid\": \"76625485M\",\n        \"student_registration_date\": \"2022-02-28 15:28:29\",\n        \"student_active\": 1,\n        \"student_blocked\": 0,\n        \"school_id\": 1\n    }\n}"}],"_postman_id":"bb587fe6-0d8d-4240-83c6-8adfce7ae814"},{"name":"Students","id":"c17d0708-9705-457b-9966-a30c0fc094ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/students","urlObject":{"protocol":"https","path":["api","v1","students"],"host":["api","classlife","io"],"query":[{"disabled":true,"key":"fields","value":"student_full_name"},{"disabled":true,"key":"showMetas","value":"1"},{"disabled":true,"key":"metas","value":""}],"variable":[]}},"response":[{"id":"9b7c6a23-a627-4a56-8bb4-ec0b1ba56364","name":"Students","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.classlife.io/api/v1/students","protocol":"https","host":["api","classlife","io"],"path":["api","v1","students"],"query":[{"key":"fields","value":"student_full_name","disabled":true},{"key":"showMetas","value":"1","disabled":true},{"key":"metas","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Apr 2022 07:49:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 479,\n        \"page\": 1,\n        \"limit\": 100,\n        \"count\": 100,\n        \"items\": [\n            {\n                \"student_id\": 725,\n                \"student_full_name\": \"Adriana Cabrera Ruíz\",\n                \"student_name\": \"Adriana\",\n                \"student_lastname\": \"Cabrera\",\n                \"student_lastnameend\": \"Ruíz\",\n                \"student_email\": \"adria30@gmail.com\",\n                \"student_phone\": \"635736457\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2022-classlife-education/2022/03/27/minithumbnail/young-beautiful-woman-looking-at-camera-trendy-girl-in-casual-summer-white-t-shirt-and-jeans-shorts-positive-female-shows-facial-emotions-funny-model-isolated-on-yellow.jpg\",\n                \"student_uid\": \"51513456L\",\n                \"student_registration_date\": \"2022-03-27 20:11:54\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 724,\n                \"student_full_name\": \"Mercedes Medrano Ruano\",\n                \"student_name\": \"Mercedes\",\n                \"student_lastname\": \"Medrano\",\n                \"student_lastnameend\": \"Ruano\",\n                \"student_email\": \"contacto-034803@classlife.education\",\n                \"student_phone\": \"246631226\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"76625485M\",\n                \"student_registration_date\": \"2022-02-28 15:28:29\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 723,\n                \"student_full_name\": \"Beverly Nichols\",\n                \"student_name\": \"Beverly\",\n                \"student_lastname\": \"Nichols\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-019537@classlife.education\",\n                \"student_phone\": \"446665884\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"87508822K\",\n                \"student_registration_date\": \"2022-02-25 13:33:50\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 722,\n                \"student_full_name\": \"Mary Tamay Falcones\",\n                \"student_name\": \"Mary\",\n                \"student_lastname\": \"Tamay\",\n                \"student_lastnameend\": \"Falcones\",\n                \"student_email\": \"contacto-013739@classlife.education\",\n                \"student_phone\": \"672838014\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"56308552O\",\n                \"student_registration_date\": \"2022-01-17 14:51:18\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 721,\n                \"student_full_name\": \"Leire Alves Jimenez\",\n                \"student_name\": \"Leire\",\n                \"student_lastname\": \"Alves\",\n                \"student_lastnameend\": \"Jimenez\",\n                \"student_email\": \"contacto-032137@classlife.education\",\n                \"student_phone\": \"172493704\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"33244591K\",\n                \"student_registration_date\": \"2022-01-11 15:36:38\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 720,\n                \"student_full_name\": \"Borrar borrar\",\n                \"student_name\": \"Borrar\",\n                \"student_lastname\": \"borrar\",\n                \"student_lastnameend\": \"\",\n                \"student_email\": \"francesc1234567489@classlife.es\",\n                \"student_phone\": \"\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2021-12-22 08:37:12\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 719,\n                \"student_full_name\": \"Jessica San-Martin Duarte\",\n                \"student_name\": \"Jessica\",\n                \"student_lastname\": \"San-Martin\",\n                \"student_lastnameend\": \"Duarte\",\n                \"student_email\": \"contacto-034522@classlife.education\",\n                \"student_phone\": \"146903275\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"28579239L\",\n                \"student_registration_date\": \"2021-12-09 09:53:20\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 718,\n                \"student_full_name\": \"Silvia Sanjuan Botella\",\n                \"student_name\": \"Silvia\",\n                \"student_lastname\": \"Sanjuan\",\n                \"student_lastnameend\": \"Botella\",\n                \"student_email\": \"contacto-034675@classlife.education\",\n                \"student_phone\": \"844842498\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"02020550L\",\n                \"student_registration_date\": \"2021-12-03 13:19:40\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 717,\n                \"student_full_name\": \"Joan Donahue\",\n                \"student_name\": \"Joan\",\n                \"student_lastname\": \"Donahue\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-028893@classlife.education\",\n                \"student_phone\": \"982459215\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"86603100X\",\n                \"student_registration_date\": \"2021-11-24 10:03:22\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 716,\n                \"student_full_name\": \"Daniel Cerezo Dominguez\",\n                \"student_name\": \"Daniel\",\n                \"student_lastname\": \"Cerezo\",\n                \"student_lastnameend\": \"Dominguez\",\n                \"student_email\": \"contacto-034924@classlife.education\",\n                \"student_phone\": \"933451380\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"58652637R\",\n                \"student_registration_date\": \"2021-11-18 15:48:08\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 715,\n                \"student_full_name\": \"Lucia Valdes Saenz\",\n                \"student_name\": \"Lucia\",\n                \"student_lastname\": \"Valdes\",\n                \"student_lastnameend\": \"Saenz\",\n                \"student_email\": \"contacto-032411@classlife.education\",\n                \"student_phone\": \"804252228\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"02366744Y\",\n                \"student_registration_date\": \"2021-11-16 13:17:54\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 714,\n                \"student_full_name\": \"Anabel Adan Ruano\",\n                \"student_name\": \"Anabel\",\n                \"student_lastname\": \"Adan\",\n                \"student_lastnameend\": \"Ruano\",\n                \"student_email\": \"contacto-034368@classlife.education\",\n                \"student_phone\": \"431640792\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-773371.jpg\",\n                \"student_uid\": \"27012054U\",\n                \"student_registration_date\": \"2021-11-15 09:58:25\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 713,\n                \"student_full_name\": \"Almudena Catalan Lobo\",\n                \"student_name\": \"Almudena\",\n                \"student_lastname\": \"Catalan\",\n                \"student_lastnameend\": \"Lobo\",\n                \"student_email\": \"contacto-034079@classlife.education\",\n                \"student_phone\": \"550638342\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-1910014.jpg\",\n                \"student_uid\": \"54075722V\",\n                \"student_registration_date\": \"2021-11-12 09:04:08\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 712,\n                \"student_full_name\": \"Aitor Bustamante Adan\",\n                \"student_name\": \"Aitor\",\n                \"student_lastname\": \"Bustamante\",\n                \"student_lastnameend\": \"Adan\",\n                \"student_email\": \"contacto-030021@classlife.education\",\n                \"student_phone\": \"211582244\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-672599.jpg\",\n                \"student_uid\": \"67273831X\",\n                \"student_registration_date\": \"2021-11-10 13:12:19\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 711,\n                \"student_full_name\": \"Mireia Arevalo Manrique\",\n                \"student_name\": \"Mireia\",\n                \"student_lastname\": \"Arevalo\",\n                \"student_lastnameend\": \"Manrique\",\n                \"student_email\": \"contacto-032368@classlife.education\",\n                \"student_phone\": \"136637455\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"88055574C\",\n                \"student_registration_date\": \"2021-11-10 10:36:08\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 710,\n                \"student_full_name\": \"Bako Beyer\",\n                \"student_name\": \"Bako\",\n                \"student_lastname\": \"Beyer\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-013021@classlife.education\",\n                \"student_phone\": \"944726775\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"24299858Q\",\n                \"student_registration_date\": \"2021-11-02 10:26:17\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 709,\n                \"student_full_name\": \"Alumno Prueba\",\n                \"student_name\": \"Alumno\",\n                \"student_lastname\": \"Prueba\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"alumnoprueba@classlife.es\",\n                \"student_phone\": null,\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": null,\n                \"student_registration_date\": \"2021-10-22 12:51:29\",\n                \"student_active\": 0,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 708,\n                \"student_full_name\": \"Luis Miguel Quilesa dos Santos\",\n                \"student_name\": \"Luis Miguel\",\n                \"student_lastname\": \"Quilesa\",\n                \"student_lastnameend\": \"dos Santos\",\n                \"student_email\": \"contacto-032169@classlife.education\",\n                \"student_phone\": \"895926131\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"22247740R\",\n                \"student_registration_date\": \"2021-10-07 07:45:46\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 707,\n                \"student_full_name\": \"leo\",\n                \"student_name\": \"leo\",\n                \"student_lastname\": \"\",\n                \"student_lastnameend\": null,\n                \"student_email\": null,\n                \"student_phone\": null,\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": null,\n                \"student_registration_date\": \"2021-09-14 07:30:07\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 706,\n                \"student_full_name\": \"Dulce Lujan Curiel\",\n                \"student_name\": \"Dulce\",\n                \"student_lastname\": \"Lujan\",\n                \"student_lastnameend\": \"Curiel\",\n                \"student_email\": \"contacto-028123@classlife.education\",\n                \"student_phone\": \"947510248\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"06738508F\",\n                \"student_registration_date\": \"2021-08-11 09:44:53\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 705,\n                \"student_full_name\": \"Cassandra Charron\",\n                \"student_name\": \"Cassandra\",\n                \"student_lastname\": \"Charron\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-012461@classlife.education\",\n                \"student_phone\": \"741762517\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"25714740V\",\n                \"student_registration_date\": \"2021-08-11 09:44:52\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 704,\n                \"student_full_name\": \"Cláudia Arnaiz Narvaez\",\n                \"student_name\": \"Cláudia\",\n                \"student_lastname\": \"Arnaiz\",\n                \"student_lastnameend\": \"Narvaez\",\n                \"student_email\": \"contacto-018036@classlife.education\",\n                \"student_phone\": \"166664908\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"18270365M\",\n                \"student_registration_date\": \"2021-08-11 09:44:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 703,\n                \"student_full_name\": \"Manuel Pedraza Medina\",\n                \"student_name\": \"Manuel\",\n                \"student_lastname\": \"Pedraza\",\n                \"student_lastnameend\": \"Medina\",\n                \"student_email\": \"contacto-029372@classlife.education\",\n                \"student_phone\": \"882695553\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"83737713Y\",\n                \"student_registration_date\": \"2021-08-11 09:44:50\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 702,\n                \"student_full_name\": \"Víctor Garay Meza\",\n                \"student_name\": \"Víctor\",\n                \"student_lastname\": \"Garay\",\n                \"student_lastnameend\": \"Meza\",\n                \"student_email\": \"contacto-012088@classlife.education\",\n                \"student_phone\": \"173126608\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"00898131V\",\n                \"student_registration_date\": \"2021-08-11 09:44:49\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 701,\n                \"student_full_name\": \"Damien Andre\",\n                \"student_name\": \"Damien\",\n                \"student_lastname\": \"Andre\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-003985@classlife.education\",\n                \"student_phone\": \"249771097\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"87304213D\",\n                \"student_registration_date\": \"2021-08-11 09:44:48\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 700,\n                \"student_full_name\": \"Omar Barreto Favela\",\n                \"student_name\": \"Omar\",\n                \"student_lastname\": \"Barreto\",\n                \"student_lastnameend\": \"Favela\",\n                \"student_email\": \"contacto-022041@classlife.education\",\n                \"student_phone\": \"526402966\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"46225319F\",\n                \"student_registration_date\": \"2021-08-11 09:44:47\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 699,\n                \"student_full_name\": \"Ane Berrocal Aguilera\",\n                \"student_name\": \"Ane\",\n                \"student_lastname\": \"Berrocal\",\n                \"student_lastnameend\": \"Aguilera\",\n                \"student_email\": \"contacto-027522@classlife.education\",\n                \"student_phone\": \"987822958\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"48019601A\",\n                \"student_registration_date\": \"2021-08-11 09:44:46\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 698,\n                \"student_full_name\": \"Gaby Cueto Chinchay\",\n                \"student_name\": \"Gaby\",\n                \"student_lastname\": \"Cueto\",\n                \"student_lastnameend\": \"Chinchay\",\n                \"student_email\": \"contacto-011815@classlife.education\",\n                \"student_phone\": \"965962824\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"15352948J\",\n                \"student_registration_date\": \"2021-08-11 09:44:45\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 697,\n                \"student_full_name\": \"Natalia Barea Toledo\",\n                \"student_name\": \"Natalia\",\n                \"student_lastname\": \"Barea\",\n                \"student_lastnameend\": \"Toledo\",\n                \"student_email\": \"contacto-024337@classlife.education\",\n                \"student_phone\": \"461330007\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"81169275X\",\n                \"student_registration_date\": \"2021-08-11 09:44:44\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 696,\n                \"student_full_name\": \"Hector Nieto Martín\",\n                \"student_name\": \"Hector\",\n                \"student_lastname\": \"Nieto\",\n                \"student_lastnameend\": \"Martín\",\n                \"student_email\": \"contacto-030998@classlife.education\",\n                \"student_phone\": \"732810384\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"33570857E\",\n                \"student_registration_date\": \"2021-08-11 09:44:43\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 695,\n                \"student_full_name\": \"Carmen Samaniego Mena\",\n                \"student_name\": \"Carmen\",\n                \"student_lastname\": \"Samaniego\",\n                \"student_lastnameend\": \"Mena\",\n                \"student_email\": \"contacto-010099@classlife.education\",\n                \"student_phone\": \"327239205\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"18705857I\",\n                \"student_registration_date\": \"2021-08-11 09:44:43\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 694,\n                \"student_full_name\": \"Kathryn Friedman\",\n                \"student_name\": \"Kathryn\",\n                \"student_lastname\": \"Friedman\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-016269@classlife.education\",\n                \"student_phone\": \"318756143\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"86880415R\",\n                \"student_registration_date\": \"2021-08-11 09:44:42\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 693,\n                \"student_full_name\": \"Mickael Fayolle\",\n                \"student_name\": \"Mickael\",\n                \"student_lastname\": \"Fayolle\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-005348@classlife.education\",\n                \"student_phone\": \"578627317\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"44332679J\",\n                \"student_registration_date\": \"2021-08-11 09:44:41\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 692,\n                \"student_full_name\": \"Gabriela Victoria Yepez\",\n                \"student_name\": \"Gabriela\",\n                \"student_lastname\": \"Victoria\",\n                \"student_lastnameend\": \"Yepez\",\n                \"student_email\": \"contacto-029356@classlife.education\",\n                \"student_phone\": \"189268796\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"52646769Z\",\n                \"student_registration_date\": \"2021-08-11 09:44:40\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 691,\n                \"student_full_name\": \"Cheryl Oneal\",\n                \"student_name\": \"Cheryl\",\n                \"student_lastname\": \"Oneal\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-026792@classlife.education\",\n                \"student_phone\": \"884209875\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"29231786F\",\n                \"student_registration_date\": \"2021-08-11 09:44:39\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 690,\n                \"student_full_name\": \"Andrea Corrales Barba\",\n                \"student_name\": \"Andrea\",\n                \"student_lastname\": \"Corrales\",\n                \"student_lastnameend\": \"Barba\",\n                \"student_email\": \"contacto-026189@classlife.education\",\n                \"student_phone\": \"564149167\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-1102341.jpg\",\n                \"student_uid\": \"19072250Z\",\n                \"student_registration_date\": \"2021-08-11 09:44:39\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 689,\n                \"student_full_name\": \"Christine Gallagher\",\n                \"student_name\": \"Christine\",\n                \"student_lastname\": \"Gallagher\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-025431@classlife.education\",\n                \"student_phone\": \"160886360\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"29474233F\",\n                \"student_registration_date\": \"2021-08-11 09:44:38\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 688,\n                \"student_full_name\": \"Maria Teresa Revilla Capdevila\",\n                \"student_name\": \"Maria Teresa\",\n                \"student_lastname\": \"Revilla\",\n                \"student_lastnameend\": \"Capdevila\",\n                \"student_email\": \"contacto-014205@classlife.education\",\n                \"student_phone\": \"829516085\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"10711255G\",\n                \"student_registration_date\": \"2021-08-11 09:44:37\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 687,\n                \"student_full_name\": \"Hannah Palmer\",\n                \"student_name\": \"Hannah\",\n                \"student_lastname\": \"Palmer\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-018740@classlife.education\",\n                \"student_phone\": \"663146093\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"24276638N\",\n                \"student_registration_date\": \"2021-08-11 09:44:36\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 686,\n                \"student_full_name\": \"Anthony Baxter\",\n                \"student_name\": \"Anthony\",\n                \"student_lastname\": \"Baxter\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-022183@classlife.education\",\n                \"student_phone\": \"673224533\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"88047552Q\",\n                \"student_registration_date\": \"2021-08-11 09:44:35\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 685,\n                \"student_full_name\": \"Klever Santander Crespo\",\n                \"student_name\": \"Klever\",\n                \"student_lastname\": \"Santander\",\n                \"student_lastnameend\": \"Crespo\",\n                \"student_email\": \"contacto-012311@classlife.education\",\n                \"student_phone\": \"685780345\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"32258205K\",\n                \"student_registration_date\": \"2021-08-11 09:44:34\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 684,\n                \"student_full_name\": \"Domingo Olivera Reig\",\n                \"student_name\": \"Domingo\",\n                \"student_lastname\": \"Olivera\",\n                \"student_lastnameend\": \"Reig\",\n                \"student_email\": \"contacto-021870@classlife.education\",\n                \"student_phone\": \"863217643\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"36533424S\",\n                \"student_registration_date\": \"2021-08-11 09:44:33\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 683,\n                \"student_full_name\": \"Kelly Barbaran Bravo\",\n                \"student_name\": \"Kelly\",\n                \"student_lastname\": \"Barbaran\",\n                \"student_lastnameend\": \"Bravo\",\n                \"student_email\": \"contacto-024112@classlife.education\",\n                \"student_phone\": \"532011776\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"64953535R\",\n                \"student_registration_date\": \"2021-08-11 09:44:32\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 682,\n                \"student_full_name\": \"Tatiana Orrego Lopez\",\n                \"student_name\": \"Tatiana\",\n                \"student_lastname\": \"Orrego\",\n                \"student_lastnameend\": \"Lopez\",\n                \"student_email\": \"contacto-021836@classlife.education\",\n                \"student_phone\": \"609458660\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"46116582O\",\n                \"student_registration_date\": \"2021-08-11 09:44:31\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 681,\n                \"student_full_name\": \"Clara McCormack\",\n                \"student_name\": \"Clara\",\n                \"student_lastname\": \"McCormack\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-009483@classlife.education\",\n                \"student_phone\": \"846973072\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"64615780Y\",\n                \"student_registration_date\": \"2021-08-11 09:44:31\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 680,\n                \"student_full_name\": \"Deborah Hughes\",\n                \"student_name\": \"Deborah\",\n                \"student_lastname\": \"Hughes\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-028579@classlife.education\",\n                \"student_phone\": \"810311004\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"66832566K\",\n                \"student_registration_date\": \"2021-08-11 09:44:30\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 679,\n                \"student_full_name\": \"Ricardo Calixto Antonio\",\n                \"student_name\": \"Ricardo\",\n                \"student_lastname\": \"Calixto\",\n                \"student_lastnameend\": \"Antonio\",\n                \"student_email\": \"contacto-014386@classlife.education\",\n                \"student_phone\": \"856344778\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"78303351O\",\n                \"student_registration_date\": \"2021-08-11 09:44:29\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 678,\n                \"student_full_name\": \"Martin Montalvan Vidal\",\n                \"student_name\": \"Martin\",\n                \"student_lastname\": \"Montalvan\",\n                \"student_lastnameend\": \"Vidal\",\n                \"student_email\": \"contacto-016035@classlife.education\",\n                \"student_phone\": \"851310756\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"32833617N\",\n                \"student_registration_date\": \"2021-08-11 09:44:28\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 677,\n                \"student_full_name\": \"Emer Leddy\",\n                \"student_name\": \"Emer\",\n                \"student_lastname\": \"Leddy\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-001986@classlife.education\",\n                \"student_phone\": \"410219818\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"30603705Q\",\n                \"student_registration_date\": \"2021-08-11 09:44:27\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 676,\n                \"student_full_name\": \"Romain Langlais\",\n                \"student_name\": \"Romain\",\n                \"student_lastname\": \"Langlais\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-005379@classlife.education\",\n                \"student_phone\": \"923146979\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"38140294U\",\n                \"student_registration_date\": \"2021-08-11 09:44:26\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 675,\n                \"student_full_name\": \"Joe Acosta Baldeon\",\n                \"student_name\": \"Joe\",\n                \"student_lastname\": \"Acosta\",\n                \"student_lastnameend\": \"Baldeon\",\n                \"student_email\": \"contacto-011621@classlife.education\",\n                \"student_phone\": \"482216013\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"30840049G\",\n                \"student_registration_date\": \"2021-08-11 09:44:25\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 674,\n                \"student_full_name\": \"Yeison Puerta Olivero\",\n                \"student_name\": \"Yeison\",\n                \"student_lastname\": \"Puerta\",\n                \"student_lastnameend\": \"Olivero\",\n                \"student_email\": \"contacto-016341@classlife.education\",\n                \"student_phone\": \"813701555\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"66685533F\",\n                \"student_registration_date\": \"2021-08-11 09:44:25\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 673,\n                \"student_full_name\": \"Zachary Boyle\",\n                \"student_name\": \"Zachary\",\n                \"student_lastname\": \"Boyle\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-005486@classlife.education\",\n                \"student_phone\": \"859807886\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"25343120U\",\n                \"student_registration_date\": \"2021-08-11 09:44:24\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 672,\n                \"student_full_name\": \"Francisca Moron Ali\",\n                \"student_name\": \"Francisca\",\n                \"student_lastname\": \"Moron\",\n                \"student_lastnameend\": \"Ali\",\n                \"student_email\": \"contacto-025798@classlife.education\",\n                \"student_phone\": \"420934142\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"73429637Q\",\n                \"student_registration_date\": \"2021-08-11 09:44:23\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 671,\n                \"student_full_name\": \"Carolina Menendez Ferrando\",\n                \"student_name\": \"Carolina\",\n                \"student_lastname\": \"Menendez\",\n                \"student_lastnameend\": \"Ferrando\",\n                \"student_email\": \"contacto-033373@classlife.education\",\n                \"student_phone\": \"259213188\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"89028705C\",\n                \"student_registration_date\": \"2021-08-11 09:44:22\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 670,\n                \"student_full_name\": \"Geraldine Portilla Sernaque\",\n                \"student_name\": \"Geraldine\",\n                \"student_lastname\": \"Portilla\",\n                \"student_lastnameend\": \"Sernaque\",\n                \"student_email\": \"contacto-016687@classlife.education\",\n                \"student_phone\": \"906388916\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"03476135F\",\n                \"student_registration_date\": \"2021-08-11 09:44:21\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 669,\n                \"student_full_name\": \"Ciaran Laffan\",\n                \"student_name\": \"Ciaran\",\n                \"student_lastname\": \"Laffan\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-007322@classlife.education\",\n                \"student_phone\": \"803086095\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"95370950F\",\n                \"student_registration_date\": \"2021-08-11 09:44:20\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 668,\n                \"student_full_name\": \"Lorena Rizo Carmona\",\n                \"student_name\": \"Lorena\",\n                \"student_lastname\": \"Rizo\",\n                \"student_lastnameend\": \"Carmona\",\n                \"student_email\": \"contacto-021538@classlife.education\",\n                \"student_phone\": \"441229058\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"48567524M\",\n                \"student_registration_date\": \"2021-08-11 09:44:19\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 667,\n                \"student_full_name\": \"Pamela Gutierrez\",\n                \"student_name\": \"Pamela\",\n                \"student_lastname\": \"Gutierrez\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-024424@classlife.education\",\n                \"student_phone\": \"196129813\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"44547489J\",\n                \"student_registration_date\": \"2021-08-11 09:44:18\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 666,\n                \"student_full_name\": \"Horacio Calvillo Quiñones\",\n                \"student_name\": \"Horacio\",\n                \"student_lastname\": \"Calvillo\",\n                \"student_lastnameend\": \"Quiñones\",\n                \"student_email\": \"contacto-026950@classlife.education\",\n                \"student_phone\": \"524999500\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"84607038H\",\n                \"student_registration_date\": \"2021-08-11 09:44:18\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 665,\n                \"student_full_name\": \"Arthur Zambrano Zorrilla\",\n                \"student_name\": \"Arthur\",\n                \"student_lastname\": \"Zambrano\",\n                \"student_lastnameend\": \"Zorrilla\",\n                \"student_email\": \"contacto-009466@classlife.education\",\n                \"student_phone\": \"375900414\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"18092272B\",\n                \"student_registration_date\": \"2021-08-11 09:44:17\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 664,\n                \"student_full_name\": \"Caroline Odonnell\",\n                \"student_name\": \"Caroline\",\n                \"student_lastname\": \"Odonnell\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-007789@classlife.education\",\n                \"student_phone\": \"895395884\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"95684298W\",\n                \"student_registration_date\": \"2021-08-11 09:44:16\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 663,\n                \"student_full_name\": \"Olga Herazo Berrio\",\n                \"student_name\": \"Olga\",\n                \"student_lastname\": \"Herazo\",\n                \"student_lastnameend\": \"Berrio\",\n                \"student_email\": \"contacto-001060@classlife.education\",\n                \"student_phone\": \"163887103\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"56384856W\",\n                \"student_registration_date\": \"2021-08-11 09:44:15\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 662,\n                \"student_full_name\": \"Brayan Rendon Vela Moscote\",\n                \"student_name\": \"Brayan Rendon\",\n                \"student_lastname\": \"Vela\",\n                \"student_lastnameend\": \"Moscote\",\n                \"student_email\": \"contacto-020805@classlife.education\",\n                \"student_phone\": \"377817111\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"57154691E\",\n                \"student_registration_date\": \"2021-08-11 09:44:14\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 661,\n                \"student_full_name\": \"Raul Serra de-La Torre\",\n                \"student_name\": \"Raul\",\n                \"student_lastname\": \"Serra\",\n                \"student_lastnameend\": \"de-La Torre\",\n                \"student_email\": \"contacto-032245@classlife.education\",\n                \"student_phone\": \"176917111\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"06571700V\",\n                \"student_registration_date\": \"2021-08-11 09:44:13\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 660,\n                \"student_full_name\": \"Will Avalos Moscoso\",\n                \"student_name\": \"Will\",\n                \"student_lastname\": \"Avalos\",\n                \"student_lastnameend\": \"Moscoso\",\n                \"student_email\": \"contacto-003983@classlife.education\",\n                \"student_phone\": \"274498423\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"57731593P\",\n                \"student_registration_date\": \"2021-08-11 09:44:13\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 659,\n                \"student_full_name\": \"Willian Anaya Lapa\",\n                \"student_name\": \"Willian\",\n                \"student_lastname\": \"Anaya\",\n                \"student_lastnameend\": \"Lapa\",\n                \"student_email\": \"contacto-020998@classlife.education\",\n                \"student_phone\": \"120081138\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"91574989T\",\n                \"student_registration_date\": \"2021-08-11 09:44:12\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 658,\n                \"student_full_name\": \"Christopher Castrejon Cornelio\",\n                \"student_name\": \"Christopher\",\n                \"student_lastname\": \"Castrejon\",\n                \"student_lastnameend\": \"Cornelio\",\n                \"student_email\": \"contacto-017655@classlife.education\",\n                \"student_phone\": \"825732955\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"54732631L\",\n                \"student_registration_date\": \"2021-08-11 09:44:11\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 657,\n                \"student_full_name\": \"Ali Kremer\",\n                \"student_name\": \"Ali\",\n                \"student_lastname\": \"Kremer\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-000178@classlife.education\",\n                \"student_phone\": \"750025483\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-1262287.jpg\",\n                \"student_uid\": \"42066088F\",\n                \"student_registration_date\": \"2021-08-11 09:44:10\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 656,\n                \"student_full_name\": \"Ainoa Orozco Gonzalo\",\n                \"student_name\": \"Ainoa\",\n                \"student_lastname\": \"Orozco\",\n                \"student_lastnameend\": \"Gonzalo\",\n                \"student_email\": \"contacto-034254@classlife.education\",\n                \"student_phone\": \"775033092\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-712513.jpg\",\n                \"student_uid\": \"50862687B\",\n                \"student_registration_date\": \"2021-08-11 09:44:09\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 655,\n                \"student_full_name\": \"Inma Franco Botella\",\n                \"student_name\": \"Inma\",\n                \"student_lastname\": \"Franco\",\n                \"student_lastnameend\": \"Botella\",\n                \"student_email\": \"contacto-000761@classlife.education\",\n                \"student_phone\": \"258677355\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"23441072S\",\n                \"student_registration_date\": \"2021-08-11 09:44:08\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 654,\n                \"student_full_name\": \"Alberto Sierra Cano\",\n                \"student_name\": \"Alberto\",\n                \"student_lastname\": \"Sierra\",\n                \"student_lastnameend\": \"Cano\",\n                \"student_email\": \"contacto-014192@classlife.education\",\n                \"student_phone\": \"455727395\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-936229.jpg\",\n                \"student_uid\": \"78488618S\",\n                \"student_registration_date\": \"2021-08-11 09:44:07\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 653,\n                \"student_full_name\": \"Laurent Barthelemy\",\n                \"student_name\": \"Laurent\",\n                \"student_lastname\": \"Barthelemy\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-008408@classlife.education\",\n                \"student_phone\": \"175787248\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"30682468J\",\n                \"student_registration_date\": \"2021-08-11 09:44:06\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 652,\n                \"student_full_name\": \"Iker Ferrando Rey\",\n                \"student_name\": \"Iker\",\n                \"student_lastname\": \"Ferrando\",\n                \"student_lastnameend\": \"Rey\",\n                \"student_email\": \"contacto-030969@classlife.education\",\n                \"student_phone\": \"759713754\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"09170122G\",\n                \"student_registration_date\": \"2021-08-11 09:44:05\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 651,\n                \"student_full_name\": \"Aldair Borja Canto\",\n                \"student_name\": \"Aldair\",\n                \"student_lastname\": \"Borja\",\n                \"student_lastnameend\": \"Canto\",\n                \"student_email\": \"contacto-020477@classlife.education\",\n                \"student_phone\": \"578149985\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-980258.jpg\",\n                \"student_uid\": \"74115565P\",\n                \"student_registration_date\": \"2021-08-11 09:44:05\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 650,\n                \"student_full_name\": \"Tania Rebolledo Dorantes\",\n                \"student_name\": \"Tania\",\n                \"student_lastname\": \"Rebolledo\",\n                \"student_lastnameend\": \"Dorantes\",\n                \"student_email\": \"contacto-026702@classlife.education\",\n                \"student_phone\": \"689265844\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"94584913K\",\n                \"student_registration_date\": \"2021-08-11 09:44:04\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 649,\n                \"student_full_name\": \"Gary Walker\",\n                \"student_name\": \"Gary\",\n                \"student_lastname\": \"Walker\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-014738@classlife.education\",\n                \"student_phone\": \"357779620\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"48658247F\",\n                \"student_registration_date\": \"2021-08-11 09:44:03\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 648,\n                \"student_full_name\": \"Anna Zimmerman\",\n                \"student_name\": \"Anna\",\n                \"student_lastname\": \"Zimmerman\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-010950@classlife.education\",\n                \"student_phone\": \"884149038\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"01408014L\",\n                \"student_registration_date\": \"2021-08-11 09:44:02\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 647,\n                \"student_full_name\": \"Jorge Aviles Duarte\",\n                \"student_name\": \"Jorge\",\n                \"student_lastname\": \"Aviles\",\n                \"student_lastnameend\": \"Duarte\",\n                \"student_email\": \"contacto-020911@classlife.education\",\n                \"student_phone\": \"107304130\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"95226733C\",\n                \"student_registration_date\": \"2021-08-11 09:44:01\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 646,\n                \"student_full_name\": \"Sofía Da-Silva San-Jose\",\n                \"student_name\": \"Sofía\",\n                \"student_lastname\": \"Da-Silva\",\n                \"student_lastnameend\": \"San-Jose\",\n                \"student_email\": \"contacto-000958@classlife.education\",\n                \"student_phone\": \"566101857\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"97281642J\",\n                \"student_registration_date\": \"2021-08-11 09:44:00\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 645,\n                \"student_full_name\": \"Amanda Guerrero Cubero\",\n                \"student_name\": \"Amanda\",\n                \"student_lastname\": \"Guerrero\",\n                \"student_lastnameend\": \"Cubero\",\n                \"student_email\": \"contacto-004694@classlife.education\",\n                \"student_phone\": \"627591173\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-726162.jpg\",\n                \"student_uid\": \"92073885U\",\n                \"student_registration_date\": \"2021-08-11 09:43:59\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 644,\n                \"student_full_name\": \"Steven Ramirez\",\n                \"student_name\": \"Steven\",\n                \"student_lastname\": \"Ramirez\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-021550@classlife.education\",\n                \"student_phone\": \"109655303\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"18916593H\",\n                \"student_registration_date\": \"2021-08-11 09:43:58\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 643,\n                \"student_full_name\": \"Silvia Cabezas Palomares\",\n                \"student_name\": \"Silvia\",\n                \"student_lastname\": \"Cabezas\",\n                \"student_lastnameend\": \"Palomares\",\n                \"student_email\": \"contacto-031565@classlife.education\",\n                \"student_phone\": \"553041774\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"71276712C\",\n                \"student_registration_date\": \"2021-08-11 09:43:57\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 642,\n                \"student_full_name\": \"Stella Morilla Enriquez\",\n                \"student_name\": \"Stella\",\n                \"student_lastname\": \"Morilla\",\n                \"student_lastnameend\": \"Enriquez\",\n                \"student_email\": \"contacto-032657@classlife.education\",\n                \"student_phone\": \"333733655\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"49263146F\",\n                \"student_registration_date\": \"2021-08-11 09:43:57\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 641,\n                \"student_full_name\": \"Joan Bonilla San-Juan\",\n                \"student_name\": \"Joan\",\n                \"student_lastname\": \"Bonilla\",\n                \"student_lastnameend\": \"San-Juan\",\n                \"student_email\": \"contacto-034485@classlife.education\",\n                \"student_phone\": \"396401312\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"37011743N\",\n                \"student_registration_date\": \"2021-08-11 09:43:56\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 640,\n                \"student_full_name\": \"Cheryl Watson\",\n                \"student_name\": \"Cheryl\",\n                \"student_lastname\": \"Watson\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-011345@classlife.education\",\n                \"student_phone\": \"470735806\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"36606825E\",\n                \"student_registration_date\": \"2021-08-11 09:43:55\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 639,\n                \"student_full_name\": \"Joan Coll Estevez\",\n                \"student_name\": \"Joan\",\n                \"student_lastname\": \"Coll\",\n                \"student_lastnameend\": \"Estevez\",\n                \"student_email\": \"contacto-003744@classlife.education\",\n                \"student_phone\": \"814407397\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"40878814C\",\n                \"student_registration_date\": \"2021-08-11 09:43:54\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 638,\n                \"student_full_name\": \"Diego Basurto Mora\",\n                \"student_name\": \"Diego\",\n                \"student_lastname\": \"Basurto\",\n                \"student_lastnameend\": \"Mora\",\n                \"student_email\": \"contacto-022124@classlife.education\",\n                \"student_phone\": \"209887524\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"62186642T\",\n                \"student_registration_date\": \"2021-08-11 09:43:53\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 637,\n                \"student_full_name\": \"Marco Aparicio Arreola\",\n                \"student_name\": \"Marco\",\n                \"student_lastname\": \"Aparicio\",\n                \"student_lastnameend\": \"Arreola\",\n                \"student_email\": \"contacto-005441@classlife.education\",\n                \"student_phone\": \"642807333\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"03623322L\",\n                \"student_registration_date\": \"2021-08-11 09:43:52\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 636,\n                \"student_full_name\": \"Iker Palomo Cabeza\",\n                \"student_name\": \"Iker\",\n                \"student_lastname\": \"Palomo\",\n                \"student_lastnameend\": \"Cabeza\",\n                \"student_email\": \"contacto-000309@classlife.education\",\n                \"student_phone\": \"807350565\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"65303383E\",\n                \"student_registration_date\": \"2021-08-11 09:43:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 635,\n                \"student_full_name\": \"Christoph Wieczorek\",\n                \"student_name\": \"Christoph\",\n                \"student_lastname\": \"Wieczorek\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-000645@classlife.education\",\n                \"student_phone\": \"636828628\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"44832544T\",\n                \"student_registration_date\": \"2021-08-11 09:43:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 634,\n                \"student_full_name\": \"Fátima Bonet Del-Rio\",\n                \"student_name\": \"Fátima\",\n                \"student_lastname\": \"Bonet\",\n                \"student_lastnameend\": \"Del-Rio\",\n                \"student_email\": \"contacto-026164@classlife.education\",\n                \"student_phone\": \"591177292\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"65663124V\",\n                \"student_registration_date\": \"2021-08-11 09:43:50\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 633,\n                \"student_full_name\": \"Piero Chura Shupingahua\",\n                \"student_name\": \"Piero\",\n                \"student_lastname\": \"Chura\",\n                \"student_lastnameend\": \"Shupingahua\",\n                \"student_email\": \"contacto-018319@classlife.education\",\n                \"student_phone\": \"489799567\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"11979767T\",\n                \"student_registration_date\": \"2021-08-11 09:43:49\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 632,\n                \"student_full_name\": \"Karina Hinojosa Guevara\",\n                \"student_name\": \"Karina\",\n                \"student_lastname\": \"Hinojosa\",\n                \"student_lastnameend\": \"Guevara\",\n                \"student_email\": \"contacto-000787@classlife.education\",\n                \"student_phone\": \"957196411\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"28946999G\",\n                \"student_registration_date\": \"2021-08-11 09:43:48\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 631,\n                \"student_full_name\": \"Josefa Fernández Bartolome\",\n                \"student_name\": \"Josefa\",\n                \"student_lastname\": \"Fernández\",\n                \"student_lastnameend\": \"Bartolome\",\n                \"student_email\": \"contacto-015251@classlife.education\",\n                \"student_phone\": \"950845274\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"82338170I\",\n                \"student_registration_date\": \"2021-08-11 09:43:47\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 630,\n                \"student_full_name\": \"Patricia Tirado Martín\",\n                \"student_name\": \"Patricia\",\n                \"student_lastname\": \"Tirado\",\n                \"student_lastnameend\": \"Martín\",\n                \"student_email\": \"contacto-032717@classlife.education\",\n                \"student_phone\": \"418429984\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"23132477A\",\n                \"student_registration_date\": \"2021-08-11 09:43:46\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 629,\n                \"student_full_name\": \"Albert Farrell\",\n                \"student_name\": \"Albert\",\n                \"student_lastname\": \"Farrell\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-028730@classlife.education\",\n                \"student_phone\": \"985250392\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-839011.jpg\",\n                \"student_uid\": \"65701375K\",\n                \"student_registration_date\": \"2021-08-11 09:43:45\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 628,\n                \"student_full_name\": \"Fátima Mogollon Toribio\",\n                \"student_name\": \"Fátima\",\n                \"student_lastname\": \"Mogollon\",\n                \"student_lastnameend\": \"Toribio\",\n                \"student_email\": \"contacto-020008@classlife.education\",\n                \"student_phone\": \"927622365\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"38306512W\",\n                \"student_registration_date\": \"2021-08-11 09:43:44\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 627,\n                \"student_full_name\": \"Janice Cortez\",\n                \"student_name\": \"Janice\",\n                \"student_lastname\": \"Cortez\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-029210@classlife.education\",\n                \"student_phone\": \"138191804\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"68672017I\",\n                \"student_registration_date\": \"2021-08-11 09:43:44\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 626,\n                \"student_full_name\": \"Carl Neal\",\n                \"student_name\": \"Carl\",\n                \"student_lastname\": \"Neal\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-016018@classlife.education\",\n                \"student_phone\": \"601502746\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"99640652C\",\n                \"student_registration_date\": \"2021-08-11 09:43:43\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            }\n        ]\n    }\n}"},{"id":"d7000066-330a-4ee3-bf62-18079aac0154","name":"Students with Metas","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.classlife.io/api/v1/students?showMetas=1","protocol":"https","host":["api","classlife","io"],"path":["api","v1","students"],"query":[{"key":"fields","value":"student_full_name","disabled":true},{"key":"showMetas","value":"1"},{"key":"metas","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Apr 2022 07:50:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 479,\n        \"page\": 1,\n        \"limit\": 100,\n        \"count\": 100,\n        \"items\": [\n            {\n                \"student_id\": 725,\n                \"student_full_name\": \"Adriana Cabrera Ruíz\",\n                \"student_name\": \"Adriana\",\n                \"student_lastname\": \"Cabrera\",\n                \"student_lastnameend\": \"Ruíz\",\n                \"student_email\": \"adria30@gmail.com\",\n                \"student_phone\": \"635736457\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2022-classlife-education/2022/03/27/minithumbnail/young-beautiful-woman-looking-at-camera-trendy-girl-in-casual-summer-white-t-shirt-and-jeans-shorts-positive-female-shows-facial-emotions-funny-model-isolated-on-yellow.jpg\",\n                \"student_uid\": \"51513456L\",\n                \"student_registration_date\": \"2022-03-27 20:11:54\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"mailchimp_MMERGE8\": \"1\",\n                    \"mailchimp_MMERGE1\": \"1\",\n                    \"newsletter\": \"1\",\n                    \"dni\": \"51513456L\",\n                    \"nacimiento\": \"16/06/1990\",\n                    \"edad\": \"31\",\n                    \"movil\": \"635736457\",\n                    \"section\": \"2\",\n                    \"direccion\": \"Calle Lanzarote\",\n                    \"numero\": \"45\",\n                    \"pais\": \"108\",\n                    \"estudioactual\": \"Magisterio Infantil\",\n                    \"escuelaactual\": \"Universidad Juan Carlos I\",\n                    \"telefono\": \"635736457\",\n                    \"language\": \"es-ES\",\n                    \"TipusDocument\": \"10\",\n                    \"dnumero\": \"45\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 724,\n                \"student_full_name\": \"Mercedes Medrano Ruano\",\n                \"student_name\": \"Mercedes\",\n                \"student_lastname\": \"Medrano\",\n                \"student_lastnameend\": \"Ruano\",\n                \"student_email\": \"contacto-034803@classlife.education\",\n                \"student_phone\": \"246631226\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"76625485M\",\n                \"student_registration_date\": \"2022-02-28 15:28:29\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"76625485M\",\n                    \"nacimiento\": \"12/10/1973\",\n                    \"edad\": \"47\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"BARCELONA\",\n                    \"ciudad\": \"BARCELONA\",\n                    \"telefono\": \"246631226\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 723,\n                \"student_full_name\": \"Beverly Nichols\",\n                \"student_name\": \"Beverly\",\n                \"student_lastname\": \"Nichols\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-019537@classlife.education\",\n                \"student_phone\": \"446665884\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"87508822K\",\n                \"student_registration_date\": \"2022-02-25 13:33:50\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"87508822K\",\n                    \"nacimiento\": \"12/07/1987\",\n                    \"edad\": \"34\",\n                    \"pais\": \"302\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"446665884\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 722,\n                \"student_full_name\": \"Mary Tamay Falcones\",\n                \"student_name\": \"Mary\",\n                \"student_lastname\": \"Tamay\",\n                \"student_lastnameend\": \"Falcones\",\n                \"student_email\": \"contacto-013739@classlife.education\",\n                \"student_phone\": \"672838014\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"56308552O\",\n                \"student_registration_date\": \"2022-01-17 14:51:18\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"56308552O\",\n                    \"nacimiento\": \"19/04/1971\",\n                    \"edad\": \"50\",\n                    \"pais\": \"345\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"672838014\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"345\"\n                }\n            },\n            {\n                \"student_id\": 721,\n                \"student_full_name\": \"Leire Alves Jimenez\",\n                \"student_name\": \"Leire\",\n                \"student_lastname\": \"Alves\",\n                \"student_lastnameend\": \"Jimenez\",\n                \"student_email\": \"contacto-032137@classlife.education\",\n                \"student_phone\": \"172493704\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"33244591K\",\n                \"student_registration_date\": \"2022-01-11 15:36:38\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"33244591K\",\n                    \"nacimiento\": \"1981-07-14 18:45:00\",\n                    \"edad\": \"40\",\n                    \"pais\": \"108\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"VALENCIA\",\n                    \"ciudad\": \"VALENCIA\",\n                    \"telefono\": \"172493704\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 720,\n                \"student_full_name\": \"Borrar borrar\",\n                \"student_name\": \"Borrar\",\n                \"student_lastname\": \"borrar\",\n                \"student_lastnameend\": \"\",\n                \"student_email\": \"francesc1234567489@classlife.es\",\n                \"student_phone\": \"\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2021-12-22 08:37:12\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"idalu\": null,\n                    \"TipusDocument\": null,\n                    \"sexo\": null,\n                    \"language\": null,\n                    \"contable\": null,\n                    \"cip\": null,\n                    \"nia\": null,\n                    \"seguridadsocial\": null,\n                    \"email2\": null,\n                    \"telefono\": null,\n                    \"telefono2\": null,\n                    \"dtipus\": null,\n                    \"direccion\": null,\n                    \"dnumero\": null,\n                    \"dbloc\": null,\n                    \"descala\": null,\n                    \"dplanta\": null,\n                    \"dpuerta\": null,\n                    \"codigo\": null,\n                    \"CodiPais\": null,\n                    \"provincia\": null,\n                    \"ciudad\": null,\n                    \"nacimiento\": null,\n                    \"edad\": null,\n                    \"CodiPaisNaixement\": null,\n                    \"CodiNacionalitat\": null,\n                    \"CodiProvinciaNaixement\": null,\n                    \"CodiMunicipiNaixement\": null,\n                    \"NomMunicipiNaixementFora\": null,\n                    \"Anydepreinscripcio\": null,\n                    \"codipreinscripcio\": null,\n                    \"dataingres\": null,\n                    \"databaixaacademica\": null,\n                    \"Centredeprocedencia\": null,\n                    \"nese\": null,\n                    \"SituacioLaboral\": null,\n                    \"NEE\": null,\n                    \"ACI\": null,\n                    \"codiimpresio\": null,\n                    \"codiwifi\": null,\n                    \"medicas\": null\n                }\n            },\n            {\n                \"student_id\": 719,\n                \"student_full_name\": \"Jessica San-Martin Duarte\",\n                \"student_name\": \"Jessica\",\n                \"student_lastname\": \"San-Martin\",\n                \"student_lastnameend\": \"Duarte\",\n                \"student_email\": \"contacto-034522@classlife.education\",\n                \"student_phone\": \"146903275\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"28579239L\",\n                \"student_registration_date\": \"2021-12-09 09:53:20\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"28579239L\",\n                    \"nacimiento\": \"1976-01-21 07:40:30\",\n                    \"edad\": \"45\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"MADRID\",\n                    \"ciudad\": \"MADRID\",\n                    \"telefono\": \"146903275\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 718,\n                \"student_full_name\": \"Silvia Sanjuan Botella\",\n                \"student_name\": \"Silvia\",\n                \"student_lastname\": \"Sanjuan\",\n                \"student_lastnameend\": \"Botella\",\n                \"student_email\": \"contacto-034675@classlife.education\",\n                \"student_phone\": \"844842498\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"02020550L\",\n                \"student_registration_date\": \"2021-12-03 13:19:40\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"02020550L\",\n                    \"nacimiento\": \"18/08/1982\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"MADRID\",\n                    \"ciudad\": \"MADRID\",\n                    \"telefono\": \"844842498\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\",\n                    \"edad\": \"39\"\n                }\n            },\n            {\n                \"student_id\": 717,\n                \"student_full_name\": \"Joan Donahue\",\n                \"student_name\": \"Joan\",\n                \"student_lastname\": \"Donahue\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-028893@classlife.education\",\n                \"student_phone\": \"982459215\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"86603100X\",\n                \"student_registration_date\": \"2021-11-24 10:03:22\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"86603100X\",\n                    \"nacimiento\": \"20/12/1972\",\n                    \"edad\": \"48\",\n                    \"pais\": \"302\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"982459215\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 716,\n                \"student_full_name\": \"Daniel Cerezo Dominguez\",\n                \"student_name\": \"Daniel\",\n                \"student_lastname\": \"Cerezo\",\n                \"student_lastnameend\": \"Dominguez\",\n                \"student_email\": \"contacto-034924@classlife.education\",\n                \"student_phone\": \"933451380\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"58652637R\",\n                \"student_registration_date\": \"2021-11-18 15:48:08\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"58652637R\",\n                    \"nacimiento\": \"2001-05-07 11:32:21\",\n                    \"edad\": \"20\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"28\",\n                    \"ciudad\": \"28-079\",\n                    \"telefono\": \"933451380\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 715,\n                \"student_full_name\": \"Lucia Valdes Saenz\",\n                \"student_name\": \"Lucia\",\n                \"student_lastname\": \"Valdes\",\n                \"student_lastnameend\": \"Saenz\",\n                \"student_email\": \"contacto-032411@classlife.education\",\n                \"student_phone\": \"804252228\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"02366744Y\",\n                \"student_registration_date\": \"2021-11-16 13:17:54\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"02366744Y\",\n                    \"nacimiento\": \"1996-06-05 03:31:05\",\n                    \"edad\": \"25\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"41\",\n                    \"ciudad\": \"41-091\",\n                    \"telefono\": \"804252228\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 714,\n                \"student_full_name\": \"Anabel Adan Ruano\",\n                \"student_name\": \"Anabel\",\n                \"student_lastname\": \"Adan\",\n                \"student_lastnameend\": \"Ruano\",\n                \"student_email\": \"contacto-034368@classlife.education\",\n                \"student_phone\": \"431640792\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-773371.jpg\",\n                \"student_uid\": \"27012054U\",\n                \"student_registration_date\": \"2021-11-15 09:58:25\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"27012054U\",\n                    \"nacimiento\": \"1983-12-06 19:08:00\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"08\",\n                    \"ciudad\": \"08-019\",\n                    \"telefono\": \"431640792\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\",\n                    \"edad\": \"38\"\n                }\n            },\n            {\n                \"student_id\": 713,\n                \"student_full_name\": \"Almudena Catalan Lobo\",\n                \"student_name\": \"Almudena\",\n                \"student_lastname\": \"Catalan\",\n                \"student_lastnameend\": \"Lobo\",\n                \"student_email\": \"contacto-034079@classlife.education\",\n                \"student_phone\": \"550638342\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-1910014.jpg\",\n                \"student_uid\": \"54075722V\",\n                \"student_registration_date\": \"2021-11-12 09:04:08\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"54075722V\",\n                    \"nacimiento\": \"1994-01-27 06:42:18\",\n                    \"edad\": \"27\",\n                    \"pais\": \"108\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"08\",\n                    \"ciudad\": \"08-019\",\n                    \"telefono\": \"550638342\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 712,\n                \"student_full_name\": \"Aitor Bustamante Adan\",\n                \"student_name\": \"Aitor\",\n                \"student_lastname\": \"Bustamante\",\n                \"student_lastnameend\": \"Adan\",\n                \"student_email\": \"contacto-030021@classlife.education\",\n                \"student_phone\": \"211582244\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-672599.jpg\",\n                \"student_uid\": \"67273831X\",\n                \"student_registration_date\": \"2021-11-10 13:12:19\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"67273831X\",\n                    \"nacimiento\": \"04/12/1975\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"28\",\n                    \"ciudad\": \"28-079\",\n                    \"telefono\": \"211582244\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\",\n                    \"edad\": \"46\"\n                }\n            },\n            {\n                \"student_id\": 711,\n                \"student_full_name\": \"Mireia Arevalo Manrique\",\n                \"student_name\": \"Mireia\",\n                \"student_lastname\": \"Arevalo\",\n                \"student_lastnameend\": \"Manrique\",\n                \"student_email\": \"contacto-032368@classlife.education\",\n                \"student_phone\": \"136637455\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"88055574C\",\n                \"student_registration_date\": \"2021-11-10 10:36:08\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"88055574C\",\n                    \"nacimiento\": \"1983-04-09 06:46:57\",\n                    \"edad\": \"38\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"08\",\n                    \"ciudad\": \"08-019\",\n                    \"telefono\": \"136637455\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 710,\n                \"student_full_name\": \"Bako Beyer\",\n                \"student_name\": \"Bako\",\n                \"student_lastname\": \"Beyer\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-013021@classlife.education\",\n                \"student_phone\": \"944726775\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"24299858Q\",\n                \"student_registration_date\": \"2021-11-02 10:26:17\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"24299858Q\",\n                    \"nacimiento\": \"10/09/1985\",\n                    \"pais\": \"126\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"944726775\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"126\",\n                    \"edad\": \"36\"\n                }\n            },\n            {\n                \"student_id\": 709,\n                \"student_full_name\": \"Alumno Prueba\",\n                \"student_name\": \"Alumno\",\n                \"student_lastname\": \"Prueba\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"alumnoprueba@classlife.es\",\n                \"student_phone\": null,\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": null,\n                \"student_registration_date\": \"2021-10-22 12:51:29\",\n                \"student_active\": 0,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {}\n            },\n            {\n                \"student_id\": 708,\n                \"student_full_name\": \"Luis Miguel Quilesa dos Santos\",\n                \"student_name\": \"Luis Miguel\",\n                \"student_lastname\": \"Quilesa\",\n                \"student_lastnameend\": \"dos Santos\",\n                \"student_email\": \"contacto-032169@classlife.education\",\n                \"student_phone\": \"895926131\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"22247740R\",\n                \"student_registration_date\": \"2021-10-07 07:45:46\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"22247740R\",\n                    \"nacimiento\": \"04/11/1980\",\n                    \"pais\": \"108\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"28\",\n                    \"ciudad\": \"MADRID\",\n                    \"telefono\": \"895926131\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"108\",\n                    \"edad\": \"41\"\n                }\n            },\n            {\n                \"student_id\": 707,\n                \"student_full_name\": \"leo\",\n                \"student_name\": \"leo\",\n                \"student_lastname\": \"\",\n                \"student_lastnameend\": null,\n                \"student_email\": null,\n                \"student_phone\": null,\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": null,\n                \"student_registration_date\": \"2021-09-14 07:30:07\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {}\n            },\n            {\n                \"student_id\": 706,\n                \"student_full_name\": \"Dulce Lujan Curiel\",\n                \"student_name\": \"Dulce\",\n                \"student_lastname\": \"Lujan\",\n                \"student_lastnameend\": \"Curiel\",\n                \"student_email\": \"contacto-028123@classlife.education\",\n                \"student_phone\": \"947510248\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"06738508F\",\n                \"student_registration_date\": \"2021-08-11 09:44:53\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"06738508F\",\n                    \"nacimiento\": \"2001-12-30 07:28:49\",\n                    \"edad\": \"19\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"947510248\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 705,\n                \"student_full_name\": \"Cassandra Charron\",\n                \"student_name\": \"Cassandra\",\n                \"student_lastname\": \"Charron\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-012461@classlife.education\",\n                \"student_phone\": \"741762517\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"25714740V\",\n                \"student_registration_date\": \"2021-08-11 09:44:52\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"25714740V\",\n                    \"nacimiento\": \"1975-10-10 02:13:57\",\n                    \"edad\": \"45\",\n                    \"pais\": \"110\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"741762517\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"110\"\n                }\n            },\n            {\n                \"student_id\": 704,\n                \"student_full_name\": \"Cláudia Arnaiz Narvaez\",\n                \"student_name\": \"Cláudia\",\n                \"student_lastname\": \"Arnaiz\",\n                \"student_lastnameend\": \"Narvaez\",\n                \"student_email\": \"contacto-018036@classlife.education\",\n                \"student_phone\": \"166664908\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"18270365M\",\n                \"student_registration_date\": \"2021-08-11 09:44:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"18270365M\",\n                    \"nacimiento\": \"1998-02-06 02:37:23\",\n                    \"edad\": \"23\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"provincia\": \"08\",\n                    \"ciudad\": \"08-019\",\n                    \"telefono\": \"166664908\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 703,\n                \"student_full_name\": \"Manuel Pedraza Medina\",\n                \"student_name\": \"Manuel\",\n                \"student_lastname\": \"Pedraza\",\n                \"student_lastnameend\": \"Medina\",\n                \"student_email\": \"contacto-029372@classlife.education\",\n                \"student_phone\": \"882695553\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"83737713Y\",\n                \"student_registration_date\": \"2021-08-11 09:44:50\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"83737713Y\",\n                    \"nacimiento\": \"1997-10-03 04:39:05\",\n                    \"edad\": \"23\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"provincia\": \"46\",\n                    \"ciudad\": \"46-250\",\n                    \"telefono\": \"882695553\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 702,\n                \"student_full_name\": \"Víctor Garay Meza\",\n                \"student_name\": \"Víctor\",\n                \"student_lastname\": \"Garay\",\n                \"student_lastnameend\": \"Meza\",\n                \"student_email\": \"contacto-012088@classlife.education\",\n                \"student_phone\": \"173126608\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"00898131V\",\n                \"student_registration_date\": \"2021-08-11 09:44:49\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"00898131V\",\n                    \"nacimiento\": \"1994-11-21 21:41:10\",\n                    \"edad\": \"26\",\n                    \"pais\": \"348\",\n                    \"telefono\": \"173126608\",\n                    \"TipusDocument\": \"2\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 701,\n                \"student_full_name\": \"Damien Andre\",\n                \"student_name\": \"Damien\",\n                \"student_lastname\": \"Andre\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-003985@classlife.education\",\n                \"student_phone\": \"249771097\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"87304213D\",\n                \"student_registration_date\": \"2021-08-11 09:44:48\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"87304213D\",\n                    \"nacimiento\": \"1971-06-14 23:49:12\",\n                    \"edad\": \"50\",\n                    \"pais\": \"110\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"249771097\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"110\"\n                }\n            },\n            {\n                \"student_id\": 700,\n                \"student_full_name\": \"Omar Barreto Favela\",\n                \"student_name\": \"Omar\",\n                \"student_lastname\": \"Barreto\",\n                \"student_lastnameend\": \"Favela\",\n                \"student_email\": \"contacto-022041@classlife.education\",\n                \"student_phone\": \"526402966\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"46225319F\",\n                \"student_registration_date\": \"2021-08-11 09:44:47\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"46225319F\",\n                    \"nacimiento\": \"1982-06-15 09:55:04\",\n                    \"edad\": \"39\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"526402966\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 699,\n                \"student_full_name\": \"Ane Berrocal Aguilera\",\n                \"student_name\": \"Ane\",\n                \"student_lastname\": \"Berrocal\",\n                \"student_lastnameend\": \"Aguilera\",\n                \"student_email\": \"contacto-027522@classlife.education\",\n                \"student_phone\": \"987822958\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"48019601A\",\n                \"student_registration_date\": \"2021-08-11 09:44:46\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"48019601A\",\n                    \"nacimiento\": \"1971-08-17 11:24:50\",\n                    \"edad\": \"49\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"MALAGA\",\n                    \"ciudad\": \"MALAGA\",\n                    \"telefono\": \"987822958\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 698,\n                \"student_full_name\": \"Gaby Cueto Chinchay\",\n                \"student_name\": \"Gaby\",\n                \"student_lastname\": \"Cueto\",\n                \"student_lastnameend\": \"Chinchay\",\n                \"student_email\": \"contacto-011815@classlife.education\",\n                \"student_phone\": \"965962824\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"15352948J\",\n                \"student_registration_date\": \"2021-08-11 09:44:45\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"15352948J\",\n                    \"nacimiento\": \"1979-11-10 03:50:32\",\n                    \"edad\": \"41\",\n                    \"pais\": \"348\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"965962824\",\n                    \"TipusDocument\": \"2\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 697,\n                \"student_full_name\": \"Natalia Barea Toledo\",\n                \"student_name\": \"Natalia\",\n                \"student_lastname\": \"Barea\",\n                \"student_lastnameend\": \"Toledo\",\n                \"student_email\": \"contacto-024337@classlife.education\",\n                \"student_phone\": \"461330007\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"81169275X\",\n                \"student_registration_date\": \"2021-08-11 09:44:44\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"81169275X\",\n                    \"nacimiento\": \"1991-07-23 17:17:50\",\n                    \"edad\": \"29\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"28\",\n                    \"ciudad\": \"28-079\",\n                    \"telefono\": \"461330007\",\n                    \"TipusDocument\": \"2\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 696,\n                \"student_full_name\": \"Hector Nieto Martín\",\n                \"student_name\": \"Hector\",\n                \"student_lastname\": \"Nieto\",\n                \"student_lastnameend\": \"Martín\",\n                \"student_email\": \"contacto-030998@classlife.education\",\n                \"student_phone\": \"732810384\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"33570857E\",\n                \"student_registration_date\": \"2021-08-11 09:44:43\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"33570857E\",\n                    \"nacimiento\": \"1991-08-02 03:35:12\",\n                    \"edad\": \"29\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"provincia\": \"28\",\n                    \"ciudad\": \"28-079\",\n                    \"telefono\": \"732810384\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 695,\n                \"student_full_name\": \"Carmen Samaniego Mena\",\n                \"student_name\": \"Carmen\",\n                \"student_lastname\": \"Samaniego\",\n                \"student_lastnameend\": \"Mena\",\n                \"student_email\": \"contacto-010099@classlife.education\",\n                \"student_phone\": \"327239205\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"18705857I\",\n                \"student_registration_date\": \"2021-08-11 09:44:43\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"18705857I\",\n                    \"nacimiento\": \"1981-03-30 11:40:28\",\n                    \"edad\": \"40\",\n                    \"pais\": \"348\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"327239205\",\n                    \"TipusDocument\": \"2\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 694,\n                \"student_full_name\": \"Kathryn Friedman\",\n                \"student_name\": \"Kathryn\",\n                \"student_lastname\": \"Friedman\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-016269@classlife.education\",\n                \"student_phone\": \"318756143\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"86880415R\",\n                \"student_registration_date\": \"2021-08-11 09:44:42\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"86880415R\",\n                    \"nacimiento\": \"1998-09-12 13:01:56\",\n                    \"edad\": \"22\",\n                    \"pais\": \"302\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"telefono\": \"318756143\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 693,\n                \"student_full_name\": \"Mickael Fayolle\",\n                \"student_name\": \"Mickael\",\n                \"student_lastname\": \"Fayolle\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-005348@classlife.education\",\n                \"student_phone\": \"578627317\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"44332679J\",\n                \"student_registration_date\": \"2021-08-11 09:44:41\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"44332679J\",\n                    \"nacimiento\": \"1983-06-12 09:33:31\",\n                    \"edad\": \"38\",\n                    \"pais\": \"110\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"578627317\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"110\"\n                }\n            },\n            {\n                \"student_id\": 692,\n                \"student_full_name\": \"Gabriela Victoria Yepez\",\n                \"student_name\": \"Gabriela\",\n                \"student_lastname\": \"Victoria\",\n                \"student_lastnameend\": \"Yepez\",\n                \"student_email\": \"contacto-029356@classlife.education\",\n                \"student_phone\": \"189268796\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"52646769Z\",\n                \"student_registration_date\": \"2021-08-11 09:44:40\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"52646769Z\",\n                    \"nacimiento\": \"1971-06-19 00:28:15\",\n                    \"edad\": \"50\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"189268796\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 691,\n                \"student_full_name\": \"Cheryl Oneal\",\n                \"student_name\": \"Cheryl\",\n                \"student_lastname\": \"Oneal\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-026792@classlife.education\",\n                \"student_phone\": \"884209875\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"29231786F\",\n                \"student_registration_date\": \"2021-08-11 09:44:39\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"29231786F\",\n                    \"nacimiento\": \"1978-05-25 21:13:37\",\n                    \"edad\": \"43\",\n                    \"pais\": \"302\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"884209875\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 690,\n                \"student_full_name\": \"Andrea Corrales Barba\",\n                \"student_name\": \"Andrea\",\n                \"student_lastname\": \"Corrales\",\n                \"student_lastnameend\": \"Barba\",\n                \"student_email\": \"contacto-026189@classlife.education\",\n                \"student_phone\": \"564149167\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-1102341.jpg\",\n                \"student_uid\": \"19072250Z\",\n                \"student_registration_date\": \"2021-08-11 09:44:39\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"19072250Z\",\n                    \"nacimiento\": \"1981-07-04 10:13:17\",\n                    \"edad\": \"40\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"564149167\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 689,\n                \"student_full_name\": \"Christine Gallagher\",\n                \"student_name\": \"Christine\",\n                \"student_lastname\": \"Gallagher\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-025431@classlife.education\",\n                \"student_phone\": \"160886360\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"29474233F\",\n                \"student_registration_date\": \"2021-08-11 09:44:38\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"29474233F\",\n                    \"nacimiento\": \"1985-04-29 18:01:26\",\n                    \"edad\": \"36\",\n                    \"pais\": \"302\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"160886360\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 688,\n                \"student_full_name\": \"Maria Teresa Revilla Capdevila\",\n                \"student_name\": \"Maria Teresa\",\n                \"student_lastname\": \"Revilla\",\n                \"student_lastnameend\": \"Capdevila\",\n                \"student_email\": \"contacto-014205@classlife.education\",\n                \"student_phone\": \"829516085\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"10711255G\",\n                \"student_registration_date\": \"2021-08-11 09:44:37\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"10711255G\",\n                    \"nacimiento\": \"1998-09-27 14:49:24\",\n                    \"edad\": \"22\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"provincia\": \"28\",\n                    \"ciudad\": \"28-079\",\n                    \"telefono\": \"829516085\",\n                    \"TipusDocument\": \"2\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 687,\n                \"student_full_name\": \"Hannah Palmer\",\n                \"student_name\": \"Hannah\",\n                \"student_lastname\": \"Palmer\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-018740@classlife.education\",\n                \"student_phone\": \"663146093\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"24276638N\",\n                \"student_registration_date\": \"2021-08-11 09:44:36\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"24276638N\",\n                    \"nacimiento\": \"1989-10-15 10:29:31\",\n                    \"edad\": \"31\",\n                    \"pais\": \"302\",\n                    \"telefono\": \"663146093\",\n                    \"TipusDocument\": \"2\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 686,\n                \"student_full_name\": \"Anthony Baxter\",\n                \"student_name\": \"Anthony\",\n                \"student_lastname\": \"Baxter\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-022183@classlife.education\",\n                \"student_phone\": \"673224533\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"88047552Q\",\n                \"student_registration_date\": \"2021-08-11 09:44:35\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"88047552Q\",\n                    \"nacimiento\": \"1970-11-27 18:00:16\",\n                    \"edad\": \"50\",\n                    \"pais\": \"302\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"673224533\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 685,\n                \"student_full_name\": \"Klever Santander Crespo\",\n                \"student_name\": \"Klever\",\n                \"student_lastname\": \"Santander\",\n                \"student_lastnameend\": \"Crespo\",\n                \"student_email\": \"contacto-012311@classlife.education\",\n                \"student_phone\": \"685780345\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"32258205K\",\n                \"student_registration_date\": \"2021-08-11 09:44:34\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"32258205K\",\n                    \"nacimiento\": \"2001-04-09 22:19:57\",\n                    \"edad\": \"20\",\n                    \"pais\": \"345\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"685780345\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"345\"\n                }\n            },\n            {\n                \"student_id\": 684,\n                \"student_full_name\": \"Domingo Olivera Reig\",\n                \"student_name\": \"Domingo\",\n                \"student_lastname\": \"Olivera\",\n                \"student_lastnameend\": \"Reig\",\n                \"student_email\": \"contacto-021870@classlife.education\",\n                \"student_phone\": \"863217643\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"36533424S\",\n                \"student_registration_date\": \"2021-08-11 09:44:33\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"36533424S\",\n                    \"nacimiento\": \"1970-09-11 09:33:38\",\n                    \"edad\": \"50\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"provincia\": \"MALAGA\",\n                    \"ciudad\": \"MALAGA\",\n                    \"telefono\": \"863217643\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 683,\n                \"student_full_name\": \"Kelly Barbaran Bravo\",\n                \"student_name\": \"Kelly\",\n                \"student_lastname\": \"Barbaran\",\n                \"student_lastnameend\": \"Bravo\",\n                \"student_email\": \"contacto-024112@classlife.education\",\n                \"student_phone\": \"532011776\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"64953535R\",\n                \"student_registration_date\": \"2021-08-11 09:44:32\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"64953535R\",\n                    \"nacimiento\": \"1995-09-18 22:21:14\",\n                    \"edad\": \"25\",\n                    \"pais\": \"348\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"532011776\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 682,\n                \"student_full_name\": \"Tatiana Orrego Lopez\",\n                \"student_name\": \"Tatiana\",\n                \"student_lastname\": \"Orrego\",\n                \"student_lastnameend\": \"Lopez\",\n                \"student_email\": \"contacto-021836@classlife.education\",\n                \"student_phone\": \"609458660\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"46116582O\",\n                \"student_registration_date\": \"2021-08-11 09:44:31\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"46116582O\",\n                    \"nacimiento\": \"1993-12-04 10:50:05\",\n                    \"edad\": \"27\",\n                    \"pais\": \"343\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"609458660\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"343\"\n                }\n            },\n            {\n                \"student_id\": 681,\n                \"student_full_name\": \"Clara McCormack\",\n                \"student_name\": \"Clara\",\n                \"student_lastname\": \"McCormack\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-009483@classlife.education\",\n                \"student_phone\": \"846973072\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"64615780Y\",\n                \"student_registration_date\": \"2021-08-11 09:44:31\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"64615780Y\",\n                    \"nacimiento\": \"1974-09-05 08:52:41\",\n                    \"edad\": \"46\",\n                    \"pais\": \"113\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"846973072\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"113\"\n                }\n            },\n            {\n                \"student_id\": 680,\n                \"student_full_name\": \"Deborah Hughes\",\n                \"student_name\": \"Deborah\",\n                \"student_lastname\": \"Hughes\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-028579@classlife.education\",\n                \"student_phone\": \"810311004\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"66832566K\",\n                \"student_registration_date\": \"2021-08-11 09:44:30\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"66832566K\",\n                    \"nacimiento\": \"1998-06-11 15:34:07\",\n                    \"edad\": \"23\",\n                    \"pais\": \"302\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"810311004\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 679,\n                \"student_full_name\": \"Ricardo Calixto Antonio\",\n                \"student_name\": \"Ricardo\",\n                \"student_lastname\": \"Calixto\",\n                \"student_lastnameend\": \"Antonio\",\n                \"student_email\": \"contacto-014386@classlife.education\",\n                \"student_phone\": \"856344778\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"78303351O\",\n                \"student_registration_date\": \"2021-08-11 09:44:29\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"78303351O\",\n                    \"nacimiento\": \"1994-05-03 03:24:20\",\n                    \"edad\": \"27\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"telefono\": \"856344778\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 678,\n                \"student_full_name\": \"Martin Montalvan Vidal\",\n                \"student_name\": \"Martin\",\n                \"student_lastname\": \"Montalvan\",\n                \"student_lastnameend\": \"Vidal\",\n                \"student_email\": \"contacto-016035@classlife.education\",\n                \"student_phone\": \"851310756\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"32833617N\",\n                \"student_registration_date\": \"2021-08-11 09:44:28\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"32833617N\",\n                    \"nacimiento\": \"1997-03-19 02:07:13\",\n                    \"edad\": \"24\",\n                    \"pais\": \"348\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"851310756\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 677,\n                \"student_full_name\": \"Emer Leddy\",\n                \"student_name\": \"Emer\",\n                \"student_lastname\": \"Leddy\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-001986@classlife.education\",\n                \"student_phone\": \"410219818\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"30603705Q\",\n                \"student_registration_date\": \"2021-08-11 09:44:27\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"30603705Q\",\n                    \"nacimiento\": \"1997-05-12 19:00:45\",\n                    \"edad\": \"24\",\n                    \"pais\": \"113\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"410219818\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"113\"\n                }\n            },\n            {\n                \"student_id\": 676,\n                \"student_full_name\": \"Romain Langlais\",\n                \"student_name\": \"Romain\",\n                \"student_lastname\": \"Langlais\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-005379@classlife.education\",\n                \"student_phone\": \"923146979\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"38140294U\",\n                \"student_registration_date\": \"2021-08-11 09:44:26\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"38140294U\",\n                    \"nacimiento\": \"1978-07-03 23:33:49\",\n                    \"edad\": \"43\",\n                    \"pais\": \"110\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"923146979\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"110\"\n                }\n            },\n            {\n                \"student_id\": 675,\n                \"student_full_name\": \"Joe Acosta Baldeon\",\n                \"student_name\": \"Joe\",\n                \"student_lastname\": \"Acosta\",\n                \"student_lastnameend\": \"Baldeon\",\n                \"student_email\": \"contacto-011621@classlife.education\",\n                \"student_phone\": \"482216013\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"30840049G\",\n                \"student_registration_date\": \"2021-08-11 09:44:25\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"30840049G\",\n                    \"nacimiento\": \"1972-02-08 11:12:01\",\n                    \"edad\": \"49\",\n                    \"pais\": \"348\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"482216013\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 674,\n                \"student_full_name\": \"Yeison Puerta Olivero\",\n                \"student_name\": \"Yeison\",\n                \"student_lastname\": \"Puerta\",\n                \"student_lastnameend\": \"Olivero\",\n                \"student_email\": \"contacto-016341@classlife.education\",\n                \"student_phone\": \"813701555\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"66685533F\",\n                \"student_registration_date\": \"2021-08-11 09:44:25\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"66685533F\",\n                    \"nacimiento\": \"1983-06-18 02:45:22\",\n                    \"edad\": \"38\",\n                    \"pais\": \"343\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"813701555\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"343\"\n                }\n            },\n            {\n                \"student_id\": 673,\n                \"student_full_name\": \"Zachary Boyle\",\n                \"student_name\": \"Zachary\",\n                \"student_lastname\": \"Boyle\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-005486@classlife.education\",\n                \"student_phone\": \"859807886\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"25343120U\",\n                \"student_registration_date\": \"2021-08-11 09:44:24\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"25343120U\",\n                    \"nacimiento\": \"1976-07-06 04:00:35\",\n                    \"edad\": \"45\",\n                    \"pais\": \"302\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"telefono\": \"859807886\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 672,\n                \"student_full_name\": \"Francisca Moron Ali\",\n                \"student_name\": \"Francisca\",\n                \"student_lastname\": \"Moron\",\n                \"student_lastnameend\": \"Ali\",\n                \"student_email\": \"contacto-025798@classlife.education\",\n                \"student_phone\": \"420934142\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"73429637Q\",\n                \"student_registration_date\": \"2021-08-11 09:44:23\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"73429637Q\",\n                    \"nacimiento\": \"1987-12-09 03:16:24\",\n                    \"edad\": \"33\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"41\",\n                    \"ciudad\": \"41-091\",\n                    \"telefono\": \"420934142\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 671,\n                \"student_full_name\": \"Carolina Menendez Ferrando\",\n                \"student_name\": \"Carolina\",\n                \"student_lastname\": \"Menendez\",\n                \"student_lastnameend\": \"Ferrando\",\n                \"student_email\": \"contacto-033373@classlife.education\",\n                \"student_phone\": \"259213188\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"89028705C\",\n                \"student_registration_date\": \"2021-08-11 09:44:22\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"89028705C\",\n                    \"nacimiento\": \"1984-08-26 16:43:24\",\n                    \"edad\": \"36\",\n                    \"pais\": \"108\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"08\",\n                    \"ciudad\": \"08-019\",\n                    \"telefono\": \"259213188\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 670,\n                \"student_full_name\": \"Geraldine Portilla Sernaque\",\n                \"student_name\": \"Geraldine\",\n                \"student_lastname\": \"Portilla\",\n                \"student_lastnameend\": \"Sernaque\",\n                \"student_email\": \"contacto-016687@classlife.education\",\n                \"student_phone\": \"906388916\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"03476135F\",\n                \"student_registration_date\": \"2021-08-11 09:44:21\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"03476135F\",\n                    \"nacimiento\": \"1998-03-21 01:54:39\",\n                    \"edad\": \"23\",\n                    \"pais\": \"348\",\n                    \"telefono\": \"906388916\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 669,\n                \"student_full_name\": \"Ciaran Laffan\",\n                \"student_name\": \"Ciaran\",\n                \"student_lastname\": \"Laffan\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-007322@classlife.education\",\n                \"student_phone\": \"803086095\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"95370950F\",\n                \"student_registration_date\": \"2021-08-11 09:44:20\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"95370950F\",\n                    \"nacimiento\": \"1971-07-04 16:48:19\",\n                    \"edad\": \"50\",\n                    \"pais\": \"113\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"803086095\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"113\"\n                }\n            },\n            {\n                \"student_id\": 668,\n                \"student_full_name\": \"Lorena Rizo Carmona\",\n                \"student_name\": \"Lorena\",\n                \"student_lastname\": \"Rizo\",\n                \"student_lastnameend\": \"Carmona\",\n                \"student_email\": \"contacto-021538@classlife.education\",\n                \"student_phone\": \"441229058\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"48567524M\",\n                \"student_registration_date\": \"2021-08-11 09:44:19\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"48567524M\",\n                    \"nacimiento\": \"2001-11-17 15:13:15\",\n                    \"edad\": \"19\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"441229058\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 667,\n                \"student_full_name\": \"Pamela Gutierrez\",\n                \"student_name\": \"Pamela\",\n                \"student_lastname\": \"Gutierrez\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-024424@classlife.education\",\n                \"student_phone\": \"196129813\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"44547489J\",\n                \"student_registration_date\": \"2021-08-11 09:44:18\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"44547489J\",\n                    \"nacimiento\": \"1979-02-06 19:18:46\",\n                    \"edad\": \"42\",\n                    \"pais\": \"302\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"196129813\",\n                    \"TipusDocument\": \"2\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 666,\n                \"student_full_name\": \"Horacio Calvillo Quiñones\",\n                \"student_name\": \"Horacio\",\n                \"student_lastname\": \"Calvillo\",\n                \"student_lastnameend\": \"Quiñones\",\n                \"student_email\": \"contacto-026950@classlife.education\",\n                \"student_phone\": \"524999500\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"84607038H\",\n                \"student_registration_date\": \"2021-08-11 09:44:18\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"84607038H\",\n                    \"nacimiento\": \"1998-04-29 09:53:01\",\n                    \"edad\": \"23\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"524999500\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 665,\n                \"student_full_name\": \"Arthur Zambrano Zorrilla\",\n                \"student_name\": \"Arthur\",\n                \"student_lastname\": \"Zambrano\",\n                \"student_lastnameend\": \"Zorrilla\",\n                \"student_email\": \"contacto-009466@classlife.education\",\n                \"student_phone\": \"375900414\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"18092272B\",\n                \"student_registration_date\": \"2021-08-11 09:44:17\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"18092272B\",\n                    \"nacimiento\": \"1975-07-30 22:48:21\",\n                    \"edad\": \"45\",\n                    \"pais\": \"348\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"375900414\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 664,\n                \"student_full_name\": \"Caroline Odonnell\",\n                \"student_name\": \"Caroline\",\n                \"student_lastname\": \"Odonnell\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-007789@classlife.education\",\n                \"student_phone\": \"895395884\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"95684298W\",\n                \"student_registration_date\": \"2021-08-11 09:44:16\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"95684298W\",\n                    \"nacimiento\": \"1977-03-30 07:05:03\",\n                    \"edad\": \"44\",\n                    \"pais\": \"113\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"895395884\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"113\"\n                }\n            },\n            {\n                \"student_id\": 663,\n                \"student_full_name\": \"Olga Herazo Berrio\",\n                \"student_name\": \"Olga\",\n                \"student_lastname\": \"Herazo\",\n                \"student_lastnameend\": \"Berrio\",\n                \"student_email\": \"contacto-001060@classlife.education\",\n                \"student_phone\": \"163887103\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"56384856W\",\n                \"student_registration_date\": \"2021-08-11 09:44:15\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"56384856W\",\n                    \"nacimiento\": \"1989-03-20 10:18:52\",\n                    \"edad\": \"32\",\n                    \"pais\": \"343\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"163887103\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"343\"\n                }\n            },\n            {\n                \"student_id\": 662,\n                \"student_full_name\": \"Brayan Rendon Vela Moscote\",\n                \"student_name\": \"Brayan Rendon\",\n                \"student_lastname\": \"Vela\",\n                \"student_lastnameend\": \"Moscote\",\n                \"student_email\": \"contacto-020805@classlife.education\",\n                \"student_phone\": \"377817111\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"57154691E\",\n                \"student_registration_date\": \"2021-08-11 09:44:14\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"57154691E\",\n                    \"nacimiento\": \"1980-01-21 09:10:20\",\n                    \"edad\": \"41\",\n                    \"pais\": \"343\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"telefono\": \"377817111\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"343\"\n                }\n            },\n            {\n                \"student_id\": 661,\n                \"student_full_name\": \"Raul Serra de-La Torre\",\n                \"student_name\": \"Raul\",\n                \"student_lastname\": \"Serra\",\n                \"student_lastnameend\": \"de-La Torre\",\n                \"student_email\": \"contacto-032245@classlife.education\",\n                \"student_phone\": \"176917111\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"06571700V\",\n                \"student_registration_date\": \"2021-08-11 09:44:13\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"06571700V\",\n                    \"nacimiento\": \"1987-10-21 15:35:07\",\n                    \"edad\": \"33\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"28\",\n                    \"ciudad\": \"28-079\",\n                    \"telefono\": \"176917111\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 660,\n                \"student_full_name\": \"Will Avalos Moscoso\",\n                \"student_name\": \"Will\",\n                \"student_lastname\": \"Avalos\",\n                \"student_lastnameend\": \"Moscoso\",\n                \"student_email\": \"contacto-003983@classlife.education\",\n                \"student_phone\": \"274498423\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"57731593P\",\n                \"student_registration_date\": \"2021-08-11 09:44:13\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"57731593P\",\n                    \"nacimiento\": \"2000-08-17 09:45:53\",\n                    \"edad\": \"20\",\n                    \"pais\": \"348\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"telefono\": \"274498423\",\n                    \"TipusDocument\": \"3\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 659,\n                \"student_full_name\": \"Willian Anaya Lapa\",\n                \"student_name\": \"Willian\",\n                \"student_lastname\": \"Anaya\",\n                \"student_lastnameend\": \"Lapa\",\n                \"student_email\": \"contacto-020998@classlife.education\",\n                \"student_phone\": \"120081138\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"91574989T\",\n                \"student_registration_date\": \"2021-08-11 09:44:12\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"91574989T\",\n                    \"nacimiento\": \"2001-10-10 13:59:21\",\n                    \"edad\": \"19\",\n                    \"pais\": \"348\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"120081138\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 658,\n                \"student_full_name\": \"Christopher Castrejon Cornelio\",\n                \"student_name\": \"Christopher\",\n                \"student_lastname\": \"Castrejon\",\n                \"student_lastnameend\": \"Cornelio\",\n                \"student_email\": \"contacto-017655@classlife.education\",\n                \"student_phone\": \"825732955\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"54732631L\",\n                \"student_registration_date\": \"2021-08-11 09:44:11\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"54732631L\",\n                    \"nacimiento\": \"1991-01-09 19:38:31\",\n                    \"edad\": \"30\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"825732955\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 657,\n                \"student_full_name\": \"Ali Kremer\",\n                \"student_name\": \"Ali\",\n                \"student_lastname\": \"Kremer\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-000178@classlife.education\",\n                \"student_phone\": \"750025483\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-1262287.jpg\",\n                \"student_uid\": \"42066088F\",\n                \"student_registration_date\": \"2021-08-11 09:44:10\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"42066088F\",\n                    \"nacimiento\": \"1980-03-23 03:03:55\",\n                    \"edad\": \"41\",\n                    \"pais\": \"126\",\n                    \"telefono\": \"750025483\",\n                    \"TipusDocument\": \"2\",\n                    \"CodiPais\": \"126\"\n                }\n            },\n            {\n                \"student_id\": 656,\n                \"student_full_name\": \"Ainoa Orozco Gonzalo\",\n                \"student_name\": \"Ainoa\",\n                \"student_lastname\": \"Orozco\",\n                \"student_lastnameend\": \"Gonzalo\",\n                \"student_email\": \"contacto-034254@classlife.education\",\n                \"student_phone\": \"775033092\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-712513.jpg\",\n                \"student_uid\": \"50862687B\",\n                \"student_registration_date\": \"2021-08-11 09:44:09\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"50862687B\",\n                    \"nacimiento\": \"1979-06-02 15:03:27\",\n                    \"edad\": \"42\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"28\",\n                    \"ciudad\": \"28-079\",\n                    \"telefono\": \"775033092\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 655,\n                \"student_full_name\": \"Inma Franco Botella\",\n                \"student_name\": \"Inma\",\n                \"student_lastname\": \"Franco\",\n                \"student_lastnameend\": \"Botella\",\n                \"student_email\": \"contacto-000761@classlife.education\",\n                \"student_phone\": \"258677355\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"23441072S\",\n                \"student_registration_date\": \"2021-08-11 09:44:08\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"23441072S\",\n                    \"nacimiento\": \"2000-05-27 17:12:01\",\n                    \"edad\": \"21\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"MALAGA\",\n                    \"ciudad\": \"MALAGA\",\n                    \"telefono\": \"258677355\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 654,\n                \"student_full_name\": \"Alberto Sierra Cano\",\n                \"student_name\": \"Alberto\",\n                \"student_lastname\": \"Sierra\",\n                \"student_lastnameend\": \"Cano\",\n                \"student_email\": \"contacto-014192@classlife.education\",\n                \"student_phone\": \"455727395\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-936229.jpg\",\n                \"student_uid\": \"78488618S\",\n                \"student_registration_date\": \"2021-08-11 09:44:07\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"78488618S\",\n                    \"nacimiento\": \"1997-11-18 06:39:33\",\n                    \"pais\": \"303\",\n                    \"telefono\": \"455727395\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"303\",\n                    \"edad\": \"24\"\n                }\n            },\n            {\n                \"student_id\": 653,\n                \"student_full_name\": \"Laurent Barthelemy\",\n                \"student_name\": \"Laurent\",\n                \"student_lastname\": \"Barthelemy\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-008408@classlife.education\",\n                \"student_phone\": \"175787248\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"30682468J\",\n                \"student_registration_date\": \"2021-08-11 09:44:06\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"30682468J\",\n                    \"nacimiento\": \"1990-08-10 11:50:07\",\n                    \"edad\": \"30\",\n                    \"pais\": \"110\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"175787248\",\n                    \"TipusDocument\": \"3\",\n                    \"CodiPais\": \"110\"\n                }\n            },\n            {\n                \"student_id\": 652,\n                \"student_full_name\": \"Iker Ferrando Rey\",\n                \"student_name\": \"Iker\",\n                \"student_lastname\": \"Ferrando\",\n                \"student_lastnameend\": \"Rey\",\n                \"student_email\": \"contacto-030969@classlife.education\",\n                \"student_phone\": \"759713754\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"09170122G\",\n                \"student_registration_date\": \"2021-08-11 09:44:05\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"09170122G\",\n                    \"nacimiento\": \"1994-06-12 23:10:26\",\n                    \"edad\": \"27\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"provincia\": \"08\",\n                    \"ciudad\": \"08-019\",\n                    \"telefono\": \"759713754\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 651,\n                \"student_full_name\": \"Aldair Borja Canto\",\n                \"student_name\": \"Aldair\",\n                \"student_lastname\": \"Borja\",\n                \"student_lastnameend\": \"Canto\",\n                \"student_email\": \"contacto-020477@classlife.education\",\n                \"student_phone\": \"578149985\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-980258.jpg\",\n                \"student_uid\": \"74115565P\",\n                \"student_registration_date\": \"2021-08-11 09:44:05\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"74115565P\",\n                    \"nacimiento\": \"1983-12-02 23:43:01\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"578149985\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"303\",\n                    \"edad\": \"38\"\n                }\n            },\n            {\n                \"student_id\": 650,\n                \"student_full_name\": \"Tania Rebolledo Dorantes\",\n                \"student_name\": \"Tania\",\n                \"student_lastname\": \"Rebolledo\",\n                \"student_lastnameend\": \"Dorantes\",\n                \"student_email\": \"contacto-026702@classlife.education\",\n                \"student_phone\": \"689265844\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"94584913K\",\n                \"student_registration_date\": \"2021-08-11 09:44:04\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"94584913K\",\n                    \"nacimiento\": \"1982-09-02 14:06:21\",\n                    \"edad\": \"38\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"689265844\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 649,\n                \"student_full_name\": \"Gary Walker\",\n                \"student_name\": \"Gary\",\n                \"student_lastname\": \"Walker\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-014738@classlife.education\",\n                \"student_phone\": \"357779620\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"48658247F\",\n                \"student_registration_date\": \"2021-08-11 09:44:03\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"48658247F\",\n                    \"nacimiento\": \"1995-06-29 02:44:51\",\n                    \"edad\": \"26\",\n                    \"pais\": \"302\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"357779620\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 648,\n                \"student_full_name\": \"Anna Zimmerman\",\n                \"student_name\": \"Anna\",\n                \"student_lastname\": \"Zimmerman\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-010950@classlife.education\",\n                \"student_phone\": \"884149038\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"01408014L\",\n                \"student_registration_date\": \"2021-08-11 09:44:02\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"01408014L\",\n                    \"nacimiento\": \"1984-11-24 22:58:56\",\n                    \"edad\": \"36\",\n                    \"pais\": \"302\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"884149038\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 647,\n                \"student_full_name\": \"Jorge Aviles Duarte\",\n                \"student_name\": \"Jorge\",\n                \"student_lastname\": \"Aviles\",\n                \"student_lastnameend\": \"Duarte\",\n                \"student_email\": \"contacto-020911@classlife.education\",\n                \"student_phone\": \"107304130\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"95226733C\",\n                \"student_registration_date\": \"2021-08-11 09:44:01\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"95226733C\",\n                    \"nacimiento\": \"1982-04-21 05:40:46\",\n                    \"edad\": \"39\",\n                    \"pais\": \"343\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"telefono\": \"107304130\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"343\"\n                }\n            },\n            {\n                \"student_id\": 646,\n                \"student_full_name\": \"Sofía Da-Silva San-Jose\",\n                \"student_name\": \"Sofía\",\n                \"student_lastname\": \"Da-Silva\",\n                \"student_lastnameend\": \"San-Jose\",\n                \"student_email\": \"contacto-000958@classlife.education\",\n                \"student_phone\": \"566101857\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"97281642J\",\n                \"student_registration_date\": \"2021-08-11 09:44:00\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"97281642J\",\n                    \"nacimiento\": \"1996-03-05 06:30:14\",\n                    \"edad\": \"25\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"43\",\n                    \"ciudad\": \"43-148\",\n                    \"telefono\": \"566101857\",\n                    \"TipusDocument\": \"3\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 645,\n                \"student_full_name\": \"Amanda Guerrero Cubero\",\n                \"student_name\": \"Amanda\",\n                \"student_lastname\": \"Guerrero\",\n                \"student_lastnameend\": \"Cubero\",\n                \"student_email\": \"contacto-004694@classlife.education\",\n                \"student_phone\": \"627591173\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-726162.jpg\",\n                \"student_uid\": \"92073885U\",\n                \"student_registration_date\": \"2021-08-11 09:43:59\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"92073885U\",\n                    \"nacimiento\": \"1973-07-20 06:30:47\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"41\",\n                    \"ciudad\": \"41-091\",\n                    \"telefono\": \"627591173\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"108\",\n                    \"edad\": \"48\"\n                }\n            },\n            {\n                \"student_id\": 644,\n                \"student_full_name\": \"Steven Ramirez\",\n                \"student_name\": \"Steven\",\n                \"student_lastname\": \"Ramirez\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-021550@classlife.education\",\n                \"student_phone\": \"109655303\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"18916593H\",\n                \"student_registration_date\": \"2021-08-11 09:43:58\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"18916593H\",\n                    \"nacimiento\": \"1998-12-05 23:00:10\",\n                    \"edad\": \"22\",\n                    \"pais\": \"302\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"109655303\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 643,\n                \"student_full_name\": \"Silvia Cabezas Palomares\",\n                \"student_name\": \"Silvia\",\n                \"student_lastname\": \"Cabezas\",\n                \"student_lastnameend\": \"Palomares\",\n                \"student_email\": \"contacto-031565@classlife.education\",\n                \"student_phone\": \"553041774\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"71276712C\",\n                \"student_registration_date\": \"2021-08-11 09:43:57\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"71276712C\",\n                    \"nacimiento\": \"1975-05-29 01:21:46\",\n                    \"edad\": \"46\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"41\",\n                    \"ciudad\": \"41-091\",\n                    \"telefono\": \"553041774\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 642,\n                \"student_full_name\": \"Stella Morilla Enriquez\",\n                \"student_name\": \"Stella\",\n                \"student_lastname\": \"Morilla\",\n                \"student_lastnameend\": \"Enriquez\",\n                \"student_email\": \"contacto-032657@classlife.education\",\n                \"student_phone\": \"333733655\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"49263146F\",\n                \"student_registration_date\": \"2021-08-11 09:43:57\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"49263146F\",\n                    \"nacimiento\": \"1975-10-01 22:55:11\",\n                    \"edad\": \"45\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"41\",\n                    \"ciudad\": \"41-091\",\n                    \"telefono\": \"333733655\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 641,\n                \"student_full_name\": \"Joan Bonilla San-Juan\",\n                \"student_name\": \"Joan\",\n                \"student_lastname\": \"Bonilla\",\n                \"student_lastnameend\": \"San-Juan\",\n                \"student_email\": \"contacto-034485@classlife.education\",\n                \"student_phone\": \"396401312\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"37011743N\",\n                \"student_registration_date\": \"2021-08-11 09:43:56\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"37011743N\",\n                    \"nacimiento\": \"1990-02-26 08:12:04\",\n                    \"edad\": \"31\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"28\",\n                    \"ciudad\": \"28-079\",\n                    \"telefono\": \"396401312\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 640,\n                \"student_full_name\": \"Cheryl Watson\",\n                \"student_name\": \"Cheryl\",\n                \"student_lastname\": \"Watson\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-011345@classlife.education\",\n                \"student_phone\": \"470735806\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"36606825E\",\n                \"student_registration_date\": \"2021-08-11 09:43:55\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"36606825E\",\n                    \"nacimiento\": \"1985-07-01 20:21:11\",\n                    \"edad\": \"36\",\n                    \"pais\": \"302\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"telefono\": \"470735806\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 639,\n                \"student_full_name\": \"Joan Coll Estevez\",\n                \"student_name\": \"Joan\",\n                \"student_lastname\": \"Coll\",\n                \"student_lastnameend\": \"Estevez\",\n                \"student_email\": \"contacto-003744@classlife.education\",\n                \"student_phone\": \"814407397\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"40878814C\",\n                \"student_registration_date\": \"2021-08-11 09:43:54\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"40878814C\",\n                    \"nacimiento\": \"1997-07-17 12:23:05\",\n                    \"edad\": \"23\",\n                    \"pais\": \"108\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"43\",\n                    \"ciudad\": \"43-148\",\n                    \"telefono\": \"814407397\",\n                    \"TipusDocument\": \"2\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 638,\n                \"student_full_name\": \"Diego Basurto Mora\",\n                \"student_name\": \"Diego\",\n                \"student_lastname\": \"Basurto\",\n                \"student_lastnameend\": \"Mora\",\n                \"student_email\": \"contacto-022124@classlife.education\",\n                \"student_phone\": \"209887524\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"62186642T\",\n                \"student_registration_date\": \"2021-08-11 09:43:53\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"62186642T\",\n                    \"nacimiento\": \"1991-10-10 13:08:30\",\n                    \"edad\": \"29\",\n                    \"pais\": \"303\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"209887524\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 637,\n                \"student_full_name\": \"Marco Aparicio Arreola\",\n                \"student_name\": \"Marco\",\n                \"student_lastname\": \"Aparicio\",\n                \"student_lastnameend\": \"Arreola\",\n                \"student_email\": \"contacto-005441@classlife.education\",\n                \"student_phone\": \"642807333\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"03623322L\",\n                \"student_registration_date\": \"2021-08-11 09:43:52\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"03623322L\",\n                    \"nacimiento\": \"1982-04-15 16:47:37\",\n                    \"edad\": \"39\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"telefono\": \"642807333\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 636,\n                \"student_full_name\": \"Iker Palomo Cabeza\",\n                \"student_name\": \"Iker\",\n                \"student_lastname\": \"Palomo\",\n                \"student_lastnameend\": \"Cabeza\",\n                \"student_email\": \"contacto-000309@classlife.education\",\n                \"student_phone\": \"807350565\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"65303383E\",\n                \"student_registration_date\": \"2021-08-11 09:43:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"65303383E\",\n                    \"nacimiento\": \"1979-05-19 12:02:04\",\n                    \"edad\": \"42\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"provincia\": \"28\",\n                    \"ciudad\": \"28-079\",\n                    \"telefono\": \"807350565\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 635,\n                \"student_full_name\": \"Christoph Wieczorek\",\n                \"student_name\": \"Christoph\",\n                \"student_lastname\": \"Wieczorek\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-000645@classlife.education\",\n                \"student_phone\": \"636828628\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"44832544T\",\n                \"student_registration_date\": \"2021-08-11 09:43:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"44832544T\",\n                    \"nacimiento\": \"1995-01-22 07:32:24\",\n                    \"edad\": \"26\",\n                    \"pais\": \"126\",\n                    \"libres_nivel-de-estudios\": \"2\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"636828628\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"126\"\n                }\n            },\n            {\n                \"student_id\": 634,\n                \"student_full_name\": \"Fátima Bonet Del-Rio\",\n                \"student_name\": \"Fátima\",\n                \"student_lastname\": \"Bonet\",\n                \"student_lastnameend\": \"Del-Rio\",\n                \"student_email\": \"contacto-026164@classlife.education\",\n                \"student_phone\": \"591177292\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"65663124V\",\n                \"student_registration_date\": \"2021-08-11 09:43:50\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"65663124V\",\n                    \"nacimiento\": \"1992-03-24 15:20:23\",\n                    \"edad\": \"29\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"3\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"provincia\": \"MALAGA\",\n                    \"ciudad\": \"MALAGA\",\n                    \"telefono\": \"591177292\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 633,\n                \"student_full_name\": \"Piero Chura Shupingahua\",\n                \"student_name\": \"Piero\",\n                \"student_lastname\": \"Chura\",\n                \"student_lastnameend\": \"Shupingahua\",\n                \"student_email\": \"contacto-018319@classlife.education\",\n                \"student_phone\": \"489799567\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"11979767T\",\n                \"student_registration_date\": \"2021-08-11 09:43:49\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"11979767T\",\n                    \"nacimiento\": \"1981-03-01 22:40:21\",\n                    \"edad\": \"40\",\n                    \"pais\": \"348\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"489799567\",\n                    \"TipusDocument\": \"2\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 632,\n                \"student_full_name\": \"Karina Hinojosa Guevara\",\n                \"student_name\": \"Karina\",\n                \"student_lastname\": \"Hinojosa\",\n                \"student_lastnameend\": \"Guevara\",\n                \"student_email\": \"contacto-000787@classlife.education\",\n                \"student_phone\": \"957196411\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"28946999G\",\n                \"student_registration_date\": \"2021-08-11 09:43:48\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"28946999G\",\n                    \"nacimiento\": \"1980-05-29 01:48:45\",\n                    \"edad\": \"41\",\n                    \"pais\": \"303\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"telefono\": \"957196411\",\n                    \"TipusDocument\": \"1\",\n                    \"CodiPais\": \"303\"\n                }\n            },\n            {\n                \"student_id\": 631,\n                \"student_full_name\": \"Josefa Fernández Bartolome\",\n                \"student_name\": \"Josefa\",\n                \"student_lastname\": \"Fernández\",\n                \"student_lastnameend\": \"Bartolome\",\n                \"student_email\": \"contacto-015251@classlife.education\",\n                \"student_phone\": \"950845274\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"82338170I\",\n                \"student_registration_date\": \"2021-08-11 09:43:47\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"82338170I\",\n                    \"nacimiento\": \"1979-02-15 10:35:54\",\n                    \"edad\": \"42\",\n                    \"pais\": \"108\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"provincia\": \"MALAGA\",\n                    \"ciudad\": \"MALAGA\",\n                    \"telefono\": \"950845274\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 630,\n                \"student_full_name\": \"Patricia Tirado Martín\",\n                \"student_name\": \"Patricia\",\n                \"student_lastname\": \"Tirado\",\n                \"student_lastnameend\": \"Martín\",\n                \"student_email\": \"contacto-032717@classlife.education\",\n                \"student_phone\": \"418429984\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"23132477A\",\n                \"student_registration_date\": \"2021-08-11 09:43:46\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"23132477A\",\n                    \"nacimiento\": \"1992-10-27 10:06:41\",\n                    \"edad\": \"28\",\n                    \"pais\": \"108\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"provincia\": \"08\",\n                    \"ciudad\": \"08-019\",\n                    \"telefono\": \"418429984\",\n                    \"TipusDocument\": \"10\",\n                    \"CodiPais\": \"108\"\n                }\n            },\n            {\n                \"student_id\": 629,\n                \"student_full_name\": \"Albert Farrell\",\n                \"student_name\": \"Albert\",\n                \"student_lastname\": \"Farrell\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-028730@classlife.education\",\n                \"student_phone\": \"985250392\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/12/28/minithumbnail/pexels-photo-839011.jpg\",\n                \"student_uid\": \"65701375K\",\n                \"student_registration_date\": \"2021-08-11 09:43:45\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"65701375K\",\n                    \"nacimiento\": \"1993-02-18 01:34:27\",\n                    \"edad\": \"28\",\n                    \"pais\": \"302\",\n                    \"libres_nivel-de-estudios\": \"1\",\n                    \"libres_vehiculo-propio\": \"2\",\n                    \"telefono\": \"985250392\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 628,\n                \"student_full_name\": \"Fátima Mogollon Toribio\",\n                \"student_name\": \"Fátima\",\n                \"student_lastname\": \"Mogollon\",\n                \"student_lastnameend\": \"Toribio\",\n                \"student_email\": \"contacto-020008@classlife.education\",\n                \"student_phone\": \"927622365\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"38306512W\",\n                \"student_registration_date\": \"2021-08-11 09:43:44\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"38306512W\",\n                    \"nacimiento\": \"1994-10-11 01:16:04\",\n                    \"edad\": \"26\",\n                    \"pais\": \"348\",\n                    \"libres_nivel-de-estudios\": \"4\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"927622365\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"348\"\n                }\n            },\n            {\n                \"student_id\": 627,\n                \"student_full_name\": \"Janice Cortez\",\n                \"student_name\": \"Janice\",\n                \"student_lastname\": \"Cortez\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-029210@classlife.education\",\n                \"student_phone\": \"138191804\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"68672017I\",\n                \"student_registration_date\": \"2021-08-11 09:43:44\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"68672017I\",\n                    \"nacimiento\": \"1997-11-26 00:11:21\",\n                    \"edad\": \"23\",\n                    \"pais\": \"302\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"138191804\",\n                    \"TipusDocument\": \"11\",\n                    \"CodiPais\": \"302\"\n                }\n            },\n            {\n                \"student_id\": 626,\n                \"student_full_name\": \"Carl Neal\",\n                \"student_name\": \"Carl\",\n                \"student_lastname\": \"Neal\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"contacto-016018@classlife.education\",\n                \"student_phone\": \"601502746\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/classlife/c.png\",\n                \"student_uid\": \"99640652C\",\n                \"student_registration_date\": \"2021-08-11 09:43:43\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1,\n                \"metas\": {\n                    \"dni\": \"99640652C\",\n                    \"nacimiento\": \"1997-11-26 00:40:48\",\n                    \"edad\": \"23\",\n                    \"pais\": \"302\",\n                    \"libres_vehiculo-propio\": \"1\",\n                    \"telefono\": \"601502746\",\n                    \"TipusDocument\": \"2\",\n                    \"CodiPais\": \"302\"\n                }\n            }\n        ]\n    }\n}"},{"id":"90fc894c-f670-4e80-8f76-f2f5da7f6e2b","name":"Students with limited Fields","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.classlife.io/api/v1/students?fields=student_full_name,student_email","protocol":"https","host":["api","classlife","io"],"path":["api","v1","students"],"query":[{"key":"fields","value":"student_full_name,student_email"},{"key":"showMetas","value":"1","disabled":true},{"key":"metas","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Apr 2022 07:51:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 479,\n        \"page\": 1,\n        \"limit\": 100,\n        \"count\": 100,\n        \"items\": [\n            {\n                \"student_id\": 725,\n                \"student_full_name\": \"Adriana Cabrera Ruíz\",\n                \"student_email\": \"adria30@gmail.com\"\n            },\n            {\n                \"student_id\": 724,\n                \"student_full_name\": \"Mercedes Medrano Ruano\",\n                \"student_email\": \"contacto-034803@classlife.education\"\n            },\n            {\n                \"student_id\": 723,\n                \"student_full_name\": \"Beverly Nichols\",\n                \"student_email\": \"contacto-019537@classlife.education\"\n            },\n            {\n                \"student_id\": 722,\n                \"student_full_name\": \"Mary Tamay Falcones\",\n                \"student_email\": \"contacto-013739@classlife.education\"\n            },\n            {\n                \"student_id\": 721,\n                \"student_full_name\": \"Leire Alves Jimenez\",\n                \"student_email\": \"contacto-032137@classlife.education\"\n            },\n            {\n                \"student_id\": 720,\n                \"student_full_name\": \"Borrar borrar\",\n                \"student_email\": \"francesc1234567489@classlife.es\"\n            },\n            {\n                \"student_id\": 719,\n                \"student_full_name\": \"Jessica San-Martin Duarte\",\n                \"student_email\": \"contacto-034522@classlife.education\"\n            },\n            {\n                \"student_id\": 718,\n                \"student_full_name\": \"Silvia Sanjuan Botella\",\n                \"student_email\": \"contacto-034675@classlife.education\"\n            },\n            {\n                \"student_id\": 717,\n                \"student_full_name\": \"Joan Donahue\",\n                \"student_email\": \"contacto-028893@classlife.education\"\n            },\n            {\n                \"student_id\": 716,\n                \"student_full_name\": \"Daniel Cerezo Dominguez\",\n                \"student_email\": \"contacto-034924@classlife.education\"\n            },\n            {\n                \"student_id\": 715,\n                \"student_full_name\": \"Lucia Valdes Saenz\",\n                \"student_email\": \"contacto-032411@classlife.education\"\n            },\n            {\n                \"student_id\": 714,\n                \"student_full_name\": \"Anabel Adan Ruano\",\n                \"student_email\": \"contacto-034368@classlife.education\"\n            },\n            {\n                \"student_id\": 713,\n                \"student_full_name\": \"Almudena Catalan Lobo\",\n                \"student_email\": \"contacto-034079@classlife.education\"\n            },\n            {\n                \"student_id\": 712,\n                \"student_full_name\": \"Aitor Bustamante Adan\",\n                \"student_email\": \"contacto-030021@classlife.education\"\n            },\n            {\n                \"student_id\": 711,\n                \"student_full_name\": \"Mireia Arevalo Manrique\",\n                \"student_email\": \"contacto-032368@classlife.education\"\n            },\n            {\n                \"student_id\": 710,\n                \"student_full_name\": \"Bako Beyer\",\n                \"student_email\": \"contacto-013021@classlife.education\"\n            },\n            {\n                \"student_id\": 709,\n                \"student_full_name\": \"Alumno Prueba\",\n                \"student_email\": \"alumnoprueba@classlife.es\"\n            },\n            {\n                \"student_id\": 708,\n                \"student_full_name\": \"Luis Miguel Quilesa dos Santos\",\n                \"student_email\": \"contacto-032169@classlife.education\"\n            },\n            {\n                \"student_id\": 707,\n                \"student_full_name\": \"leo\",\n                \"student_email\": null\n            },\n            {\n                \"student_id\": 706,\n                \"student_full_name\": \"Dulce Lujan Curiel\",\n                \"student_email\": \"contacto-028123@classlife.education\"\n            },\n            {\n                \"student_id\": 705,\n                \"student_full_name\": \"Cassandra Charron\",\n                \"student_email\": \"contacto-012461@classlife.education\"\n            },\n            {\n                \"student_id\": 704,\n                \"student_full_name\": \"Cláudia Arnaiz Narvaez\",\n                \"student_email\": \"contacto-018036@classlife.education\"\n            },\n            {\n                \"student_id\": 703,\n                \"student_full_name\": \"Manuel Pedraza Medina\",\n                \"student_email\": \"contacto-029372@classlife.education\"\n            },\n            {\n                \"student_id\": 702,\n                \"student_full_name\": \"Víctor Garay Meza\",\n                \"student_email\": \"contacto-012088@classlife.education\"\n            },\n            {\n                \"student_id\": 701,\n                \"student_full_name\": \"Damien Andre\",\n                \"student_email\": \"contacto-003985@classlife.education\"\n            },\n            {\n                \"student_id\": 700,\n                \"student_full_name\": \"Omar Barreto Favela\",\n                \"student_email\": \"contacto-022041@classlife.education\"\n            },\n            {\n                \"student_id\": 699,\n                \"student_full_name\": \"Ane Berrocal Aguilera\",\n                \"student_email\": \"contacto-027522@classlife.education\"\n            },\n            {\n                \"student_id\": 698,\n                \"student_full_name\": \"Gaby Cueto Chinchay\",\n                \"student_email\": \"contacto-011815@classlife.education\"\n            },\n            {\n                \"student_id\": 697,\n                \"student_full_name\": \"Natalia Barea Toledo\",\n                \"student_email\": \"contacto-024337@classlife.education\"\n            },\n            {\n                \"student_id\": 696,\n                \"student_full_name\": \"Hector Nieto Martín\",\n                \"student_email\": \"contacto-030998@classlife.education\"\n            },\n            {\n                \"student_id\": 695,\n                \"student_full_name\": \"Carmen Samaniego Mena\",\n                \"student_email\": \"contacto-010099@classlife.education\"\n            },\n            {\n                \"student_id\": 694,\n                \"student_full_name\": \"Kathryn Friedman\",\n                \"student_email\": \"contacto-016269@classlife.education\"\n            },\n            {\n                \"student_id\": 693,\n                \"student_full_name\": \"Mickael Fayolle\",\n                \"student_email\": \"contacto-005348@classlife.education\"\n            },\n            {\n                \"student_id\": 692,\n                \"student_full_name\": \"Gabriela Victoria Yepez\",\n                \"student_email\": \"contacto-029356@classlife.education\"\n            },\n            {\n                \"student_id\": 691,\n                \"student_full_name\": \"Cheryl Oneal\",\n                \"student_email\": \"contacto-026792@classlife.education\"\n            },\n            {\n                \"student_id\": 690,\n                \"student_full_name\": \"Andrea Corrales Barba\",\n                \"student_email\": \"contacto-026189@classlife.education\"\n            },\n            {\n                \"student_id\": 689,\n                \"student_full_name\": \"Christine Gallagher\",\n                \"student_email\": \"contacto-025431@classlife.education\"\n            },\n            {\n                \"student_id\": 688,\n                \"student_full_name\": \"Maria Teresa Revilla Capdevila\",\n                \"student_email\": \"contacto-014205@classlife.education\"\n            },\n            {\n                \"student_id\": 687,\n                \"student_full_name\": \"Hannah Palmer\",\n                \"student_email\": \"contacto-018740@classlife.education\"\n            },\n            {\n                \"student_id\": 686,\n                \"student_full_name\": \"Anthony Baxter\",\n                \"student_email\": \"contacto-022183@classlife.education\"\n            },\n            {\n                \"student_id\": 685,\n                \"student_full_name\": \"Klever Santander Crespo\",\n                \"student_email\": \"contacto-012311@classlife.education\"\n            },\n            {\n                \"student_id\": 684,\n                \"student_full_name\": \"Domingo Olivera Reig\",\n                \"student_email\": \"contacto-021870@classlife.education\"\n            },\n            {\n                \"student_id\": 683,\n                \"student_full_name\": \"Kelly Barbaran Bravo\",\n                \"student_email\": \"contacto-024112@classlife.education\"\n            },\n            {\n                \"student_id\": 682,\n                \"student_full_name\": \"Tatiana Orrego Lopez\",\n                \"student_email\": \"contacto-021836@classlife.education\"\n            },\n            {\n                \"student_id\": 681,\n                \"student_full_name\": \"Clara McCormack\",\n                \"student_email\": \"contacto-009483@classlife.education\"\n            },\n            {\n                \"student_id\": 680,\n                \"student_full_name\": \"Deborah Hughes\",\n                \"student_email\": \"contacto-028579@classlife.education\"\n            },\n            {\n                \"student_id\": 679,\n                \"student_full_name\": \"Ricardo Calixto Antonio\",\n                \"student_email\": \"contacto-014386@classlife.education\"\n            },\n            {\n                \"student_id\": 678,\n                \"student_full_name\": \"Martin Montalvan Vidal\",\n                \"student_email\": \"contacto-016035@classlife.education\"\n            },\n            {\n                \"student_id\": 677,\n                \"student_full_name\": \"Emer Leddy\",\n                \"student_email\": \"contacto-001986@classlife.education\"\n            },\n            {\n                \"student_id\": 676,\n                \"student_full_name\": \"Romain Langlais\",\n                \"student_email\": \"contacto-005379@classlife.education\"\n            },\n            {\n                \"student_id\": 675,\n                \"student_full_name\": \"Joe Acosta Baldeon\",\n                \"student_email\": \"contacto-011621@classlife.education\"\n            },\n            {\n                \"student_id\": 674,\n                \"student_full_name\": \"Yeison Puerta Olivero\",\n                \"student_email\": \"contacto-016341@classlife.education\"\n            },\n            {\n                \"student_id\": 673,\n                \"student_full_name\": \"Zachary Boyle\",\n                \"student_email\": \"contacto-005486@classlife.education\"\n            },\n            {\n                \"student_id\": 672,\n                \"student_full_name\": \"Francisca Moron Ali\",\n                \"student_email\": \"contacto-025798@classlife.education\"\n            },\n            {\n                \"student_id\": 671,\n                \"student_full_name\": \"Carolina Menendez Ferrando\",\n                \"student_email\": \"contacto-033373@classlife.education\"\n            },\n            {\n                \"student_id\": 670,\n                \"student_full_name\": \"Geraldine Portilla Sernaque\",\n                \"student_email\": \"contacto-016687@classlife.education\"\n            },\n            {\n                \"student_id\": 669,\n                \"student_full_name\": \"Ciaran Laffan\",\n                \"student_email\": \"contacto-007322@classlife.education\"\n            },\n            {\n                \"student_id\": 668,\n                \"student_full_name\": \"Lorena Rizo Carmona\",\n                \"student_email\": \"contacto-021538@classlife.education\"\n            },\n            {\n                \"student_id\": 667,\n                \"student_full_name\": \"Pamela Gutierrez\",\n                \"student_email\": \"contacto-024424@classlife.education\"\n            },\n            {\n                \"student_id\": 666,\n                \"student_full_name\": \"Horacio Calvillo Quiñones\",\n                \"student_email\": \"contacto-026950@classlife.education\"\n            },\n            {\n                \"student_id\": 665,\n                \"student_full_name\": \"Arthur Zambrano Zorrilla\",\n                \"student_email\": \"contacto-009466@classlife.education\"\n            },\n            {\n                \"student_id\": 664,\n                \"student_full_name\": \"Caroline Odonnell\",\n                \"student_email\": \"contacto-007789@classlife.education\"\n            },\n            {\n                \"student_id\": 663,\n                \"student_full_name\": \"Olga Herazo Berrio\",\n                \"student_email\": \"contacto-001060@classlife.education\"\n            },\n            {\n                \"student_id\": 662,\n                \"student_full_name\": \"Brayan Rendon Vela Moscote\",\n                \"student_email\": \"contacto-020805@classlife.education\"\n            },\n            {\n                \"student_id\": 661,\n                \"student_full_name\": \"Raul Serra de-La Torre\",\n                \"student_email\": \"contacto-032245@classlife.education\"\n            },\n            {\n                \"student_id\": 660,\n                \"student_full_name\": \"Will Avalos Moscoso\",\n                \"student_email\": \"contacto-003983@classlife.education\"\n            },\n            {\n                \"student_id\": 659,\n                \"student_full_name\": \"Willian Anaya Lapa\",\n                \"student_email\": \"contacto-020998@classlife.education\"\n            },\n            {\n                \"student_id\": 658,\n                \"student_full_name\": \"Christopher Castrejon Cornelio\",\n                \"student_email\": \"contacto-017655@classlife.education\"\n            },\n            {\n                \"student_id\": 657,\n                \"student_full_name\": \"Ali Kremer\",\n                \"student_email\": \"contacto-000178@classlife.education\"\n            },\n            {\n                \"student_id\": 656,\n                \"student_full_name\": \"Ainoa Orozco Gonzalo\",\n                \"student_email\": \"contacto-034254@classlife.education\"\n            },\n            {\n                \"student_id\": 655,\n                \"student_full_name\": \"Inma Franco Botella\",\n                \"student_email\": \"contacto-000761@classlife.education\"\n            },\n            {\n                \"student_id\": 654,\n                \"student_full_name\": \"Alberto Sierra Cano\",\n                \"student_email\": \"contacto-014192@classlife.education\"\n            },\n            {\n                \"student_id\": 653,\n                \"student_full_name\": \"Laurent Barthelemy\",\n                \"student_email\": \"contacto-008408@classlife.education\"\n            },\n            {\n                \"student_id\": 652,\n                \"student_full_name\": \"Iker Ferrando Rey\",\n                \"student_email\": \"contacto-030969@classlife.education\"\n            },\n            {\n                \"student_id\": 651,\n                \"student_full_name\": \"Aldair Borja Canto\",\n                \"student_email\": \"contacto-020477@classlife.education\"\n            },\n            {\n                \"student_id\": 650,\n                \"student_full_name\": \"Tania Rebolledo Dorantes\",\n                \"student_email\": \"contacto-026702@classlife.education\"\n            },\n            {\n                \"student_id\": 649,\n                \"student_full_name\": \"Gary Walker\",\n                \"student_email\": \"contacto-014738@classlife.education\"\n            },\n            {\n                \"student_id\": 648,\n                \"student_full_name\": \"Anna Zimmerman\",\n                \"student_email\": \"contacto-010950@classlife.education\"\n            },\n            {\n                \"student_id\": 647,\n                \"student_full_name\": \"Jorge Aviles Duarte\",\n                \"student_email\": \"contacto-020911@classlife.education\"\n            },\n            {\n                \"student_id\": 646,\n                \"student_full_name\": \"Sofía Da-Silva San-Jose\",\n                \"student_email\": \"contacto-000958@classlife.education\"\n            },\n            {\n                \"student_id\": 645,\n                \"student_full_name\": \"Amanda Guerrero Cubero\",\n                \"student_email\": \"contacto-004694@classlife.education\"\n            },\n            {\n                \"student_id\": 644,\n                \"student_full_name\": \"Steven Ramirez\",\n                \"student_email\": \"contacto-021550@classlife.education\"\n            },\n            {\n                \"student_id\": 643,\n                \"student_full_name\": \"Silvia Cabezas Palomares\",\n                \"student_email\": \"contacto-031565@classlife.education\"\n            },\n            {\n                \"student_id\": 642,\n                \"student_full_name\": \"Stella Morilla Enriquez\",\n                \"student_email\": \"contacto-032657@classlife.education\"\n            },\n            {\n                \"student_id\": 641,\n                \"student_full_name\": \"Joan Bonilla San-Juan\",\n                \"student_email\": \"contacto-034485@classlife.education\"\n            },\n            {\n                \"student_id\": 640,\n                \"student_full_name\": \"Cheryl Watson\",\n                \"student_email\": \"contacto-011345@classlife.education\"\n            },\n            {\n                \"student_id\": 639,\n                \"student_full_name\": \"Joan Coll Estevez\",\n                \"student_email\": \"contacto-003744@classlife.education\"\n            },\n            {\n                \"student_id\": 638,\n                \"student_full_name\": \"Diego Basurto Mora\",\n                \"student_email\": \"contacto-022124@classlife.education\"\n            },\n            {\n                \"student_id\": 637,\n                \"student_full_name\": \"Marco Aparicio Arreola\",\n                \"student_email\": \"contacto-005441@classlife.education\"\n            },\n            {\n                \"student_id\": 636,\n                \"student_full_name\": \"Iker Palomo Cabeza\",\n                \"student_email\": \"contacto-000309@classlife.education\"\n            },\n            {\n                \"student_id\": 635,\n                \"student_full_name\": \"Christoph Wieczorek\",\n                \"student_email\": \"contacto-000645@classlife.education\"\n            },\n            {\n                \"student_id\": 634,\n                \"student_full_name\": \"Fátima Bonet Del-Rio\",\n                \"student_email\": \"contacto-026164@classlife.education\"\n            },\n            {\n                \"student_id\": 633,\n                \"student_full_name\": \"Piero Chura Shupingahua\",\n                \"student_email\": \"contacto-018319@classlife.education\"\n            },\n            {\n                \"student_id\": 632,\n                \"student_full_name\": \"Karina Hinojosa Guevara\",\n                \"student_email\": \"contacto-000787@classlife.education\"\n            },\n            {\n                \"student_id\": 631,\n                \"student_full_name\": \"Josefa Fernández Bartolome\",\n                \"student_email\": \"contacto-015251@classlife.education\"\n            },\n            {\n                \"student_id\": 630,\n                \"student_full_name\": \"Patricia Tirado Martín\",\n                \"student_email\": \"contacto-032717@classlife.education\"\n            },\n            {\n                \"student_id\": 629,\n                \"student_full_name\": \"Albert Farrell\",\n                \"student_email\": \"contacto-028730@classlife.education\"\n            },\n            {\n                \"student_id\": 628,\n                \"student_full_name\": \"Fátima Mogollon Toribio\",\n                \"student_email\": \"contacto-020008@classlife.education\"\n            },\n            {\n                \"student_id\": 627,\n                \"student_full_name\": \"Janice Cortez\",\n                \"student_email\": \"contacto-029210@classlife.education\"\n            },\n            {\n                \"student_id\": 626,\n                \"student_full_name\": \"Carl Neal\",\n                \"student_email\": \"contacto-016018@classlife.education\"\n            }\n        ]\n    }\n}"},{"id":"bbc14fa6-dced-4fa6-a6b8-882afe08573a","name":"Students","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.classlife.io/api/v1/students","protocol":"https","host":["api","classlife","io"],"path":["api","v1","students"],"query":[{"key":"fields","value":"student_full_name","disabled":true},{"key":"showMetas","value":"1","disabled":true},{"key":"metas","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Apr 2022 13:56:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 12266,\n        \"page\": 1,\n        \"limit\": 100,\n        \"count\": 100,\n        \"items\": [\n            {\n                \"student_id\": 64925,\n                \"student_full_name\": \"TAMARA HERNÁNDEZ ARELLANO\",\n                \"student_name\": \"TAMARA\",\n                \"student_lastname\": \"HERNÁNDEZ ARELLANO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"tamara_hernandez27@hotmail.es\",\n                \"student_phone\": \"695905491\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-04-20 11:28:39\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64924,\n                \"student_full_name\": \"VALERIA NICOLA\",\n                \"student_name\": \"VALERIA\",\n                \"student_lastname\": \"NICOLA \",\n                \"student_lastnameend\": null,\n                \"student_email\": \"nicvaleria@gmail.com\",\n                \"student_phone\": \"642850094\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"Y2202285A\",\n                \"student_registration_date\": \"2022-04-20 07:06:15\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64923,\n                \"student_full_name\": \"GERARD CANTERO UMBERT\",\n                \"student_name\": \"GERARD\",\n                \"student_lastname\": \"CANTERO UMBERT\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"gerardcantero@gmail.com\",\n                \"student_phone\": \"619235020\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"34753783R\",\n                \"student_registration_date\": \"2022-04-19 17:25:31\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64922,\n                \"student_full_name\": \"VERÓNICA CARNICER ARROYO\",\n                \"student_name\": \"VERÓNICA\",\n                \"student_lastname\": \"CARNICER ARROYO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"veronicacarnicer55@gmail.com\",\n                \"student_phone\": \"645809371\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"50547890P\",\n                \"student_registration_date\": \"2022-04-19 16:52:37\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64921,\n                \"student_full_name\": \"VANESA GARCÍA RAMOS\",\n                \"student_name\": \"VANESA\",\n                \"student_lastname\": \"GARCÍA RAMOS\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"vancoen@hotmail.com\",\n                \"student_phone\": \"650400403\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"38815309A\",\n                \"student_registration_date\": \"2022-04-19 12:01:29\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64920,\n                \"student_full_name\": \"EUGUENNI MORALES REVILLA\",\n                \"student_name\": \"EUGUENNI\",\n                \"student_lastname\": \"MORALES REVILLA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"euguenni1996morales@gmail.com\",\n                \"student_phone\": \"678578907\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"06595973X\",\n                \"student_registration_date\": \"2022-04-19 10:03:22\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 2\n            },\n            {\n                \"student_id\": 64919,\n                \"student_full_name\": \"FARIANA VICTORIA PAVÓN GRANADA\",\n                \"student_name\": \"FARIANA VICTORIA\",\n                \"student_lastname\": \"PAVÓN GRANADA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"farypavongranada@gmail.com\",\n                \"student_phone\": \"637470032\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-04-19 09:44:53\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 2\n            },\n            {\n                \"student_id\": 64918,\n                \"student_full_name\": \"GABRIEL DANUT\",\n                \"student_name\": \"GABRIEL\",\n                \"student_lastname\": \"DANUT\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"gabriel_gabiv17@hotmail.com\",\n                \"student_phone\": \"627333009\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-04-19 09:15:30\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64917,\n                \"student_full_name\": \"LUISA FERNANDA MARTÍNEZ\",\n                \"student_name\": \"LUISA FERNANDA\",\n                \"student_lastname\": \"MARTÍNEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"martinezlf90@gmail.com\",\n                \"student_phone\": \"643774094\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-04-19 07:50:26\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64916,\n                \"student_full_name\": \"SOFIA CHEN YA OU CHEN\",\n                \"student_name\": \"SOFIA CHEN YA\",\n                \"student_lastname\": \"OU CHEN\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"sofiaouchen@gmail.com\",\n                \"student_phone\": \"693982445\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"02756624M\",\n                \"student_registration_date\": \"2022-04-18 18:55:10\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64915,\n                \"student_full_name\": \"JUAN MANUEL RODRÍGUEZ FÁBREGAS\",\n                \"student_name\": \"JUAN MANUEL\",\n                \"student_lastname\": \"RODRÍGUEZ FÁBREGAS\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"juanmarofa@gmail.com\",\n                \"student_phone\": \"608865867\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"49048424G\",\n                \"student_registration_date\": \"2022-04-18 18:43:03\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64914,\n                \"student_full_name\": \"IULIA ANDREEA ENEA\",\n                \"student_name\": \"IULIA ANDREEA\",\n                \"student_lastname\": \"ENEA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"andreea18tm@gmail.com\",\n                \"student_phone\": \"625919125\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-04-18 18:06:33\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64913,\n                \"student_full_name\": \"REBECA BIELSA\",\n                \"student_name\": \"REBECA\",\n                \"student_lastname\": \"BIELSA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"rebeca-1994@live.com\",\n                \"student_phone\": \"691315076\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-04-18 17:42:13\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64912,\n                \"student_full_name\": \"LISNAIDY RAMOS FERNÁNDEZ\",\n                \"student_name\": \"LISNAIDY\",\n                \"student_lastname\": \"RAMOS FERNÁNDEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"lisnaidy_ramos@yahoo.es\",\n                \"student_phone\": \"605635566\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"06695138E\",\n                \"student_registration_date\": \"2022-04-18 11:02:45\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64911,\n                \"student_full_name\": \"CRISTINA ESPÍNOLA MOLINA\",\n                \"student_name\": \"CRISTINA\",\n                \"student_lastname\": \"ESPÍNOLA MOLINA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"cristina_em@hotmail.es\",\n                \"student_phone\": \"610048060\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/itep-classlife-education/2022/04/18/minithumbnail/foto.jpg\",\n                \"student_uid\": \"47212927E\",\n                \"student_registration_date\": \"2022-04-18 10:23:13\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64910,\n                \"student_full_name\": \"VÍCTOR PÉREZ ESCUDERO\",\n                \"student_name\": \"VÍCTOR\",\n                \"student_lastname\": \"PÉREZ ESCUDERO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"escuderosotillo@yahoo.es\",\n                \"student_phone\": \"603684194\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"51488767R\",\n                \"student_registration_date\": \"2022-04-18 09:36:45\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 2\n            },\n            {\n                \"student_id\": 64909,\n                \"student_full_name\": \"MARÍA DEL CARMEN MENA AGUILAR\",\n                \"student_name\": \"MARÍA DEL CARMEN\",\n                \"student_lastname\": \"MENA AGUILAR\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"mamen_lalinea@hotmail.com\",\n                \"student_phone\": \"652687585\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"76644511R\",\n                \"student_registration_date\": \"2022-04-18 09:11:08\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64908,\n                \"student_full_name\": \"BELÉN SEGURA GONZÁLEZ\",\n                \"student_name\": \"BELÉN\",\n                \"student_lastname\": \"SEGURA GONZÁLEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"belenseguragonzalez@gmail.com\",\n                \"student_phone\": \"662480580\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-04-18 08:21:25\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64907,\n                \"student_full_name\": \"FRANCISCO JAVIER REILLO CALLEJA\",\n                \"student_name\": \"FRANCISCO JAVIER\",\n                \"student_lastname\": \"REILLO CALLEJA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"reilloj27@gmail.com\",\n                \"student_phone\": \"626348057\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"35607684G\",\n                \"student_registration_date\": \"2022-04-18 07:44:20\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 2\n            },\n            {\n                \"student_id\": 64906,\n                \"student_full_name\": \"JOSIE NAOMI JARAMILLO SARMIENTO\",\n                \"student_name\": \"JOSIE NAOMI\",\n                \"student_lastname\": \"JARAMILLO SARMIENTO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"josienaomi01@icloud.com\",\n                \"student_phone\": \"687137343\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-04-18 06:47:54\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64905,\n                \"student_full_name\": \"MARÍA DE LA O JIMÉNEZ JIMÉNEZ\",\n                \"student_name\": \"MARÍA DE LA O\",\n                \"student_lastname\": \"JIMÉNEZ JIMÉNEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"mariola_j@yahoo.es\",\n                \"student_phone\": \"629267025\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-04-08 10:28:40\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64904,\n                \"student_full_name\": \"SALOMÉ CAMACHO ESTEBAN\",\n                \"student_name\": \"SALOMÉ\",\n                \"student_lastname\": \"CAMACHO ESTEBAN\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"saloseba_2005@hotmail.com\",\n                \"student_phone\": \"685162224\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-04-08 10:04:35\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64903,\n                \"student_full_name\": \"BRYAN OSWALDO QUISPITONGO VILCHEZ\",\n                \"student_name\": \"BRYAN OSWALDO\",\n                \"student_lastname\": \"QUISPITONGO VILCHEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"bryanquispitongo@gmail.com\",\n                \"student_phone\": \"671677141\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"51716099R\",\n                \"student_registration_date\": \"2022-04-07 18:24:30\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64902,\n                \"student_full_name\": \"VERÓNICA TORO SÁNCHEZ\",\n                \"student_name\": \"VERÓNICA\",\n                \"student_lastname\": \"TORO SÁNCHEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"veronicatoro6@gmail.com\",\n                \"student_phone\": \"698423073\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"54183553S\",\n                \"student_registration_date\": \"2022-04-07 16:18:44\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64901,\n                \"student_full_name\": \"SARA GARCÍA SERRANO\",\n                \"student_name\": \"SARA\",\n                \"student_lastname\": \"GARCÍA SERRANO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"saragarse@gmail.com\",\n                \"student_phone\": \"616786440\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"70810446R\",\n                \"student_registration_date\": \"2022-04-07 14:56:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64900,\n                \"student_full_name\": \"ANA RUIZ-OCAÑA SALAS\",\n                \"student_name\": \"ANA\",\n                \"student_lastname\": \"RUIZ-OCAÑA SALAS\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"anaruiz601@gmail.com\",\n                \"student_phone\": \"650034526\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"50853818j\",\n                \"student_registration_date\": \"2022-04-07 14:31:17\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64899,\n                \"student_full_name\": \"CARRIE CAMPO GARCÍA\",\n                \"student_name\": \"CARRIE\",\n                \"student_lastname\": \"CAMPO GARCÍA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"carriecampo1146@gmail.com\",\n                \"student_phone\": \"604279649\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"Y5241296R\",\n                \"student_registration_date\": \"2022-04-07 14:13:49\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64898,\n                \"student_full_name\": \"JESSICA NIEHOFF\",\n                \"student_name\": \"JESSICA\",\n                \"student_lastname\": \"NIEHOFF\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"jessicaniehoff@hotmail.de\",\n                \"student_phone\": \"698414324\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"X8513419S\",\n                \"student_registration_date\": \"2022-04-07 11:19:42\",\n                \"student_active\": 1,\n                \"student_blocked\": 1,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64897,\n                \"student_full_name\": \"CRISTIÁN GIMENEZ LAMOSO\",\n                \"student_name\": \"CRISTIÁN\",\n                \"student_lastname\": \"GIMENEZ LAMOSO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"cristiangl890@gmail.com\",\n                \"student_phone\": \"633726907\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"48533961M\",\n                \"student_registration_date\": \"2022-04-07 10:55:53\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 2\n            },\n            {\n                \"student_id\": 64896,\n                \"student_full_name\": \"SARA ESCOBAR GONZÁLEZ\",\n                \"student_name\": \"SARA\",\n                \"student_lastname\": \"ESCOBAR GONZÁLEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"sariysatm15@gmail.com\",\n                \"student_phone\": \"627399886\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"05993405L\",\n                \"student_registration_date\": \"2022-04-06 17:16:53\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 4\n            },\n            {\n                \"student_id\": 64895,\n                \"student_full_name\": \"ANDRE FIGUEIREDO ALMEIDA SANTOS\",\n                \"student_name\": \"ANDRE\",\n                \"student_lastname\": \"FIGUEIREDO ALMEIDA SANTOS\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"figueiredoalmeidaandre@gmail.com\",\n                \"student_phone\": \"683614727\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"Y1393725P\",\n                \"student_registration_date\": \"2022-04-06 17:16:01\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64894,\n                \"student_full_name\": \"DOLORES INMACULADA LEAL NÚÑEZ\",\n                \"student_name\": \"DOLORES INMACULADA\",\n                \"student_lastname\": \"LEAL NÚÑEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"lolaln.304@gmail.com\",\n                \"student_phone\": \"634232710\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"47563215C\",\n                \"student_registration_date\": \"2022-04-06 15:10:21\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64893,\n                \"student_full_name\": \"JAIRO ANTONIO ABREU RONDON\",\n                \"student_name\": \"JAIRO ANTONIO\",\n                \"student_lastname\": \"ABREU RONDON\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"abreuj70@gmail.com\",\n                \"student_phone\": \"652933736\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"Y7194303D\",\n                \"student_registration_date\": \"2022-04-06 13:34:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64892,\n                \"student_full_name\": \"SOFÍA HANNAT\",\n                \"student_name\": \"SOFÍA\",\n                \"student_lastname\": \"HANNAT\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"sofiahannat9@gmail.com\",\n                \"student_phone\": \"602316953\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"X5952352k \",\n                \"student_registration_date\": \"2022-04-06 11:51:37\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64891,\n                \"student_full_name\": \"JESSICA CAROLINA CALDERÓN GODOY\",\n                \"student_name\": \"JESSICA CAROLINA\",\n                \"student_lastname\": \"CALDERÓN GODOY\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"jessycalde@gmail.com\",\n                \"student_phone\": \"722469653\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"Y0802041E\",\n                \"student_registration_date\": \"2022-04-06 10:47:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64890,\n                \"student_full_name\": \"KEVIN  ESTÉVEZ EXPÓSITO\",\n                \"student_name\": \"KEVIN \",\n                \"student_lastname\": \"ESTÉVEZ EXPÓSITO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"kestexp@gmail.com\",\n                \"student_phone\": \"661596445\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"43838692W\",\n                \"student_registration_date\": \"2022-04-06 07:15:49\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64889,\n                \"student_full_name\": \"DAVID RUIZ CAMACHO\",\n                \"student_name\": \"DAVID\",\n                \"student_lastname\": \"RUIZ CAMACHO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"druiz4328@gmail.com\",\n                \"student_phone\": \"640213625\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"53836221Y\",\n                \"student_registration_date\": \"2022-04-05 10:14:38\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64888,\n                \"student_full_name\": \"MARÍA DEL CARMEN ORTEGA MIÑÓN\",\n                \"student_name\": \"MARÍA DEL CARMEN\",\n                \"student_lastname\": \"ORTEGA MIÑÓN\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"babymom2008@hotmail.es\",\n                \"student_phone\": \"660076220\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/itep-classlife-education/2022/04/06/MARIA-DEL-CARMEN-ORTEGA-MINON-Foto-2.jpg\",\n                \"student_uid\": \"48882186X\",\n                \"student_registration_date\": \"2022-04-04 18:49:53\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64887,\n                \"student_full_name\": \"ANALÍA TESTOR JIMENEZ\",\n                \"student_name\": \"ANALÍA\",\n                \"student_lastname\": \"TESTOR JIMENEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"analiatestorjimenez@hotmail.com\",\n                \"student_phone\": \"615075182\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"47233264G\",\n                \"student_registration_date\": \"2022-04-04 13:40:27\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 4\n            },\n            {\n                \"student_id\": 64886,\n                \"student_full_name\": \"JOSÉ MIGUEL CARMONA ZUMAQUERO\",\n                \"student_name\": \"JOSÉ MIGUEL\",\n                \"student_lastname\": \"CARMONA ZUMAQUERO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"carmonajosemi229@gmail.com\",\n                \"student_phone\": \"658334325\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"26837760A\",\n                \"student_registration_date\": \"2022-04-04 11:31:47\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 6\n            },\n            {\n                \"student_id\": 64885,\n                \"student_full_name\": \"ANA PECES APARICIO\",\n                \"student_name\": \"ANA\",\n                \"student_lastname\": \"PECES APARICIO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"peces.ana@gmail.com\",\n                \"student_phone\": \"636709567\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"50546104Q\",\n                \"student_registration_date\": \"2022-04-04 11:09:08\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64884,\n                \"student_full_name\": \"SONIA GARCÍA GARCÍA\",\n                \"student_name\": \"SONIA\",\n                \"student_lastname\": \"GARCÍA GARCÍA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"sonia240970@gmail.com\",\n                \"student_phone\": \"667685375\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"04844214T\",\n                \"student_registration_date\": \"2022-04-04 10:45:58\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64883,\n                \"student_full_name\": \"MARÍA VICTORIA CARDOSO HURTADO\",\n                \"student_name\": \"MARÍA VICTORIA\",\n                \"student_lastname\": \"CARDOSO HURTADO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"victoriacaardoso1999@gmail.com\",\n                \"student_phone\": \"645112972\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"09132901s\",\n                \"student_registration_date\": \"2022-04-04 09:44:26\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64882,\n                \"student_full_name\": \"YESICA LANDRIEL ACOSTA\",\n                \"student_name\": \"YESICA\",\n                \"student_lastname\": \"LANDRIEL ACOSTA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"yesicalandrielacosta@gmail.com\",\n                \"student_phone\": \"633049466\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"73509982G\",\n                \"student_registration_date\": \"2022-04-04 08:22:20\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64881,\n                \"student_full_name\": \"KIMBERLY ALEJANDRA LAINEZ CONTRERAS\",\n                \"student_name\": \"KIMBERLY ALEJANDRA\",\n                \"student_lastname\": \"LAINEZ CONTRERAS\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"lainezkimberly23@gmail.com\",\n                \"student_phone\": \"688327434\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"Y1474921Z\",\n                \"student_registration_date\": \"2022-04-04 07:10:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64880,\n                \"student_full_name\": \"VIRGINIA  COTALLO TRYBA\",\n                \"student_name\": \"VIRGINIA \",\n                \"student_lastname\": \"COTALLO TRYBA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"virginiacotallo@gmail.com\",\n                \"student_phone\": \"610275045\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"53822290J\",\n                \"student_registration_date\": \"2022-04-01 12:05:21\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64879,\n                \"student_full_name\": \"YILIAM IVETH VALLECILLO BLANDON\",\n                \"student_name\": \"YILIAM IVETH\",\n                \"student_lastname\": \"VALLECILLO BLANDON\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"yiliamvallecilloblandon@gmail.com\",\n                \"student_phone\": \"610831605\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/itep-classlife-education/2022/04/05/YILIAM-IVETH-VALLECILLO-BLANDON-Foto.jpg\",\n                \"student_uid\": \"Y6092522C\",\n                \"student_registration_date\": \"2022-04-01 11:28:59\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64878,\n                \"student_full_name\": \"DANIEL  GONZALEZ   SANTOS\",\n                \"student_name\": \"DANIEL \",\n                \"student_lastname\": \"GONZALEZ   SANTOS \",\n                \"student_lastnameend\": null,\n                \"student_email\": \"ysantossanchez@yahoo.es\",\n                \"student_phone\": \"652085607\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"55127130V\",\n                \"student_registration_date\": \"2022-04-01 08:41:21\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64877,\n                \"student_full_name\": \"RODOLFO RAMÍREZ CURIEL\",\n                \"student_name\": \"RODOLFO\",\n                \"student_lastname\": \"RAMÍREZ CURIEL\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"rudyh2l@hotmail.com\",\n                \"student_phone\": \"654386550\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-04-01 07:38:47\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 2\n            },\n            {\n                \"student_id\": 64876,\n                \"student_full_name\": \"ALVARO PLAZA MARTÍNEZ\",\n                \"student_name\": \"ALVARO\",\n                \"student_lastname\": \"PLAZA MARTÍNEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"alvaro.plaza.martinez96@gmail.com\",\n                \"student_phone\": \"622729602\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"74371849S\",\n                \"student_registration_date\": \"2022-04-01 07:37:39\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64875,\n                \"student_full_name\": \"MELINA UMPIÉRREZ SASTRE\",\n                \"student_name\": \"MELINA\",\n                \"student_lastname\": \"UMPIÉRREZ SASTRE\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"mus230702@gmail.com\",\n                \"student_phone\": \"617605549\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/itep-classlife-education/2022/04/19/minithumbnail/foto.jpg\",\n                \"student_uid\": \"Y8031851N\",\n                \"student_registration_date\": \"2022-04-01 07:27:37\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64874,\n                \"student_full_name\": \"YACELIN RODRÍGUEZ PEREA\",\n                \"student_name\": \"YACELIN\",\n                \"student_lastname\": \"RODRÍGUEZ PEREA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"yacelinrp@gmail.com\",\n                \"student_phone\": \"661127501\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"79205441L\",\n                \"student_registration_date\": \"2022-04-01 07:25:31\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64873,\n                \"student_full_name\": \"MÓNICA MADROÑO NUÑEZ\",\n                \"student_name\": \"MÓNICA\",\n                \"student_lastname\": \"MADROÑO NUÑEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"monimadrono@gmail.com\",\n                \"student_phone\": \"+44 7754926008\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"80228964L\",\n                \"student_registration_date\": \"2022-03-31 16:57:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64872,\n                \"student_full_name\": \"IRENE SÁNCHEZ GARCÍA\",\n                \"student_name\": \"IRENE\",\n                \"student_lastname\": \"SÁNCHEZ GARCÍA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"2direnesanchez@gmail.com\",\n                \"student_phone\": \"669292601\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"53823967B\",\n                \"student_registration_date\": \"2022-03-31 15:44:40\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64871,\n                \"student_full_name\": \"JUAN CARLOS FERNÁNDEZ ORTEGA\",\n                \"student_name\": \"JUAN CARLOS\",\n                \"student_lastname\": \"FERNÁNDEZ ORTEGA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"juancar28214@gmail.com\",\n                \"student_phone\": \"633193309\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"50233280S\",\n                \"student_registration_date\": \"2022-03-31 15:39:28\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 2\n            },\n            {\n                \"student_id\": 64870,\n                \"student_full_name\": \"JOSÉ LUIS SANTOS ORTIZ\",\n                \"student_name\": \"JOSÉ LUIS\",\n                \"student_lastname\": \"SANTOS ORTIZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"jlsantosort@gmail.com\",\n                \"student_phone\": \"645151501\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"53993983-B\",\n                \"student_registration_date\": \"2022-03-31 14:58:16\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64869,\n                \"student_full_name\": \"NICOLE ANDREA MERA CUENCA\",\n                \"student_name\": \"NICOLE ANDREA\",\n                \"student_lastname\": \"MERA CUENCA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"nicoleandreameracuenca@gmail.com\",\n                \"student_phone\": \"684157678\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"03489452F\",\n                \"student_registration_date\": \"2022-03-31 14:07:38\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 2\n            },\n            {\n                \"student_id\": 64868,\n                \"student_full_name\": \"CAMILO FERNANDO CARO OSORIO\",\n                \"student_name\": \"CAMILO FERNANDO\",\n                \"student_lastname\": \"CARO OSORIO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"cfcaro1994@gmail.com\",\n                \"student_phone\": \"600857820\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"Y7544217R\",\n                \"student_registration_date\": \"2022-03-31 14:03:05\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64867,\n                \"student_full_name\": \"YAIZA GUTIERREZ SANCHEZ\",\n                \"student_name\": \"YAIZA\",\n                \"student_lastname\": \"GUTIERREZ SANCHEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"yaimar1921@gmail.com\",\n                \"student_phone\": \"638332618\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"52902578W\",\n                \"student_registration_date\": \"2022-03-31 13:35:00\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64866,\n                \"student_full_name\": \"CRISTINA POVEDA GONZÁLEZ\",\n                \"student_name\": \"CRISTINA\",\n                \"student_lastname\": \"POVEDA GONZÁLEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"cristipovedanutricion@gmail.com\",\n                \"student_phone\": \"687557742\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"53253522N\",\n                \"student_registration_date\": \"2022-03-31 12:15:40\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64865,\n                \"student_full_name\": \"SALOMÉ JOSEFINA  GONZÁLEZ TORRES\",\n                \"student_name\": \"SALOMÉ JOSEFINA\",\n                \"student_lastname\": \" GONZÁLEZ TORRES\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"gonzalezsalome120@gmail.com\",\n                \"student_phone\": \"635171673\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"Y8728757H\",\n                \"student_registration_date\": \"2022-03-31 12:01:09\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64864,\n                \"student_full_name\": \"NICOLE ESCOBAR REINOSO\",\n                \"student_name\": \"NICOLE\",\n                \"student_lastname\": \"ESCOBAR REINOSO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"nicoleescobar505@gmail.com\",\n                \"student_phone\": \"624818851\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"AY067485\",\n                \"student_registration_date\": \"2022-03-31 09:24:03\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64863,\n                \"student_full_name\": \"ÁNGELA SUÁREZ CASABLANCA\",\n                \"student_name\": \"ÁNGELA\",\n                \"student_lastname\": \"SUÁREZ CASABLANCA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"ansuca2004@gmail.com\",\n                \"student_phone\": \"642293997\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"29540624E\",\n                \"student_registration_date\": \"2022-03-31 09:22:54\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64862,\n                \"student_full_name\": \"MARIA DEL CARMEN RUIZ PINTO\",\n                \"student_name\": \"MARIA DEL CARMEN\",\n                \"student_lastname\": \"RUIZ PINTO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"carmenruizpinto@hotmail.com\",\n                \"student_phone\": \"637247923\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"53284085P\",\n                \"student_registration_date\": \"2022-03-31 08:39:19\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64861,\n                \"student_full_name\": \"CRINU MALAI\",\n                \"student_name\": \"CRINU\",\n                \"student_lastname\": \"MALAI\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"malaicrinu7@gmail.com\",\n                \"student_phone\": \"641836875\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"X8210673H\",\n                \"student_registration_date\": \"2022-03-31 07:01:47\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64860,\n                \"student_full_name\": \"ÓSCAR GARCÍA CUENCA\",\n                \"student_name\": \"ÓSCAR\",\n                \"student_lastname\": \"GARCÍA CUENCA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"cuencagarcia@hotmail.com\",\n                \"student_phone\": \"696555920\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"07504983Z\",\n                \"student_registration_date\": \"2022-03-31 06:43:37\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 2\n            },\n            {\n                \"student_id\": 64859,\n                \"student_full_name\": \"TANIA MARÍA CASTAÑEDA QUIRÓS\",\n                \"student_name\": \"TANIA MARÍA\",\n                \"student_lastname\": \"CASTAÑEDA QUIRÓS\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"castaedatm@yahoo.es\",\n                \"student_phone\": \"626346621\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"50235315A\",\n                \"student_registration_date\": \"2022-03-30 19:06:16\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64858,\n                \"student_full_name\": \"FRANCISCO JAVIER RUIZ HERAS\",\n                \"student_name\": \"FRANCISCO JAVIER\",\n                \"student_lastname\": \"RUIZ HERAS\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"franciscojavierruizheras@gmail.com\",\n                \"student_phone\": \"674087508\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"49098222F\",\n                \"student_registration_date\": \"2022-03-30 17:34:40\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64857,\n                \"student_full_name\": \"ESTEFANÍA DELGADO LOZANO\",\n                \"student_name\": \"ESTEFANÍA\",\n                \"student_lastname\": \"DELGADO LOZANO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"fanny2192@hotmail.com\",\n                \"student_phone\": \"622740459\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"45645273W\",\n                \"student_registration_date\": \"2022-03-30 17:16:40\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64856,\n                \"student_full_name\": \"ANTONIO RAMOS LOPEZ\",\n                \"student_name\": \"ANTONIO\",\n                \"student_lastname\": \"RAMOS LOPEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"antoniorl3000@gmail.com\",\n                \"student_phone\": \"687581695\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"53102986B\",\n                \"student_registration_date\": \"2022-03-30 16:04:26\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 4\n            },\n            {\n                \"student_id\": 64855,\n                \"student_full_name\": \"MARÍA DEL CARMEN FERNANDEZ CASTAÑO\",\n                \"student_name\": \"MARÍA DEL CARMEN\",\n                \"student_lastname\": \"FERNANDEZ CASTAÑO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"carmenfernandezcestera1976@gmail.com\",\n                \"student_phone\": \"656667917\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"50110116Q\",\n                \"student_registration_date\": \"2022-03-30 15:46:56\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 4\n            },\n            {\n                \"student_id\": 64854,\n                \"student_full_name\": \"MELISSA VILLAMIZAR CAICEDO\",\n                \"student_name\": \"MELISSA\",\n                \"student_lastname\": \"VILLAMIZAR CAICEDO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"mesvicai09@gmail.com\",\n                \"student_phone\": \"644603734\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"Y5614447T\",\n                \"student_registration_date\": \"2022-03-30 15:14:40\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64853,\n                \"student_full_name\": \"CRISTINA DE PANTALEÓN FERNÁNDEZ\",\n                \"student_name\": \"CRISTINA\",\n                \"student_lastname\": \"DE PANTALEÓN FERNÁNDEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"cristina.depantaleon@gmail.com\",\n                \"student_phone\": \"652737442\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"02552448T\",\n                \"student_registration_date\": \"2022-03-30 14:40:40\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64852,\n                \"student_full_name\": \"EVA SÁNCHEZ JIMÉNEZ\",\n                \"student_name\": \"EVA\",\n                \"student_lastname\": \"SÁNCHEZ JIMÉNEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"eva.sanchezj14@gmail.com\",\n                \"student_phone\": \"660550000\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"47308118Q\",\n                \"student_registration_date\": \"2022-03-30 14:34:02\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64851,\n                \"student_full_name\": \"PAULA CANTERO DE DIOS\",\n                \"student_name\": \"PAULA\",\n                \"student_lastname\": \"CANTERO DE DIOS \",\n                \"student_lastnameend\": null,\n                \"student_email\": \"paulacanterodedios@gmail.com\",\n                \"student_phone\": \"601289239\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"77648252E\",\n                \"student_registration_date\": \"2022-03-30 14:20:51\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64850,\n                \"student_full_name\": \"ANGEL LUIS BERLANGA FERNÁNDEZ\",\n                \"student_name\": \"ANGEL LUIS\",\n                \"student_lastname\": \"BERLANGA FERNÁNDEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"orkley562@gmail.com\",\n                \"student_phone\": \"648242419\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"47527143N\",\n                \"student_registration_date\": \"2022-03-30 13:52:21\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64849,\n                \"student_full_name\": \"ANA GÓMEZ SÁNCHEZ\",\n                \"student_name\": \"ANA\",\n                \"student_lastname\": \"GÓMEZ SÁNCHEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"ana.gomezsanchez25@gmail.com\",\n                \"student_phone\": \"617690774\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"32733493P\",\n                \"student_registration_date\": \"2022-03-30 12:20:41\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64848,\n                \"student_full_name\": \"MARIA CRISTINA  MEIRIÑO GARCÍA\",\n                \"student_name\": \"MARIA CRISTINA \",\n                \"student_lastname\": \"MEIRIÑO GARCÍA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"crismeigarcia@gmail.com\",\n                \"student_phone\": \"657752796 \",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"53190062D\",\n                \"student_registration_date\": \"2022-03-30 11:29:21\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64847,\n                \"student_full_name\": \"TANIA SERRANO DOMÍNGUEZ\",\n                \"student_name\": \"TANIA\",\n                \"student_lastname\": \"SERRANO DOMÍNGUEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"taniaserrano2100@gmail.com\",\n                \"student_phone\": \"679370729\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"47551044Q\",\n                \"student_registration_date\": \"2022-03-30 09:51:12\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64846,\n                \"student_full_name\": \"ALBA UTRERA VILCHES\",\n                \"student_name\": \"ALBA\",\n                \"student_lastname\": \"UTRERA VILCHES\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"albauv03@gmail.com\",\n                \"student_phone\": \"643854676\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"29638283T\",\n                \"student_registration_date\": \"2022-03-30 09:45:10\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64845,\n                \"student_full_name\": \"Carlos De Pradas Cañaveras\",\n                \"student_name\": \"Carlos De Pradas Cañaveras\",\n                \"student_lastname\": \" \",\n                \"student_lastnameend\": null,\n                \"student_email\": \"carlosdpc2001@gmail.com\",\n                \"student_phone\": \"639637270\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-03-30 08:42:27\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64844,\n                \"student_full_name\": \"LAURA MAYORAL PINTO\",\n                \"student_name\": \"LAURA\",\n                \"student_lastname\": \"MAYORAL PINTO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"mayoral_laura@hotmail.com\",\n                \"student_phone\": \"615242640\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"03914726B\",\n                \"student_registration_date\": \"2022-03-30 07:04:29\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 4\n            },\n            {\n                \"student_id\": 64843,\n                \"student_full_name\": \"TERESA BLANCO SÁNCHEZ\",\n                \"student_name\": \"TERESA\",\n                \"student_lastname\": \"BLANCO SÁNCHEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"tere_blanco25@hotmail.com\",\n                \"student_phone\": \"673364704\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"52890152L\",\n                \"student_registration_date\": \"2022-03-29 17:56:05\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64842,\n                \"student_full_name\": \"SONIA HERRERO CONDE\",\n                \"student_name\": \"SONIA\",\n                \"student_lastname\": \"HERRERO CONDE\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"xerezade1971@gmail.com\",\n                \"student_phone\": \"685766194\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-03-29 17:30:34\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64841,\n                \"student_full_name\": \"VICTORIA BLANCO SÁNCHEZ\",\n                \"student_name\": \"VICTORIA\",\n                \"student_lastname\": \"BLANCO SÁNCHEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"victoriablancosanchez@gmail.com\",\n                \"student_phone\": \"663779111\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"02722379F\",\n                \"student_registration_date\": \"2022-03-29 16:19:37\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64840,\n                \"student_full_name\": \"LUCÍA AGUILERA CALABUCH\",\n                \"student_name\": \"LUCÍA\",\n                \"student_lastname\": \"AGUILERA CALABUCH\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"luzcalabuch10@gmail.com\",\n                \"student_phone\": \"678033425\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"09099058M\",\n                \"student_registration_date\": \"2022-03-29 15:19:17\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64839,\n                \"student_full_name\": \"GALDER  BENGOECHEA RELLOSO\",\n                \"student_name\": \"GALDER \",\n                \"student_lastname\": \"BENGOECHEA RELLOSO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"galderbengoetxea@gmail.com\",\n                \"student_phone\": \"722691699\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"44690443V\",\n                \"student_registration_date\": \"2022-03-29 15:09:46\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64838,\n                \"student_full_name\": \"LAURA LOSA CASTAÑO\",\n                \"student_name\": \"LAURA\",\n                \"student_lastname\": \"LOSA CASTAÑO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"laura.loscast@gmail.com\",\n                \"student_phone\": \"601275404\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"47553296Z\",\n                \"student_registration_date\": \"2022-03-29 13:36:25\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64837,\n                \"student_full_name\": \"LORENA GARCÍA ESPEJO\",\n                \"student_name\": \"LORENA\",\n                \"student_lastname\": \"GARCÍA ESPEJO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"lorennage@gmail.com\",\n                \"student_phone\": \"622928864\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"52888320G\",\n                \"student_registration_date\": \"2022-03-29 12:17:27\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64836,\n                \"student_full_name\": \"SANDRA FERNÁNDEZ GONZÁLEZ\",\n                \"student_name\": \"SANDRA\",\n                \"student_lastname\": \"FERNÁNDEZ GONZÁLEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"sandrafg79@gmail.com\",\n                \"student_phone\": \"654839824\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"\",\n                \"student_registration_date\": \"2022-03-29 10:59:34\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64835,\n                \"student_full_name\": \"sandra fernandez gonzalez\",\n                \"student_name\": \"sandra\",\n                \"student_lastname\": \"fernandez gonzalez\",\n                \"student_lastnameend\": null,\n                \"student_email\": null,\n                \"student_phone\": null,\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": null,\n                \"student_registration_date\": \"2022-03-29 10:53:34\",\n                \"student_active\": 0,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64834,\n                \"student_full_name\": \"Sandra Fernandez Gonzalez\",\n                \"student_name\": \"Sandra Fernandez Gonzalez\",\n                \"student_lastname\": \"\",\n                \"student_lastnameend\": null,\n                \"student_email\": null,\n                \"student_phone\": null,\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": null,\n                \"student_registration_date\": \"2022-03-29 10:51:20\",\n                \"student_active\": 0,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64833,\n                \"student_full_name\": \"CARLOS ALBERTO CORTÉS PINEDA\",\n                \"student_name\": \"CARLOS ALBERTO\",\n                \"student_lastname\": \"CORTÉS PINEDA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"carlosccp15@gmail.com\",\n                \"student_phone\": \"622823797\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"53372694K\",\n                \"student_registration_date\": \"2022-03-29 09:07:14\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 1\n            },\n            {\n                \"student_id\": 64832,\n                \"student_full_name\": \"MIRIAM ALCARAZ OSORIO\",\n                \"student_name\": \"MIRIAM\",\n                \"student_lastname\": \"ALCARAZ OSORIO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"malcarazosorio@gmail.com\",\n                \"student_phone\": \"698799179\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"20880680S\",\n                \"student_registration_date\": \"2022-03-29 08:28:59\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64831,\n                \"student_full_name\": \"RAQUEL LLANA MIGUEL\",\n                \"student_name\": \"RAQUEL\",\n                \"student_lastname\": \"LLANA MIGUEL\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"raquelllanamiguel@gmail.com\",\n                \"student_phone\": \"609622814\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"71809468H\",\n                \"student_registration_date\": \"2022-03-29 07:27:39\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64830,\n                \"student_full_name\": \"MONTSERRAT MANZANAS CORTES\",\n                \"student_name\": \"MONTSERRAT\",\n                \"student_lastname\": \"MANZANAS CORTES\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"montse_myr@hotmail.com\",\n                \"student_phone\": \"646103979\",\n                \"student_image\": \"https://d273yxk2oj202w.cloudfront.net/upldr/itep-classlife-education/2022/04/04/Foto-Montserrat-Manzanas-Cortes.PNG\",\n                \"student_uid\": \"46841697N\",\n                \"student_registration_date\": \"2022-03-29 06:49:55\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 2\n            },\n            {\n                \"student_id\": 64829,\n                \"student_full_name\": \"DANIEL GONZALEZ GUERRERO\",\n                \"student_name\": \"DANIEL\",\n                \"student_lastname\": \"GONZALEZ GUERRERO\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"mdaniserg@gmail.com\",\n                \"student_phone\": \"640232613\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"50252665B\",\n                \"student_registration_date\": \"2022-03-28 18:17:18\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64828,\n                \"student_full_name\": \"MARIA DEL CARMEN LIVIA DRAG\",\n                \"student_name\": \"MARIA DEL CARMEN\",\n                \"student_lastname\": \"LIVIA DRAG\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"maricarmen.livia@gmail.com\",\n                \"student_phone\": \"643579895\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"Y8166677-N\",\n                \"student_registration_date\": \"2022-03-28 16:14:35\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            },\n            {\n                \"student_id\": 64827,\n                \"student_full_name\": \"JORGE BARRIUSO LÓPEZ\",\n                \"student_name\": \"JORGE\",\n                \"student_lastname\": \"BARRIUSO LÓPEZ\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"jbarriuso14@gmail.com\",\n                \"student_phone\": \"657502628\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"53955436N\",\n                \"student_registration_date\": \"2022-03-28 15:57:38\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 3\n            },\n            {\n                \"student_id\": 64826,\n                \"student_full_name\": \"ARIANA SANDOVAL ZELADA\",\n                \"student_name\": \"ARIANA\",\n                \"student_lastname\": \"SANDOVAL ZELADA\",\n                \"student_lastnameend\": null,\n                \"student_email\": \"arianarocyeet@gmail.com\",\n                \"student_phone\": \"622399973\",\n                \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n                \"student_uid\": \"49690282R\",\n                \"student_registration_date\": \"2022-03-28 14:34:30\",\n                \"student_active\": 1,\n                \"student_blocked\": 0,\n                \"school_id\": 7\n            }\n        ]\n    }\n}"}],"_postman_id":"c17d0708-9705-457b-9966-a30c0fc094ce"},{"name":"Student","id":"536623d2-a935-463f-9850-2fbafd61a18d","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"test1@classlife.es\", //required\n    \"name\": \"Test\", //required\n    \"lastname\": \"Classlife\", //required\n    \"lastnameend\": \"\",\n    \"uid\": \"00000001T\",\n    \"phone\": \"\",\n    \"school_id\": 1,\n    \"language_code\": \"es\",\n    \"metas\":{\n        \n    }\n}"},"url":"https://api.classlife.io/api/v1/students","urlObject":{"protocol":"https","path":["api","v1","students"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"536623d2-a935-463f-9850-2fbafd61a18d"},{"name":"Student","id":"00ae8673-a54f-495a-8a42-1cba128cfc17","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"test1@classlife.es\",\n    \"uid\": \"00000001T\",\n    \"name\": \"Test\",\n    \"lastname\": \"Classlife\"\n}"},"url":"https://api.classlife.io/api/v1/students/:student_id","urlObject":{"protocol":"https","path":["api","v1","students",":student_id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"","key":"student_id"}]}},"response":[],"_postman_id":"00ae8673-a54f-495a-8a42-1cba128cfc17"},{"name":"Metas","id":"1f8856a3-c095-45f6-b1a2-f48cc1128b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/students/metas/","urlObject":{"protocol":"https","path":["api","v1","students","metas",""],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"b39dd319-85f0-40f0-b2fd-8d2464a0af40","name":"Metas","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/students/metas/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Apr 2022 07:53:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"student_info\": [\n            {\n                \"description\": \"Idalu\",\n                \"field\": \"idalu\"\n            },\n            {\n                \"description\": \"Document\",\n                \"field\": \"TipusDocument\"\n            },\n            {\n                \"description\": \"Gender\",\n                \"field\": \"sexo\"\n            },\n            {\n                \"description\": \"Language\",\n                \"field\": \"language\"\n            },\n            {\n                \"description\": \"Compte comptable\",\n                \"field\": \"contable\"\n            },\n            {\n                \"description\": \"CIP\",\n                \"field\": \"cip\"\n            },\n            {\n                \"description\": \"NIA\",\n                \"field\": \"nia\"\n            },\n            {\n                \"description\": \"N.S.S.\",\n                \"field\": \"seguridadsocial\"\n            },\n            {\n                \"description\": \"Segon correu\",\n                \"field\": \"email2\"\n            },\n            {\n                \"description\": \"Phone\",\n                \"field\": \"telefono\"\n            },\n            {\n                \"description\": \"Teléfono 2\",\n                \"field\": \"telefono2\"\n            },\n            {\n                \"description\": \"Tipo Vía\",\n                \"field\": \"dtipus\"\n            },\n            {\n                \"description\": \"Address\",\n                \"field\": \"direccion\"\n            },\n            {\n                \"description\": \"Numero\",\n                \"field\": \"dnumero\"\n            },\n            {\n                \"description\": \"Bloque\",\n                \"field\": \"dbloc\"\n            },\n            {\n                \"description\": \"Escalera\",\n                \"field\": \"descala\"\n            },\n            {\n                \"description\": \"Puerta\",\n                \"field\": \"dpuerta\"\n            },\n            {\n                \"description\": \"Planta\",\n                \"field\": \"dplanta\"\n            },\n            {\n                \"description\": \"Zip Code\",\n                \"field\": \"codigo\"\n            },\n            {\n                \"description\": \"Country\",\n                \"field\": \"CodiPais\"\n            },\n            {\n                \"description\": \"State\",\n                \"field\": \"provincia\"\n            },\n            {\n                \"description\": \"City\",\n                \"field\": \"ciudad\"\n            },\n            {\n                \"description\": \"Date of Birth\",\n                \"field\": \"nacimiento\"\n            },\n            {\n                \"description\": \"Edad\",\n                \"field\": \"edad\"\n            },\n            {\n                \"description\": \"Country\",\n                \"field\": \"CodiPaisNaixement\"\n            },\n            {\n                \"description\": \"Nationality\",\n                \"field\": \"CodiNacionalitat\"\n            },\n            {\n                \"description\": \"State\",\n                \"field\": \"CodiProvinciaNaixement\"\n            },\n            {\n                \"description\": \"City\",\n                \"field\": \"CodiMunicipiNaixement\"\n            },\n            {\n                \"description\": \"City (foreign)\",\n                \"field\": \"NomMunicipiNaixementFora\"\n            },\n            {\n                \"description\": \"Any de preinscripció\",\n                \"field\": \"Anydepreinscripcio\"\n            },\n            {\n                \"description\": \"Codi de preinscripció\",\n                \"field\": \"codipreinscripcio\"\n            },\n            {\n                \"description\": \"Data d'ingrés\",\n                \"field\": \"dataingres\"\n            },\n            {\n                \"description\": \"Data de baixa acadèmica\",\n                \"field\": \"databaixaacademica\"\n            },\n            {\n                \"description\": \"Centre de procedència\",\n                \"field\": \"Centredeprocedencia\"\n            },\n            {\n                \"description\": \"NESE \",\n                \"field\": \"nese\"\n            },\n            {\n                \"description\": \"SituacioLaboral\",\n                \"field\": \"SituacioLaboral\"\n            },\n            {\n                \"description\": \"NEE\",\n                \"field\": \"NEE\"\n            },\n            {\n                \"description\": \"ACI\",\n                \"field\": \"ACI\"\n            },\n            {\n                \"description\": \"Codi d'impresió\",\n                \"field\": \"codiimpresio\"\n            },\n            {\n                \"description\": \"Codi WiFi\",\n                \"field\": \"codiwifi\"\n            },\n            {\n                \"description\": \"Observaciones Medicas\",\n                \"field\": \"medicas\"\n            }\n        ],\n        \"student_fiscal\": [\n            {\n                \"description\": \"Código IBAN\",\n                \"field\": \"fiscal_IBAN\"\n            },\n            {\n                \"description\": \"Código Swift\",\n                \"field\": \"fiscal_swift\"\n            },\n            {\n                \"description\": \"Titular cuenta corriente\",\n                \"field\": \"fiscal_titular\"\n            },\n            {\n                \"description\": \"Nombre del Banco\",\n                \"field\": \"fiscal_banco\"\n            },\n            {\n                \"description\": \"Entidad\",\n                \"field\": \"fiscal_en\"\n            },\n            {\n                \"description\": \"Oficina\",\n                \"field\": \"fiscal_of\"\n            },\n            {\n                \"description\": \"Control\",\n                \"field\": \"fiscal_co\"\n            },\n            {\n                \"description\": \"No Cuenta Corriente\",\n                \"field\": \"fiscal_cc\"\n            }\n        ],\n        \"student_social\": [\n            {\n                \"description\": \"Facebook\",\n                \"field\": \"social_facebook\"\n            },\n            {\n                \"description\": \"Twitter\",\n                \"field\": \"social_twitter\"\n            },\n            {\n                \"description\": \"Instagram\",\n                \"field\": \"social_instagram\"\n            },\n            {\n                \"description\": \"LinkedIn\",\n                \"field\": \"social_linkedin\"\n            }\n        ],\n        \"student_secondguardian\": [\n            {\n                \"description\": \"Name\",\n                \"field\": \"secondguardian_name\"\n            },\n            {\n                \"description\": \"Lastname\",\n                \"field\": \"secondguardian_lastname\"\n            },\n            {\n                \"description\": \"Email\",\n                \"field\": \"secondguardian_email\"\n            },\n            {\n                \"description\": \"Mobile\",\n                \"field\": \"secondguardian_movil\"\n            },\n            {\n                \"description\": \"Phone\",\n                \"field\": \"secondguardian_telefono\"\n            },\n            {\n                \"description\": \"DNI Type\",\n                \"field\": \"secondguardian_TipusDocument\"\n            },\n            {\n                \"description\": \"DNI\",\n                \"field\": \"secondguardian_NumeroDocument\"\n            },\n            {\n                \"description\": \"Autoriza comunicación\",\n                \"field\": \"secondguardian_autorizacion\"\n            },\n            {\n                \"description\": \"Autoriza credenciales\",\n                \"field\": \"secondguardian_autorizacionapp\"\n            }\n        ],\n        \"student_guardian\": [\n            {\n                \"description\": \"Name\",\n                \"field\": \"guardian_name\"\n            },\n            {\n                \"description\": \"Lastname\",\n                \"field\": \"guardian_lastname\"\n            },\n            {\n                \"description\": \"Email\",\n                \"field\": \"guardian_email\"\n            },\n            {\n                \"description\": \"Mobile\",\n                \"field\": \"guardian_movil\"\n            },\n            {\n                \"description\": \"Phone\",\n                \"field\": \"guardian_telefono\"\n            },\n            {\n                \"description\": \"DNI Type\",\n                \"field\": \"guardian_TipusDocument\"\n            },\n            {\n                \"description\": \"DNI\",\n                \"field\": \"guardian_NumeroDocument\"\n            },\n            {\n                \"description\": \"Sexe\",\n                \"field\": \"guardian_sexe\"\n            },\n            {\n                \"description\": \"Autoriza comunicación\",\n                \"field\": \"guardian_autorizacion\"\n            },\n            {\n                \"description\": \"Autoriza credenciales\",\n                \"field\": \"guardian_autorizacionapp\"\n            },\n            {\n                \"description\": \"Fecha Nacimiento\",\n                \"field\": \"guardian_naixement\"\n            },\n            {\n                \"description\": \"Profesión\",\n                \"field\": \"guardian_profesion\"\n            },\n            {\n                \"description\": \"Empresa\",\n                \"field\": \"guardian_empresa\"\n            },\n            {\n                \"description\": \"Dirección\",\n                \"field\": \"guardian_address\"\n            },\n            {\n                \"description\": \"Codigo Postal\",\n                \"field\": \"guardian_codi\"\n            },\n            {\n                \"description\": \"Provincia\",\n                \"field\": \"guardian_provincia\"\n            },\n            {\n                \"description\": \"Población\",\n                \"field\": \"guardian_poblacion\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1f8856a3-c095-45f6-b1a2-f48cc1128b7c"},{"name":"Student Delete","id":"d5f7d01f-f622-4537-ac64-62f73ec108a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\"ids\": [\"800\"]}"},"url":"http://api.classlife.local:8081/api/v1/students","urlObject":{"protocol":"http","port":"8081","path":["api","v1","students"],"host":["api","classlife","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5f7d01f-f622-4537-ac64-62f73ec108a9"}],"id":"72de04ab-d412-4ee7-b3a3-4c74a8dfffd6","_postman_id":"72de04ab-d412-4ee7-b3a3-4c74a8dfffd6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Classrooms","item":[{"name":"Get Classrooms","id":"33fc9140-21e6-4684-bbf9-b5ae585fffa5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"test1@classlife.es\",\n    \"uid\": \"00000001T\",\n    \"name\": \"Test\",\n    \"lastname\": \"Classlife\"\n}"},"url":"https://api.classlife.io/api/v1/students/:student_id/roles","urlObject":{"protocol":"https","path":["api","v1","students",":student_id","roles"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"","key":"student_id"}]}},"response":[],"_postman_id":"33fc9140-21e6-4684-bbf9-b5ae585fffa5"}],"id":"27b29af0-1cb7-4c00-9fda-45e51a7caf32","_postman_id":"27b29af0-1cb7-4c00-9fda-45e51a7caf32","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Grades","item":[{"name":"Get Grades","id":"b8bd0d9d-e000-4650-81ca-9a74a1d16e5b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/students/:id/grades","urlObject":{"protocol":"https","path":["api","v1","students",":id","grades"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"d08f2a1b-b767-4432-be6d-e48cff8db3fa","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"b8bd0d9d-e000-4650-81ca-9a74a1d16e5b"}],"id":"7c225351-0032-43c3-bee3-07713d2ecf7a","_postman_id":"7c225351-0032-43c3-bee3-07713d2ecf7a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Roles","item":[{"name":"Get Roles","id":"4b7a13b6-ce08-486d-8742-6f004cb0c4f2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/students/:id/roles","urlObject":{"protocol":"https","path":["api","v1","students",":id","roles"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"4b7a13b6-ce08-486d-8742-6f004cb0c4f2"},{"name":"Set Role","id":"67a08fb7-a583-4f76-a517-c1371b02472e","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/students/:id/roles/:roleId","urlObject":{"protocol":"https","path":["api","v1","students",":id","roles",":roleId"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"},{"type":"any","value":null,"key":"roleId"}]}},"response":[],"_postman_id":"67a08fb7-a583-4f76-a517-c1371b02472e"},{"name":"Remove Role","id":"0d486d8e-f6f6-4674-829e-524edfc1f8a4","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/students/:id/roles/:role_id","urlObject":{"protocol":"https","path":["api","v1","students",":id","roles",":role_id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"},{"id":"afd3b7ee-280c-4498-b1bb-a889cb63359b","type":"any","value":null,"key":"role_id"}]}},"response":[],"_postman_id":"0d486d8e-f6f6-4674-829e-524edfc1f8a4"}],"id":"75f9aa4e-27d3-4bbf-91e5-f6bdb1d9231b","_postman_id":"75f9aa4e-27d3-4bbf-91e5-f6bdb1d9231b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Centers","item":[{"name":"Get Centers","id":"289fc517-67a1-40f5-866f-7f48affd34aa","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/students/:student_id/centers","urlObject":{"protocol":"https","path":["api","v1","students",":student_id","centers"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"","key":"student_id"}]}},"response":[{"id":"2a090d78-cb2f-4fdc-85d7-beb1be5c6ead","name":"Get Centers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/students/:id/centers","protocol":"https","host":["api","classlife","io"],"path":["api","v1","students",":id","centers"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Jan 2023 16:48:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"center_id\": 1,\n            \"center_alias\": \"test-center\",\n            \"center_title\": \"Test Center Update\"\n        }\n    ]\n}"}],"_postman_id":"289fc517-67a1-40f5-866f-7f48affd34aa"},{"name":"Add to Center","id":"3c0b7801-d2de-4f8f-96db-dadf63cedf6b","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/students/:id/centers/:center_id","urlObject":{"protocol":"https","path":["api","v1","students",":id","centers",":center_id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"},{"type":"any","value":null,"key":"center_id"}]}},"response":[{"id":"ef7a362e-d376-44bc-b82a-df9de1f2755f","name":"Add to Center","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/students/:id/centers/:center_id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","students",":id","centers",":center_id"],"variable":[{"key":"id","value":"1"},{"key":"center_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Jan 2023 16:47:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 16 Jan 2023 16:47:57 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Center #1 added to Student #1\"\n}"}],"_postman_id":"3c0b7801-d2de-4f8f-96db-dadf63cedf6b"},{"name":"Remove From Center","id":"852cda43-e6be-41a0-96c9-e85861daec0d","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/students/:id/centers/:center_id","urlObject":{"protocol":"https","path":["api","v1","students",":id","centers",":center_id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"},{"type":"any","value":null,"key":"center_id"}]}},"response":[{"id":"fc8523fa-d24c-47f7-ba2d-cd8a00238d22","name":"Remove From Center","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/students/:id/centers/:center_id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","students",":id","centers",":center_id"],"variable":[{"key":"id","value":"1"},{"key":"center_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Jan 2023 16:48:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 16 Jan 2023 16:48:37 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Center #1 removed from Student #1\"\n}"}],"_postman_id":"852cda43-e6be-41a0-96c9-e85861daec0d"}],"id":"48ecbc89-4813-4b08-93ae-93c513603f8f","_postman_id":"48ecbc89-4813-4b08-93ae-93c513603f8f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Enrollments","item":[{"name":"Get Enrollments","id":"af805a96-b3c8-4444-8c70-c426f6759005","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/students/:student_id/enrollments","urlObject":{"protocol":"https","path":["api","v1","students",":student_id","enrollments"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"","key":"student_id"}]}},"response":[],"_postman_id":"af805a96-b3c8-4444-8c70-c426f6759005"}],"id":"8e0ce838-79ae-4231-b474-c512a0950a1c","_postman_id":"8e0ce838-79ae-4231-b474-c512a0950a1c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Access","item":[{"name":"Student Block","id":"e6480855-543d-47eb-b863-a0984114e3f7","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/students/:id/block","urlObject":{"protocol":"https","path":["api","v1","students",":id","block"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"e6480855-543d-47eb-b863-a0984114e3f7"},{"name":"Student Disblock","id":"4d803be5-94df-456a-a082-e4cb0ca48d1b","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/students/:id/disblock","urlObject":{"protocol":"https","path":["api","v1","students",":id","disblock"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"4d803be5-94df-456a-a082-e4cb0ca48d1b"}],"id":"60778ef9-9ca2-4712-962c-7602fb1e7829","_postman_id":"60778ef9-9ca2-4712-962c-7602fb1e7829","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Grades","item":[{"name":"Get Grades","id":"5b5ded74-df6f-4f3f-84fd-5189d70c3af9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/students/:student_id/grades","urlObject":{"protocol":"https","path":["api","v1","students",":student_id","grades"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"1","key":"student_id"}]}},"response":[],"_postman_id":"5b5ded74-df6f-4f3f-84fd-5189d70c3af9"}],"id":"313c08b6-c732-4f13-8854-47f33584f771","_postman_id":"313c08b6-c732-4f13-8854-47f33584f771","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"645cb0c3-296b-4706-9454-a42b1a714f96","_postman_id":"645cb0c3-296b-4706-9454-a42b1a714f96","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Teachers","item":[{"name":"CRUD","item":[{"name":"Teachers","id":"3730479f-8c5c-4112-a4aa-55fbd8766fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/teachers?showMetas=1","urlObject":{"protocol":"https","path":["api","v1","teachers"],"host":["api","classlife","io"],"query":[{"key":"showMetas","value":"1"}],"variable":[]}},"response":[{"id":"70d8acb3-2741-40de-a05e-b6d4c0179b8c","name":"Teachers","originalRequest":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/teachers?showMetas=1","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers"],"query":[{"key":"showMetas","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Apr 2022 09:10:57 GMT"},{"key":"X-Debug-Token","value":"67e892"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/67e892"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 30,\n        \"page\": 1,\n        \"limit\": 100,\n        \"count\": 30,\n        \"items\": [\n            {\n                \"id\": 11133,\n                \"name\": \"Pierre\",\n                \"lastname\": \"Dubois\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/21/minithumbnail/36.png\",\n                \"email\": \"profesor30@classlife.education\",\n                \"phone\": \"698456377\",\n                \"uid\": \"23974811F\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-21 09:34:58\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11132,\n                \"name\": \"Javier\",\n                \"lastname\": \"Corredera\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/21/minithumbnail/34.png\",\n                \"email\": \"profesor29@classlife.education\",\n                \"phone\": \"688994422\",\n                \"uid\": \"57831254G\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-21 09:29:37\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11131,\n                \"name\": \"Álvaro\",\n                \"lastname\": \"Coronado\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/21/minithumbnail/33.png\",\n                \"email\": \"profesor28@classlife.education\",\n                \"phone\": \"660126133\",\n                \"uid\": \"47166643K\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-21 09:08:22\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null,\n                    \"mobile_firebase\": \"efsGu6LEUIs:APA91bHFpL1K2iBnWXBCyzEN1T424xjEzIcc8aj1hOf77TkJ2HW17YW-7wL8haYKU1gFr7W8QEx3yT7v5_d0giO7uRpNx7aESowSg77Vc203-_rPzgipf8LL7YFhJnIC6GMIBaQT2u-G\"\n                }\n            },\n            {\n                \"id\": 11130,\n                \"name\": \"Miguel\",\n                \"lastname\": \"Aguilar\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/21/minithumbnail/32.png\",\n                \"email\": \"profesor27@classlife.education\",\n                \"phone\": \"618252711\",\n                \"uid\": \"209055678R\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-21 08:43:04\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11129,\n                \"name\": \"María\",\n                \"lastname\": \"Martín\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/21/minithumbnail/31-1.png\",\n                \"email\": \"profesor26@classlife.education\",\n                \"phone\": \"600102030\",\n                \"uid\": \"33168635U\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-21 08:35:49\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11128,\n                \"name\": \"Paola\",\n                \"lastname\": \"Bianchi\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/21/minithumbnail/35-1.png\",\n                \"email\": \"profesor25@classlife.education\",\n                \"phone\": \"677313996\",\n                \"uid\": \"50547141N\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-20 14:26:01\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11127,\n                \"name\": \"Berta\",\n                \"lastname\": \"Vázquez\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/30.png\",\n                \"email\": \"profesor24@classlife.education\",\n                \"phone\": \"677963139\",\n                \"uid\": \"56241432M\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-20 11:58:01\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11126,\n                \"name\": \"Cristina\",\n                \"lastname\": \"Bracons\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/29-1.png\",\n                \"email\": \"profesor23@classlife.education\",\n                \"phone\": \"697882134\",\n                \"uid\": \"33678932D\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-20 11:54:52\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11125,\n                \"name\": \"Laura\",\n                \"lastname\": \"García\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/28.png\",\n                \"email\": \"profesor22@classlife.education\",\n                \"phone\": null,\n                \"uid\": null,\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-20 11:52:32\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 11124,\n                \"name\": \"Isabel\",\n                \"lastname\": \"Vellido\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/27.png\",\n                \"email\": \"profesor21@classlife.education\",\n                \"phone\": \"653123476\",\n                \"uid\": \"28796731P\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-20 11:49:48\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11123,\n                \"name\": \"Juan Carlos\",\n                \"lastname\": \"Arévalo\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/26.png\",\n                \"email\": \"profesor20@classlife.education\",\n                \"phone\": \"666218546\",\n                \"uid\": \"29834576C\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-20 11:19:21\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11122,\n                \"name\": \"Martina\",\n                \"lastname\": \"Romero\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/25.png\",\n                \"email\": \"profesor19@classlife.education\",\n                \"phone\": \"611239807\",\n                \"uid\": \"47260783N\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-20 11:15:16\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11121,\n                \"name\": \"Michael\",\n                \"lastname\": \"Swift\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/24.png\",\n                \"email\": \"profesor18@classlife.education\",\n                \"phone\": \"656412398\",\n                \"uid\": \"78976543H\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-20 11:12:35\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11120,\n                \"name\": \"Pablo\",\n                \"lastname\": \"Walters\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/22.png\",\n                \"email\": \"profesor17@classlife.education\",\n                \"phone\": \"607894321\",\n                \"uid\": \"31007654B\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-19 16:14:14\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11119,\n                \"name\": \"Lidia\",\n                \"lastname\": \"Ligero\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/23.png\",\n                \"email\": \"profesor16@classlife.education\",\n                \"phone\": \"660123456\",\n                \"uid\": \"57128905N\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-19 16:08:59\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11118,\n                \"name\": \"Antonio\",\n                \"lastname\": \"Serrano\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/20.png\",\n                \"email\": \"profesor15@classlife.education\",\n                \"phone\": \"680907044\",\n                \"uid\": \"44231567M\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-19 16:04:15\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11117,\n                \"name\": \"Ron\",\n                \"lastname\": \"Garcia\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/21-1.png\",\n                \"email\": \"profesor14@classlife.education\",\n                \"phone\": \"609807066\",\n                \"uid\": \"61432564L\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-19 15:50:21\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11116,\n                \"name\": \"Sonia\",\n                \"lastname\": \"Esteve\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/18.png\",\n                \"email\": \"profesor13@classlife.education\",\n                \"phone\": \"661234598\",\n                \"uid\": \"53124897K\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-19 15:45:36\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11115,\n                \"name\": \"Matthew\",\n                \"lastname\": \"Jones\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/19.png\",\n                \"email\": \"profesor12@classlife.education\",\n                \"phone\": \"654321789\",\n                \"uid\": \"58890932P\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-19 15:37:59\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11114,\n                \"name\": \"Carlos\",\n                \"lastname\": \"Puértolas\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/17.png\",\n                \"email\": \"profesor11@classlife.education\",\n                \"phone\": \"699887755\",\n                \"uid\": \"3761986H\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-19 15:25:45\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11113,\n                \"name\": \"Yolanda\",\n                \"lastname\": \"Rivera\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/16.png\",\n                \"email\": \"profesor10@classlife.education\",\n                \"phone\": \"689812346\",\n                \"uid\": \"43215678T\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-19 15:16:40\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            },\n            {\n                \"id\": 11112,\n                \"name\": \"Clara\",\n                \"lastname\": \"Segura\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/15.png\",\n                \"email\": \"profesor09@classlife.education\",\n                \"phone\": \"611223344\",\n                \"uid\": \"46241452M\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2021-07-19 15:05:51\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null,\n                    \"libres_idiomas\": \"0\"\n                }\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Sara\",\n                \"lastname\": \"Garrido\",\n                \"lastnameend\": null,\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/demo-classlife-education/2020/04/16/mini/pexels-photo-546165.jpg\",\n                \"email\": \"profesor08@classlife.education\",\n                \"phone\": \"644432300\",\n                \"uid\": \"87766554a\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2020-02-13 09:23:27\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Graciela\",\n                \"lastname\": \"Hoffman\",\n                \"lastnameend\": null,\n                \"photo\": \"https://s3-eu-west-1.amazonaws.com/classlife/profile/teacher/2019/10/mini/2019101011221. Foto Perfil.1570699341.jpg\",\n                \"email\": \"profesor07@classlife.education\",\n                \"phone\": \"661233290\",\n                \"uid\": \"56778991R\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2019-10-10 09:21:23\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-01-20 23:50:05\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Kiana\",\n                \"lastname\": \"Hayden\",\n                \"lastnameend\": \"\",\n                \"photo\": \"https://s3-eu-west-1.amazonaws.com/classlife/profile/user/2019/02/mini/201902271053pexels-photo-1820919.jpg\",\n                \"email\": \"profesor06@classlife.education\",\n                \"phone\": \"940015000\",\n                \"uid\": \"64935122e\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2017-03-19 17:42:09\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-01-20 23:50:05\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Rubén\",\n                \"lastname\": \"Elvira\",\n                \"lastnameend\": \"\",\n                \"photo\": \"https://s3-eu-west-1.amazonaws.com/classlife/profile/user/2019/02/mini/201902271051pexels-photo-747786.jpg\",\n                \"email\": \"profesor05@classlife.education\",\n                \"phone\": \"370948000\",\n                \"uid\": \"15928013t\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2017-03-19 17:42:09\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-01-20 23:50:05\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Gustavo\",\n                \"lastname\": \"Navarro\",\n                \"lastnameend\": \"\",\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/demo-classlife-education/2021/06/15/minithumbnail/young-man-1281282_1920.jpg\",\n                \"email\": \"profesor04@classlife.education\",\n                \"phone\": \"693920110\",\n                \"uid\": \"26271442A\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2017-03-19 17:42:09\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Joshua\",\n                \"lastname\": \"Kirk\",\n                \"lastnameend\": \"\",\n                \"photo\": \"https://s3-eu-west-1.amazonaws.com/classlife/profile/user/2019/02/mini/201902271051pexels-photo-98045.jpg\",\n                \"email\": \"profesor03@classlife.education\",\n                \"phone\": \"560839000\",\n                \"uid\": \"55029221e\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2017-03-19 17:42:09\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-01-20 23:50:05\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Jazmin\",\n                \"lastname\": \"Moses\",\n                \"lastnameend\": \"\",\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/demo-classlife-education/2021/06/15/minithumbnail/girl-1245713_1920.jpg\",\n                \"email\": \"profesor02@classlife.education\",\n                \"phone\": \"932343000\",\n                \"uid\": \"84299110D\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2017-03-19 17:42:09\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 1,\n                \"name\": \"Marcos\",\n                \"lastname\": \"Profesor\",\n                \"lastnameend\": \"\",\n                \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/08/minithumbnail/user01 (1).png\",\n                \"email\": \"profesor01@classlife.education\",\n                \"phone\": \"913802211\",\n                \"uid\": \"47739887q\",\n                \"language_code\": \"es\",\n                \"registration_date\": \"2017-03-19 17:42:09\",\n                \"active\": 1,\n                \"blocked\": 0,\n                \"school_id\": 1,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {\n                    \"apellido2\": null,\n                    \"email2\": null,\n                    \"nacimiento\": null,\n                    \"pais-nacimiento\": null,\n                    \"provincia-nacimiento\": null,\n                    \"telefono\": null,\n                    \"fax\": null,\n                    \"direccion\": null,\n                    \"numero\": null,\n                    \"codigo\": null,\n                    \"ciudad\": null,\n                    \"provincia\": null\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"3730479f-8c5c-4112-a4aa-55fbd8766fc8"},{"name":"Teacher","id":"deed8538-a21c-4b21-bb11-7766b120c238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/teachers/:id?showMetas=1","urlObject":{"protocol":"https","path":["api","v1","teachers",":id"],"host":["api","classlife","io"],"query":[{"key":"showMetas","value":"1"}],"variable":[{"id":"f5a37845-46d9-41ed-b5f8-195fd90ef17b","type":"any","value":"11139","key":"id"}]}},"response":[{"id":"2fcd0b3a-2125-4aba-9b97-4264a91609cd","name":"Teacher","originalRequest":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/teachers/:id?showMetas=1","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":id"],"query":[{"key":"showMetas","value":"1"}],"variable":[{"key":"id","value":"11133"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Apr 2022 09:11:14 GMT"},{"key":"X-Debug-Token","value":"e57250"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/e57250"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"id\": 11133,\n        \"name\": \"Pierre\",\n        \"lastname\": \"Dubois\",\n        \"lastnameend\": null,\n        \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/21/minithumbnail/36.png\",\n        \"email\": \"profesor30@classlife.education\",\n        \"phone\": \"698456377\",\n        \"uid\": \"23974811F\",\n        \"language_code\": \"es\",\n        \"registration_date\": \"2021-07-21 09:34:58\",\n        \"active\": 1,\n        \"blocked\": 0,\n        \"school_id\": 1,\n        \"updated_at\": \"2022-02-08 02:21:10\",\n        \"metas\": {\n            \"apellido2\": null,\n            \"email2\": null,\n            \"nacimiento\": null,\n            \"pais-nacimiento\": null,\n            \"provincia-nacimiento\": null,\n            \"telefono\": null,\n            \"fax\": null,\n            \"direccion\": null,\n            \"numero\": null,\n            \"codigo\": null,\n            \"ciudad\": null,\n            \"provincia\": null\n        }\n    }\n}"}],"_postman_id":"deed8538-a21c-4b21-bb11-7766b120c238"},{"name":"Teacher","id":"cde9c181-69d8-4da9-8d1b-30bb92bed7cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"uid\": \"00000000T\",\n    \"phone\": \"612345789\",\n    \"school_id\": 0,\n    \"language_code\": \"es-ES\",\n    \"metas\":{\n\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/teachers","urlObject":{"protocol":"https","path":["api","v1","teachers"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"9bf98272-d9a9-4a01-a7e0-0f6f69525333","name":"Created","originalRequest":{"method":"POST","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"uid\": \"00000000T\",\n    \"phone\": \"612345789\",\n    \"school_id\": 1,\n    \"language_code\": \"es\",\n    \"metas\":{\n\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/teachers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Wed, 06 Apr 2022 13:32:09 GMT"},{"key":"X-Debug-Token","value":"eba953"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/eba953"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Wed, 06 Apr 2022 13:32:09 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Teacher created\",\n    \"data\": {\n        \"teacher_id\": 1,\n        \"email\": \"teacher1@classlife.es\",\n        \"password\": \"xxxxxxx\"\n    }\n}"}],"_postman_id":"cde9c181-69d8-4da9-8d1b-30bb92bed7cc"},{"name":"Teacher","id":"057a7ba2-b227-4a7a-82e9-45257fc6e65c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"uid\": \"00000000T\",\n    \"phone\": \"612345789\",\n    \"school_id\": 0,\n    \"language_code\": \"es-ES\",\n    \"metas\":{\n        \"test\": 1\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/teachers/:id","urlObject":{"protocol":"https","path":["api","v1","teachers",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"6a4a2b36-11bf-4835-ba7b-f3371c1196d9","type":"any","value":"11139","key":"id"}]}},"response":[{"id":"3ed4e381-e45d-4e81-b8fc-a69041eac22d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"uid\": \"00000000T\",\n    \"phone\": \"612345789\",\n    \"school_id\": 0,\n    \"language_code\": \"es-ES\",\n    \"metas\":{\n        \"test\": 1\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.classlife.io/api/v1/teachers/:id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":id"],"variable":[{"key":"id","value":"11139"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 11 Apr 2022 15:54:43 GMT"},{"key":"X-Debug-Token","value":"5fbbe2"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/5fbbe2"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 11 Apr 2022 15:54:43 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Teacher updated\"\n}"}],"_postman_id":"057a7ba2-b227-4a7a-82e9-45257fc6e65c"},{"name":"Teacher","id":"3ac0ebf4-1020-4511-ba7c-3748052a393a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"uid\": \"00000000T\",\n    \"phone\": \"612345789\",\n    \"school_id\": 0,\n    \"language_code\": \"es-ES\",\n    \"metas\":{\n        \"test\": 1\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/teachers/:id","urlObject":{"protocol":"https","path":["api","v1","teachers",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"f349d061-a971-492e-9215-c7fe25b9c452","type":"any","value":"11139","key":"id"}]}},"response":[{"id":"7fbe62d4-d60d-4ce4-aa5f-1f5366dccfcf","name":"Removed","originalRequest":{"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"uid\": \"00000000T\",\n    \"phone\": \"612345789\",\n    \"school_id\": 0,\n    \"language_code\": \"es-ES\",\n    \"metas\":{\n        \"test\": 1\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.classlife.io/api/v1/teachers/:id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":id"],"variable":[{"key":"id","value":"11139"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 11 Apr 2022 16:00:23 GMT"},{"key":"X-Debug-Token","value":"8f913e"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/8f913e"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 11 Apr 2022 16:00:23 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Teacher removed\"\n}"}],"_postman_id":"3ac0ebf4-1020-4511-ba7c-3748052a393a"},{"name":"Metas","id":"c854b6a3-8c9d-4636-9dd4-34e77280186a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/teachers/metas/","urlObject":{"protocol":"https","path":["api","v1","teachers","metas",""],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"d9e2ec7a-2c01-479f-9a57-c0c4bfd4c789","name":"Metas","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/teachers/metas/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Apr 2022 09:27:09 GMT"},{"key":"X-Debug-Token","value":"423655"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/423655"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Set-Cookie","value":"sf_redirect=deleted; expires=Sun, 11-Apr-2021 09:27:08 GMT; Max-Age=0; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"teacher_libres\": [\n            {\n                \"description\": \"Idiomas\",\n                \"field\": \"libres_idiomas\"\n            },\n            {\n                \"description\": \"Materias\",\n                \"field\": \"libres_materias\"\n            }\n        ],\n        \"teacher_fiscal\": [\n            {\n                \"description\": \"Titular cuenta corriente\",\n                \"field\": \"fiscal_titular\"\n            },\n            {\n                \"description\": \"Nombre del Banco\",\n                \"field\": \"fiscal_banco\"\n            },\n            {\n                \"description\": \"Entidad\",\n                \"field\": \"fiscal_en\"\n            },\n            {\n                \"description\": \"Oficina\",\n                \"field\": \"fiscal_of\"\n            },\n            {\n                \"description\": \"Control\",\n                \"field\": \"fiscal_co\"\n            },\n            {\n                \"description\": \"No Cuenta Corriente\",\n                \"field\": \"fiscal_cc\"\n            },\n            {\n                \"description\": \"Código IBAN\",\n                \"field\": \"fiscal_IBAN\"\n            },\n            {\n                \"description\": \"Código Swift\",\n                \"field\": \"fiscal_swift\"\n            }\n        ],\n        \"teacher_about\": [\n            {\n                \"description\": \"Titulacio\",\n                \"field\": \"about_titulacio\"\n            },\n            {\n                \"description\": \"Hores CFGS\",\n                \"field\": \"about_horesgs\"\n            },\n            {\n                \"description\": \"Hores CFGM\",\n                \"field\": \"about_horesgm\"\n            },\n            {\n                \"description\": \"Hores Altres\",\n                \"field\": \"about_horesalt\"\n            },\n            {\n                \"description\": \"Hores CFGS - No lectivas\",\n                \"field\": \"about_horesgsn\"\n            },\n            {\n                \"description\": \"Hores CFGM - No lectivas\",\n                \"field\": \"about_horesgmn\"\n            },\n            {\n                \"description\": \"Hores Tutoria\",\n                \"field\": \"about_horestutoria\"\n            },\n            {\n                \"description\": \"Hores de càrrec directiu\",\n                \"field\": \"about_horesd\"\n            },\n            {\n                \"description\": \"Hores de càrrec de coordinació\",\n                \"field\": \"about_horescoo\"\n            },\n            {\n                \"description\": \"Hores de càrrec Caps de currículum\",\n                \"field\": \"about_horescap\"\n            },\n            {\n                \"description\": \"Càrrec desenvolupat\",\n                \"field\": \"about_carrec\"\n            },\n            {\n                \"description\": \"Tutor de\",\n                \"field\": \"about_tutor\"\n            },\n            {\n                \"description\": \"Nivell Català\",\n                \"field\": \"about_nivelc\"\n            },\n            {\n                \"description\": \"ANG\",\n                \"field\": \"about_ang\"\n            },\n            {\n                \"description\": \"CAS\",\n                \"field\": \"about_cas\"\n            },\n            {\n                \"description\": \"CAT\",\n                \"field\": \"about_cat\"\n            }\n        ],\n        \"teacher_factura\": [\n            {\n                \"description\": \"Número Fiscal\",\n                \"field\": \"factura_numfiscal\"\n            },\n            {\n                \"description\": \"Empresa\",\n                \"field\": \"factura_empresa\"\n            },\n            {\n                \"description\": \"Nombre y Apellido\",\n                \"field\": \"factura_nomfactura\"\n            },\n            {\n                \"description\": \"Direccion\",\n                \"field\": \"factura_direccion\"\n            },\n            {\n                \"description\": \"Numero\",\n                \"field\": \"factura_numero\"\n            },\n            {\n                \"description\": \"Código\",\n                \"field\": \"factura_codigo\"\n            },\n            {\n                \"description\": \"Ciudad\",\n                \"field\": \"factura_ciudad\"\n            },\n            {\n                \"description\": \"Provincia\",\n                \"field\": \"factura_provincia\"\n            }\n        ],\n        \"teacher_profile\": [\n            {\n                \"description\": \"About\",\n                \"field\": \"profile_bio\"\n            },\n            {\n                \"description\": \"Interests\",\n                \"field\": \"profile_interests\"\n            },\n            {\n                \"description\": \"Activities\",\n                \"field\": \"profile_activities\"\n            }\n        ],\n        \"teacher_social\": [\n            {\n                \"description\": \"Facebook\",\n                \"field\": \"social_facebook\"\n            },\n            {\n                \"description\": \"Twitter\",\n                \"field\": \"social_twitter\"\n            },\n            {\n                \"description\": \"Instagram\",\n                \"field\": \"social_instagram\"\n            },\n            {\n                \"description\": \"LinkedIn\",\n                \"field\": \"social_linkedin\"\n            }\n        ],\n        \"teacher_info\": [\n            {\n                \"description\": \"Segon cognom\",\n                \"field\": \"apellido2\"\n            },\n            {\n                \"description\": \"Segon correu\",\n                \"field\": \"email2\"\n            },\n            {\n                \"description\": \"Fecha nacimiento\",\n                \"field\": \"nacimiento\"\n            },\n            {\n                \"description\": \"País\",\n                \"field\": \"pais-nacimiento\"\n            },\n            {\n                \"description\": \"Provincia\",\n                \"field\": \"provincia-nacimiento\"\n            },\n            {\n                \"description\": \"Teléfono\",\n                \"field\": \"telefono\"\n            },\n            {\n                \"description\": \"FAX\",\n                \"field\": \"fax\"\n            },\n            {\n                \"description\": \"Direccion\",\n                \"field\": \"direccion\"\n            },\n            {\n                \"description\": \"Numero\",\n                \"field\": \"numero\"\n            },\n            {\n                \"description\": \"Código\",\n                \"field\": \"codigo\"\n            },\n            {\n                \"description\": \"Ciudad\",\n                \"field\": \"ciudad\"\n            },\n            {\n                \"description\": \"Provincia\",\n                \"field\": \"provincia\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c854b6a3-8c9d-4636-9dd4-34e77280186a"}],"id":"f6ac80be-5072-43e3-867a-63de5530c8da","_postman_id":"f6ac80be-5072-43e3-867a-63de5530c8da","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Contracts","item":[{"name":"Contracts","id":"58e0b1e2-c2e3-4d33-b06b-43a290c76a4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts","urlObject":{"protocol":"https","path":["api","v1","teachers",":teacherId","contracts"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"dfda258d-a2ff-4b5f-b8dd-4c4064621c09","type":"any","value":"5","key":"teacherId"}]}},"response":[{"id":"8086a272-7584-4a9f-b011-fab81d5862fb","name":"Contracts","originalRequest":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":teacherId","contracts"],"variable":[{"key":"teacherId","value":"11126"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 12 Apr 2022 09:20:02 GMT"},{"key":"X-Debug-Token","value":"596b30"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/596b30"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 2,\n        \"page\": 1,\n        \"limit\": 100,\n        \"count\": 2,\n        \"items\": [\n            {\n                \"id\": 2,\n                \"type_id\": 2,\n                \"type_title\": \"Contratación Mercantil\",\n                \"title\": \"contrato-2\",\n                \"name\": \"Cristina\",\n                \"lastname\": \"Bracons\",\n                \"email\": \"profesor23@classlife.education\",\n                \"tax_number\": \"33678932D\",\n                \"school_id\": 1,\n                \"teacher_id\": 11126,\n                \"updated_at\": \"2022-02-08 02:21:10\"\n            },\n            {\n                \"id\": 1,\n                \"type_id\": 2,\n                \"type_title\": \"Contratación Mercantil\",\n                \"title\": \"contrato-1\",\n                \"name\": \"Cristina\",\n                \"lastname\": \"Bracons\",\n                \"email\": \"profesor23@classlife.education\",\n                \"tax_number\": \"33678932D\",\n                \"school_id\": 1,\n                \"teacher_id\": 11126,\n                \"updated_at\": \"2022-02-08 02:21:10\"\n            }\n        ]\n    }\n}"}],"_postman_id":"58e0b1e2-c2e3-4d33-b06b-43a290c76a4b"},{"name":"Contract","id":"b7c45b6f-b94e-46d3-a85f-0d4ccbca2905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts/:contractId?showMetas=1","urlObject":{"protocol":"https","path":["api","v1","teachers",":teacherId","contracts",":contractId"],"host":["api","classlife","io"],"query":[{"key":"showMetas","value":"1"}],"variable":[{"id":"e1cc28b4-225b-4f42-b216-2db8d2b6f76c","type":"any","value":"5","key":"teacherId"},{"id":"17a34d1e-10e0-410b-9a68-ff2b7d6cc6f3","type":"any","value":"4","key":"contractId"}]}},"response":[{"id":"1403e06a-4092-4727-9b19-3cbd1ba629a2","name":"Contract","originalRequest":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts/:contractId?showMetas=1","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":teacherId","contracts",":contractId"],"query":[{"key":"showMetas","value":"1"}],"variable":[{"key":"teacherId","value":"11126"},{"key":"contractId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 12 Apr 2022 08:37:44 GMT"},{"key":"X-Debug-Token","value":"2c18d7"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/2c18d7"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"id\": 1,\n        \"type_id\": 2,\n        \"type_title\": \"Contratación Mercantil\",\n        \"title\": \"contrato-1\",\n        \"name\": \"Cristina\",\n        \"lastname\": \"Bracons\",\n        \"email\": \"profesor23@classlife.education\",\n        \"tax_number\": \"33678932D\",\n        \"school_id\": 1,\n        \"teacher_id\": 11126,\n        \"updated_at\": \"2022-02-08 02:21:10\",\n        \"metas\": {}\n    }\n}"},{"id":"f614aafc-1b74-47f5-8611-4e02f8c25c2b","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts/:contractId?showMetas=1","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":teacherId","contracts",":contractId"],"query":[{"key":"showMetas","value":"1"}],"variable":[{"key":"teacherId","value":"5"},{"key":"contractId","value":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 12 Apr 2022 09:27:23 GMT"},{"key":"X-Debug-Token","value":"a06326"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/a06326"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ko\",\n    \"message\": \"Teacher Contract #1 not found.\"\n}"},{"id":"a4ebcec6-90b0-43d9-bee5-12a4ec32df25","name":"Teacher Not Found","originalRequest":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts/:contractId?showMetas=1","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":teacherId","contracts",":contractId"],"query":[{"key":"showMetas","value":"1"}],"variable":[{"key":"teacherId","value":"5464455454"},{"key":"contractId","value":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 12 Apr 2022 09:27:52 GMT"},{"key":"X-Debug-Token","value":"ad26f8"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/ad26f8"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ko\",\n    \"message\": \"Teacher #5464455454 not found.\"\n}"}],"_postman_id":"b7c45b6f-b94e-46d3-a85f-0d4ccbca2905"},{"name":"Contract","id":"8cd719ae-3e2c-4b1d-a48a-6f59a238a297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": 1,\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",    \n    \"tax_number\": \"00000000T\",    \n    \"school_id\": 1,    \n    \"metas\":{\n\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts","urlObject":{"protocol":"https","path":["api","v1","teachers",":teacherId","contracts"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"50e9bdba-06be-4e0f-aee4-2e10db57d079","type":"any","value":"5","key":"teacherId"}]}},"response":[{"id":"89699996-fc7d-4b9c-9edb-33793d2a80ec","name":"Required Fields","originalRequest":{"method":"POST","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":teacherId","contracts"],"variable":[{"key":"teacherId","value":"5"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 12 Apr 2022 09:31:08 GMT"},{"key":"X-Debug-Token","value":"3d56d7"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/3d56d7"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 12 Apr 2022 09:31:08 GMT"},{"key":"Set-Cookie","value":"sf_redirect=%7B%22token%22%3A%223d56d7%22%2C%22route%22%3A%22teacher_contracts_create%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%22App%5C%5CController%5C%5CApi%5C%5CV1%5C%5CTeacher%5C%5CContract%5C%5CCreateTeacherContractController%22%2C%22status_code%22%3A201%2C%22status_text%22%3A%22Created%22%7D; path=/; httponly; samesite=lax"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Teacher Contract created\",\n    \"data\": {\n        \"id\": 3\n    }\n}"},{"id":"feeb4b78-98e6-4fad-815b-f5822d16c525","name":"Created","originalRequest":{"method":"POST","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": 1,\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",    \n    \"tax_number\": \"00000000T\",    \n    \"school_id\": 1,    \n    \"metas\":{\n\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":teacherId","contracts"],"variable":[{"key":"teacherId","value":"5"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 12 Apr 2022 09:31:08 GMT"},{"key":"X-Debug-Token","value":"3d56d7"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/3d56d7"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 12 Apr 2022 09:31:08 GMT"},{"key":"Set-Cookie","value":"sf_redirect=%7B%22token%22%3A%223d56d7%22%2C%22route%22%3A%22teacher_contracts_create%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%22App%5C%5CController%5C%5CApi%5C%5CV1%5C%5CTeacher%5C%5CContract%5C%5CCreateTeacherContractController%22%2C%22status_code%22%3A201%2C%22status_text%22%3A%22Created%22%7D; path=/; httponly; samesite=lax"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Teacher Contract created\",\n    \"data\": {\n        \"id\": 3\n    }\n}"}],"_postman_id":"8cd719ae-3e2c-4b1d-a48a-6f59a238a297"},{"name":"Contract","id":"58449243-58ec-4a8b-aee0-0d1967d7035f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": 1,\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",    \n    \"tax_number\": \"123123\",    \n    \"school_id\": 1,    \n    \"metas\":{\n        \"patata\": 1\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/teachers/:id/contracts/:contractId","urlObject":{"protocol":"https","path":["api","v1","teachers",":id","contracts",":contractId"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"ba5af517-38ac-4ce1-b1cf-c7a2dbe8f99c","type":"any","value":"5","key":"id"},{"id":"c3b780f4-3238-4731-88cf-0555b0163156","type":"any","value":"4","key":"contractId"}]}},"response":[{"id":"f072fc39-94b1-4ed7-874e-f7037c770fb5","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": 1,\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",    \n    \"tax_number\": \"00000000T\",    \n    \"school_id\": 1,    \n    \"metas\":{\n\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.classlife.io/api/v1/teachers/:id/contracts/:contractId","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":id","contracts",":contractId"],"variable":[{"key":"id","value":"5"},{"key":"contractId","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 12 Apr 2022 10:29:04 GMT"},{"key":"X-Debug-Token","value":"ae57bf"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/ae57bf"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 12 Apr 2022 10:29:04 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"TeacherContract updated\"\n}"}],"_postman_id":"58449243-58ec-4a8b-aee0-0d1967d7035f"},{"name":"Contract","id":"8ee392d1-cae0-4788-a46f-c6bd75fc5207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"uid\": \"00000000T\",\n    \"phone\": \"612345789\",\n    \"school_id\": 0,\n    \"language_code\": \"es-ES\",\n    \"metas\":{\n        \"test\": 1\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts/:contractId","urlObject":{"protocol":"https","path":["api","v1","teachers",":teacherId","contracts",":contractId"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"a1007922-6b6a-442b-971e-5ac61ad5a8f4","type":"any","value":"5","key":"teacherId"},{"id":"64fa64f5-8bbe-438d-84f8-f2428da61f21","type":"any","value":"4","key":"contractId"}]}},"response":[{"id":"e3cd4154-76e9-4fdc-ad95-f01f89503e86","name":"Removed","originalRequest":{"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"uid\": \"00000000T\",\n    \"phone\": \"612345789\",\n    \"school_id\": 0,\n    \"language_code\": \"es-ES\",\n    \"metas\":{\n        \"test\": 1\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts/:contractId","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":teacherId","contracts",":contractId"],"variable":[{"key":"teacherId","value":"5"},{"key":"contractId","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 12 Apr 2022 11:07:04 GMT"},{"key":"X-Debug-Token","value":"7ec47d"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/7ec47d"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 12 Apr 2022 11:07:04 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Teacher Contract removed\"\n}"},{"id":"8f654931-1e45-462a-8071-907901ffa790","name":"Teacher Not Found","originalRequest":{"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"uid\": \"00000000T\",\n    \"phone\": \"612345789\",\n    \"school_id\": 0,\n    \"language_code\": \"es-ES\",\n    \"metas\":{\n        \"test\": 1\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts/:contractId","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":teacherId","contracts",":contractId"],"variable":[{"key":"teacherId","value":"5"},{"key":"contractId","value":"4"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 12 Apr 2022 11:05:32 GMT"},{"key":"X-Debug-Token","value":"570c05"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/570c05"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 12 Apr 2022 11:05:32 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ko\",\n    \"message\": \"Teacher #11139 not found.\"\n}"},{"id":"e4e27eaa-a1dc-4bfe-990f-fb1b99724efe","name":"Contract Not Found","originalRequest":{"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"uid\": \"00000000T\",\n    \"phone\": \"612345789\",\n    \"school_id\": 0,\n    \"language_code\": \"es-ES\",\n    \"metas\":{\n        \"test\": 1\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.classlife.io/api/v1/teachers/:teacherId/contracts/:contractId","protocol":"https","host":["api","classlife","io"],"path":["api","v1","teachers",":teacherId","contracts",":contractId"],"variable":[{"key":"teacherId","value":"5"},{"key":"contractId","value":"41"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 12 Apr 2022 11:06:26 GMT"},{"key":"X-Debug-Token","value":"321050"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/321050"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 12 Apr 2022 11:06:26 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ko\",\n    \"message\": \"Teacher Contract #41 not found.\"\n}"}],"_postman_id":"8ee392d1-cae0-4788-a46f-c6bd75fc5207"},{"name":"Metas","id":"4b450dc6-530b-44aa-9e03-71878ecda4be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/contracts/metas/","urlObject":{"protocol":"https","path":["api","v1","contracts","metas",""],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"ec3ecea1-f065-45b7-bd94-02197bf33ceb","name":"Metas","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/contracts/metas/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 12 Apr 2022 11:22:28 GMT"},{"key":"X-Debug-Token","value":"9369c2"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/9369c2"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Set-Cookie","value":"sf_redirect=deleted; expires=Mon, 12-Apr-2021 11:22:27 GMT; Max-Age=0; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"contrato_info\": [\n            {\n                \"description\": \"Company\",\n                \"field\": \"bc_company_id\"\n            },\n            {\n                \"description\": \"Address\",\n                \"field\": \"address\"\n            },\n            {\n                \"description\": \"Phone\",\n                \"field\": \"phone\"\n            },\n            {\n                \"description\": \"Mobile\",\n                \"field\": \"mobile\"\n            },\n            {\n                \"description\": \"Afiliación SS\",\n                \"field\": \"ssocial\"\n            },\n            {\n                \"description\": \"Nacionalidad\",\n                \"field\": \"nacionalidad\"\n            },\n            {\n                \"description\": \"Fecha Nacimiento\",\n                \"field\": \"nacimiento\"\n            },\n            {\n                \"description\": \"Pais\",\n                \"field\": \"pais\"\n            },\n            {\n                \"description\": \"Aporta copia de Autonomo\",\n                \"field\": \"autonomo\"\n            },\n            {\n                \"description\": \"IBAN (Cuenta bancaria)\",\n                \"field\": \"iban\"\n            },\n            {\n                \"description\": \"Fecha Inicio\",\n                \"field\": \"inicio\"\n            },\n            {\n                \"description\": \"Fecha Fin\",\n                \"field\": \"fin\"\n            },\n            {\n                \"description\": \"Horas totales\",\n                \"field\": \"hrs\"\n            },\n            {\n                \"description\": \"Categoria Laboral\",\n                \"field\": \"categoria\"\n            },\n            {\n                \"description\": \"Ocupación\",\n                \"field\": \"ocupacion\"\n            },\n            {\n                \"description\": \"Área FX\",\n                \"field\": \"areafx\"\n            },\n            {\n                \"description\": \"Formación / Módulo a impartir\",\n                \"field\": \"formacion\"\n            },\n            {\n                \"description\": \"Responsable Directo\",\n                \"field\": \"responsable\"\n            },\n            {\n                \"description\": null,\n                \"field\": \"permisos\"\n            },\n            {\n                \"description\": \"Observaciones\",\n                \"field\": \"observaciones\"\n            },\n            {\n                \"description\": \"Fecha Convenio/Acuerdo\",\n                \"field\": \"datasignatura\"\n            },\n            {\n                \"description\": \"Centro Formativo\",\n                \"field\": \"centro\"\n            },\n            {\n                \"description\": \"Horario\",\n                \"field\": \"horario\"\n            },\n            {\n                \"description\": \"Estudios en curso\",\n                \"field\": \"estudios\"\n            },\n            {\n                \"description\": \"Tutor en la Empresa\",\n                \"field\": \"tutorempresa\"\n            },\n            {\n                \"description\": \"Tutor en el Centro\",\n                \"field\": \"tutorcentro\"\n            },\n            {\n                \"description\": \"Descripción de las funciones\",\n                \"field\": \"funciones\"\n            },\n            {\n                \"description\": \"Regimen\",\n                \"field\": \"regim\"\n            },\n            {\n                \"description\": \"Núm. Afiliación:\",\n                \"field\": \"nsocial\"\n            },\n            {\n                \"description\": \"Tipo de vinculació\",\n                \"field\": \"tvinculacio\"\n            },\n            {\n                \"description\": \"Grupo de cotización\",\n                \"field\": \"gcotizacio\"\n            },\n            {\n                \"description\": \"Fecha de alta en la cuenta de cotización de PD\",\n                \"field\": \"dataaltaccotizacio\"\n            },\n            {\n                \"description\": \"Cuenta de cotización PD:\",\n                \"field\": \"comptecotitzaciopd\"\n            },\n            {\n                \"description\": \"Clave de contrato:\",\n                \"field\": \"claudecontracte\"\n            },\n            {\n                \"description\": \"Tipo bonificación:\",\n                \"field\": \"tipusbonificacio\"\n            },\n            {\n                \"description\": \"Fin de la bonificación(*):\",\n                \"field\": \"fidelabonificacio\"\n            },\n            {\n                \"description\": \"Bonificación PD:\",\n                \"field\": \"bonificaciopd\"\n            },\n            {\n                \"description\": \"Fecha inicio contrato:\",\n                \"field\": \"datainicicontracte\"\n            },\n            {\n                \"description\": \"Fecha fin contrato:\",\n                \"field\": \"dataficontracte\"\n            },\n            {\n                \"description\": \"Fecha de alta en la cuenta de cotización de PD:\",\n                \"field\": \"motiunobonificacio\"\n            },\n            {\n                \"description\": \"Cuenta de cotización PD:\",\n                \"field\": \"comptedectotitzacio\"\n            },\n            {\n                \"description\": \"Tiene pluriocupación?\",\n                \"field\": \"pluriocupacio\"\n            },\n            {\n                \"description\": \"Fecha antigüedad:\",\n                \"field\": \"dataantiguetat\"\n            },\n            {\n                \"description\": \"Triennis:\",\n                \"field\": \"Triennis\"\n            },\n            {\n                \"description\": \"Estadis:\",\n                \"field\": \"Estadis\"\n            },\n            {\n                \"description\": \"Titulacion 1:\",\n                \"field\": \"titulacion1\"\n            },\n            {\n                \"description\": \"Fecha obtenció:\",\n                \"field\": \"fecha1\"\n            },\n            {\n                \"description\": \"Titulacion 2:\",\n                \"field\": \"titulacion2\"\n            },\n            {\n                \"description\": \"Fecha obtenció:\",\n                \"field\": \"fecha2\"\n            },\n            {\n                \"description\": \"Titulacion 3:\",\n                \"field\": \"titulacion3\"\n            },\n            {\n                \"description\": \"Fecha obtenció:\",\n                \"field\": \"fecha3\"\n            },\n            {\n                \"description\": \"Tipo de ocupación\",\n                \"field\": \"tipusocupacio1\"\n            },\n            {\n                \"description\": \"Nivel\",\n                \"field\": \"nivell1\"\n            },\n            {\n                \"description\": \"Actividad\",\n                \"field\": \"activitat1\"\n            },\n            {\n                \"description\": \"Tipo de professor\",\n                \"field\": \"tipusprofessor1\"\n            },\n            {\n                \"description\": \"Hores\",\n                \"field\": \"horessetmanals1\"\n            },\n            {\n                \"description\": \"Fecha Inicio\",\n                \"field\": \"datainicisetmanal1\"\n            },\n            {\n                \"description\": \"Fecha fin\",\n                \"field\": \"datafietmanal1\"\n            },\n            {\n                \"description\": \"Tipo de ocupacion\",\n                \"field\": \"tipusocupacio2\"\n            },\n            {\n                \"description\": \"Nivel\",\n                \"field\": \"nivell2\"\n            },\n            {\n                \"description\": \"Actividad\",\n                \"field\": \"activitat2\"\n            },\n            {\n                \"description\": \"Tipo de profesor\",\n                \"field\": \"tipusprofessor2\"\n            },\n            {\n                \"description\": \"Horas\",\n                \"field\": \"horessetmanals2\"\n            },\n            {\n                \"description\": \"Fecha Inicio\",\n                \"field\": \"datainicisetmanal2\"\n            },\n            {\n                \"description\": \"Fecha fin\",\n                \"field\": \"datafietmanal2\"\n            },\n            {\n                \"description\": \"Tipo de incidencia\",\n                \"field\": \"tipusincidencia1\"\n            },\n            {\n                \"description\": \"Fecha Inicio\",\n                \"field\": \"incidenciadatinici1\"\n            },\n            {\n                \"description\": \"Fecha Fin\",\n                \"field\": \"incidenciadatafi1\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4b450dc6-530b-44aa-9e03-71878ecda4be"}],"id":"11d6a8bf-a148-485c-ac9a-353bba114ce6","_postman_id":"11d6a8bf-a148-485c-ac9a-353bba114ce6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"fcab0c95-503a-4332-9968-37fb9f0369fb","_postman_id":"fcab0c95-503a-4332-9968-37fb9f0369fb","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Educational Offer","item":[{"name":"Degrees","item":[{"name":"Degrees","id":"138fe221-8715-4f65-a4e9-a7ee9cae55e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/degrees","urlObject":{"protocol":"https","path":["api","v1","degrees"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"138fe221-8715-4f65-a4e9-a7ee9cae55e8"},{"name":"Degree","id":"538d324e-801d-4f13-bdde-14dfec070c12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/degrees/23","urlObject":{"protocol":"https","path":["api","v1","degrees","23"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"538d324e-801d-4f13-bdde-14dfec070c12"}],"id":"01ef1ab2-11e8-454f-a9a5-a826df52808e","_postman_id":"01ef1ab2-11e8-454f-a9a5-a826df52808e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Areas","item":[{"name":"Grades","item":[{"name":"Get Grades","id":"a21c2373-969e-4b08-bec3-3a9e70d8a0fa","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/areas/:id/grades","urlObject":{"protocol":"https","path":["api","v1","areas",":id","grades"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"d08f2a1b-b767-4432-be6d-e48cff8db3fa","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"a21c2373-969e-4b08-bec3-3a9e70d8a0fa"}],"id":"9b98c8b1-aa47-4f24-a3b7-cd47672216e6","_postman_id":"9b98c8b1-aa47-4f24-a3b7-cd47672216e6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Areas","id":"84985f45-25a4-44d8-83cc-796c9928fad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/areas","urlObject":{"protocol":"https","path":["api","v1","areas"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"84985f45-25a4-44d8-83cc-796c9928fad6"},{"name":"Area","id":"993e132b-a083-44f8-bf92-bc091b3f8ec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/areas/456","urlObject":{"protocol":"https","path":["api","v1","areas","456"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"993e132b-a083-44f8-bf92-bc091b3f8ec3"}],"id":"1828e157-1289-4f37-896a-9bdb77b35870","_postman_id":"1828e157-1289-4f37-896a-9bdb77b35870","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Cycles","item":[{"name":"Cycles","id":"0a880cbb-7f73-4770-b212-2dd4aab72ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/cycles","urlObject":{"protocol":"https","path":["api","v1","cycles"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a880cbb-7f73-4770-b212-2dd4aab72ebf"},{"name":"Cycle","id":"05805df8-f79d-45e8-99c4-145b87675bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/cycles/2025","urlObject":{"protocol":"https","path":["api","v1","cycles","2025"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"05805df8-f79d-45e8-99c4-145b87675bc7"}],"id":"fe16b0fb-5c3b-4f8c-b0d7-4e6c00a94886","_postman_id":"fe16b0fb-5c3b-4f8c-b0d7-4e6c00a94886","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Terms","item":[{"name":"Terms","id":"b2463444-c74f-4400-bda9-cdc11f5e22b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/terms","urlObject":{"protocol":"https","path":["api","v1","terms"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2463444-c74f-4400-bda9-cdc11f5e22b5"},{"name":"Term","id":"ed411617-cd42-4cc6-a7dd-88bed84f8d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/terms/14","urlObject":{"protocol":"https","path":["api","v1","terms","14"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed411617-cd42-4cc6-a7dd-88bed84f8d7c"}],"id":"91c083fe-6e76-4930-a5a6-60426da2f44e","_postman_id":"91c083fe-6e76-4930-a5a6-60426da2f44e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Sections","item":[{"name":"Sections","id":"03aaaba6-2923-4e41-8838-534d8fce814b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/sections","urlObject":{"protocol":"https","path":["api","v1","sections"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"03aaaba6-2923-4e41-8838-534d8fce814b"},{"name":"Section","id":"a01318ba-006d-425b-8aa1-bb225a361e80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/sections/192","urlObject":{"protocol":"https","path":["api","v1","sections","192"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a01318ba-006d-425b-8aa1-bb225a361e80"}],"id":"11444e57-cbc3-4d2f-a6fa-749d9ffc5ed1","_postman_id":"11444e57-cbc3-4d2f-a6fa-749d9ffc5ed1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Curriculum (Plan de estudios)","item":[{"name":"Curriculum","id":"6d8948d6-b1f6-4735-9703-28e2dc471261","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/curriculum?showMetas=true","urlObject":{"protocol":"https","path":["api","v1","curriculum"],"host":["api","classlife","io"],"query":[{"key":"showMetas","value":"true"}],"variable":[]}},"response":[],"_postman_id":"6d8948d6-b1f6-4735-9703-28e2dc471261"}],"id":"23ff4fa7-dddf-4b3e-b838-26abd8b943c6","_postman_id":"23ff4fa7-dddf-4b3e-b838-26abd8b943c6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Classrooms","item":[{"name":"CRUD","item":[{"name":"Classrooms","id":"84368d58-f25d-4f2e-8a4e-0b7baa99d6f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/classrooms","urlObject":{"protocol":"https","path":["api","v1","classrooms"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"ff6a35d0-2447-49e2-adf4-6b7e6a215516","name":"Classrooms","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/classrooms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Apr 2022 13:37:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 73,\n        \"page\": 1,\n        \"limit\": 100,\n        \"count\": 73,\n        \"items\": [\n            {\n                \"classroom_id\": 79,\n                \"classroom_title\": \"Asignatura C- Master II 2\",\n                \"academic_group\": \"22-23-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": \"2022-07-01\",\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master II\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- Master II 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MII\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2M2C\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 1,\n                \"area_id\": 2,\n                \"program_id\": 4,\n                \"course_id\": 12,\n                \"ciclo_id\": 3,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 78,\n                \"classroom_title\": \"Asignatura B- Master II 2\",\n                \"academic_group\": \"22-23-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master II\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B- Master II 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MII\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2M2B\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 1,\n                \"area_id\": 2,\n                \"program_id\": 4,\n                \"course_id\": 11,\n                \"ciclo_id\": 3,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 77,\n                \"classroom_title\": \"Asignatura A- Master II 2\",\n                \"academic_group\": \"22-23-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master II\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A- Master II 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MII\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2M2A\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 1,\n                \"area_id\": 2,\n                \"program_id\": 4,\n                \"course_id\": 10,\n                \"ciclo_id\": 3,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 76,\n                \"classroom_title\": \"Asignatura C- FPGM2 II\",\n                \"academic_group\": \"22-23-septiembremanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- FPGM2 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2IIC\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 14,\n                \"course_id\": 42,\n                \"ciclo_id\": 3,\n                \"term_id\": 1,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 75,\n                \"classroom_title\": \"Asignatura B- FPGM2 II\",\n                \"academic_group\": \"22-23-septiembremanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B- FPGM2 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2IIB\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 14,\n                \"course_id\": 41,\n                \"ciclo_id\": 3,\n                \"term_id\": 1,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 74,\n                \"classroom_title\": \"Asignatura A - FPGM2 II\",\n                \"academic_group\": \"22-23-septiembremanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - FPGM2 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2IIA\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 14,\n                \"course_id\": 40,\n                \"ciclo_id\": 3,\n                \"term_id\": 1,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 73,\n                \"classroom_title\": \"Asignatura C- FPGM2\",\n                \"academic_group\": \"22-23-septiembremanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- FPGM2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2C\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 13,\n                \"course_id\": 39,\n                \"ciclo_id\": 3,\n                \"term_id\": 1,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 72,\n                \"classroom_title\": \"Asignatura B- FPGM2\",\n                \"academic_group\": \"22-23-septiembremanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B- FPGM2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2b\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 13,\n                \"course_id\": 38,\n                \"ciclo_id\": 3,\n                \"term_id\": 1,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 71,\n                \"classroom_title\": \"Asignatura A - FPGM2\",\n                \"academic_group\": \"22-23-septiembremanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - FPGM2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2A\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 13,\n                \"course_id\": 37,\n                \"ciclo_id\": 3,\n                \"term_id\": 1,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 70,\n                \"classroom_title\": \"Asignatura C- FPGM1 II\",\n                \"academic_group\": \"22-23-Unicaonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"UNICA\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- FPGM1 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1IIC\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"Unica\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 12,\n                \"course_id\": 36,\n                \"ciclo_id\": 3,\n                \"term_id\": 4,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 69,\n                \"classroom_title\": \"Asignatura B- FPGM1 II\",\n                \"academic_group\": \"22-23-Unicaonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"UNICA\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B- FPGM1 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1IIB\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"Unica\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 12,\n                \"course_id\": 35,\n                \"ciclo_id\": 3,\n                \"term_id\": 4,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 68,\n                \"classroom_title\": \"Asignatura A - FPGM1 II\",\n                \"academic_group\": \"22-23-Unicaonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"UNICA\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - FPGM1 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1IIA\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"Unica\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 12,\n                \"course_id\": 34,\n                \"ciclo_id\": 3,\n                \"term_id\": 4,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 67,\n                \"classroom_title\": \"Asignatura C - FPGM1\",\n                \"academic_group\": \"22-23-Unicaonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"UNICA\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C - FPGM1\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1C\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"Unica\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 11,\n                \"course_id\": 33,\n                \"ciclo_id\": 3,\n                \"term_id\": 4,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 66,\n                \"classroom_title\": \"Asignatura B - FPGM1\",\n                \"academic_group\": \"22-23-Unicaonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"UNICA\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B - FPGM1 \",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1B\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"Unica\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 11,\n                \"course_id\": 32,\n                \"ciclo_id\": 3,\n                \"term_id\": 4,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 65,\n                \"classroom_title\": \"Asignatura A - FPGM1\",\n                \"academic_group\": \"22-23-Unicaonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2022-2023\",\n                \"term_title\": \"UNICA\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - FPGM1\",\n                \"course_length\": 0,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1A\",\n                \"ciclo_alias\": \"22-23\",\n                \"term_alias\": \"Unica\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 11,\n                \"course_id\": 31,\n                \"ciclo_id\": 3,\n                \"term_id\": 4,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 64,\n                \"classroom_title\": \"Asignatura A - Grado I\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": \"2021-10-27 12:49:33\",\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"1º Grado I \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - Grado I\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1g1A\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 7,\n                \"course_id\": 19,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 63,\n                \"classroom_title\": \"Asignatura B- FPGM1 II\",\n                \"academic_group\": \"20-21-septiembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B- FPGM1 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1IIB\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 12,\n                \"course_id\": 35,\n                \"ciclo_id\": 2,\n                \"term_id\": 1,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 62,\n                \"classroom_title\": \"Asignatura C - FPGM1\",\n                \"academic_group\": \"20-21-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C - FPGM1\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1C\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 11,\n                \"course_id\": 33,\n                \"ciclo_id\": 2,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 61,\n                \"classroom_title\": \"Asignatura C- FPGM1 II\",\n                \"academic_group\": \"21-22-diciembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": \"2021-11-22\",\n                \"date_end\": \"2021-12-31\",\n                \"date_closed\": null,\n                \"classroom_max\": 0,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- FPGM1 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1IIC\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 12,\n                \"course_id\": 36,\n                \"ciclo_id\": 1,\n                \"term_id\": 3,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 60,\n                \"classroom_title\": \"Asignatura B - FPGM1\",\n                \"academic_group\": \"21-22-diciembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/30/DEMO-Background-Aulas-3.png\",\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B - FPGM1 \",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1B\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 11,\n                \"course_id\": 32,\n                \"ciclo_id\": 1,\n                \"term_id\": 3,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 59,\n                \"classroom_title\": \"Asignatura A - FPGM1 II\",\n                \"academic_group\": \"21-22-febreroonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - FPGM1 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1IIA\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 12,\n                \"course_id\": 34,\n                \"ciclo_id\": 1,\n                \"term_id\": 2,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 58,\n                \"classroom_title\": \"Asignatura A - FPGM1\",\n                \"academic_group\": \"21-22-febreroonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Medio\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - FPGM1\",\n                \"course_length\": 0,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM1A\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 6,\n                \"program_id\": 11,\n                \"course_id\": 31,\n                \"ciclo_id\": 1,\n                \"term_id\": 2,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 57,\n                \"classroom_title\": \"Asignatura C- FPGM2 II\",\n                \"academic_group\": \"20-21-febrerovespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- FPGM2 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2IIC\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 14,\n                \"course_id\": 42,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 56,\n                \"classroom_title\": \"Asignatura C- FPGM2\",\n                \"academic_group\": \"20-21-febrerovespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- FPGM2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2C\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 13,\n                \"course_id\": 39,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 55,\n                \"classroom_title\": \"Asignatura B- FPGM2 II\",\n                \"academic_group\": \"21-22-diciembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B- FPGM2 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2IIB\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 14,\n                \"course_id\": 41,\n                \"ciclo_id\": 1,\n                \"term_id\": 3,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 54,\n                \"classroom_title\": \"Asignatura C- FPGM2\",\n                \"academic_group\": \"21-22-diciembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- FPGM2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2C\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 13,\n                \"course_id\": 39,\n                \"ciclo_id\": 1,\n                \"term_id\": 3,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 53,\n                \"classroom_title\": \"Asignatura A - FPGM2 II\",\n                \"academic_group\": \"20-21-diciembremanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 2 \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - FPGM2 II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-2\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2IIA\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 14,\n                \"course_id\": 40,\n                \"ciclo_id\": 2,\n                \"term_id\": 3,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 52,\n                \"classroom_title\": \"Asignatura C- FPGM2\",\n                \"academic_group\": \"20-21-diciembremanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- FPGM2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2C\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 13,\n                \"course_id\": 39,\n                \"ciclo_id\": 2,\n                \"term_id\": 3,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 51,\n                \"classroom_title\": \"Asignatura C- FPGM2\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- FPGM2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2C\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 13,\n                \"course_id\": 39,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 50,\n                \"classroom_title\": \"Asignatura B- FPGM2\",\n                \"academic_group\": \"21-22-septiembremanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B- FPGM2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2b\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 13,\n                \"course_id\": 38,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 49,\n                \"classroom_title\": \"Asignatura A - FPGM2\",\n                \"academic_group\": \"21-22-septiembremanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Formación profesional\",\n                \"area_title\": \"FP Grado Superior\",\n                \"area_length\": null,\n                \"program_title\": \"Curso 1\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - FPGM2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"curso-1\",\n                \"course_code\": null,\n                \"course_alias\": \"FPGM2A\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 3,\n                \"area_id\": 7,\n                \"program_id\": 13,\n                \"course_id\": 37,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 48,\n                \"classroom_title\": \"ASIGNATURA C- GRADO II 4\",\n                \"academic_group\": \"21-22-septiembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"4º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"ASIGNATURA C- GRADO II 4\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"4G2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G4C\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 18,\n                \"course_id\": 54,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 47,\n                \"classroom_title\": \"ASIGNATURA B- GRADO II 4\",\n                \"academic_group\": \"21-22-septiembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"4º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"ASIGNATURA B- GRADO II 4\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"4G2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G4B\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 18,\n                \"course_id\": 52,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 46,\n                \"classroom_title\": \"ASIGNATURA A- GRADO II 4\",\n                \"academic_group\": \"21-22-septiembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"4º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"ASIGNATURA A- GRADO II 4\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"4G2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G4A\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 18,\n                \"course_id\": 53,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 45,\n                \"classroom_title\": \"ASIGNATURA C- GRADO II 2\",\n                \"academic_group\": \"21-22-septiembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"2º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"ASIGNATURA C- GRADO II 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2G2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G2C\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 10,\n                \"course_id\": 30,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 44,\n                \"classroom_title\": \"ASIGNATURA B- GRADO II 2\",\n                \"academic_group\": \"21-22-septiembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"2º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"ASIGNATURA B- GRADO II 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2G2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G2B\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 10,\n                \"course_id\": 29,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 43,\n                \"classroom_title\": \"ASIGNATURA A- GRADO II 2\",\n                \"academic_group\": \"21-22-septiembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"2º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"ASIGNATURA A- GRADO II 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2G2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G2A\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 10,\n                \"course_id\": 28,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 42,\n                \"classroom_title\": \"ASIGNATURA C- GRADO II 3\",\n                \"academic_group\": \"20-21-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"3º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"ASIGNATURA C- GRADO II 3\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"3G2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G3C\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 17,\n                \"course_id\": 51,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 41,\n                \"classroom_title\": \"ASIGNATURA B- GRADO II 3\",\n                \"academic_group\": \"20-21-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"3º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"ASIGNATURA B- GRADO II 3\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"3G2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G3B\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 17,\n                \"course_id\": 50,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 40,\n                \"classroom_title\": \"ASIGNATURA A- GRADO II 3\",\n                \"academic_group\": \"20-21-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"3º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"ASIGNATURA A- GRADO II 3\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"3G2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G3A\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 17,\n                \"course_id\": 49,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 39,\n                \"classroom_title\": \"Asignatura C- Grado II\",\n                \"academic_group\": \"20-21-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"1º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- Grado II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1g2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G1C\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 9,\n                \"course_id\": 27,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 38,\n                \"classroom_title\": \"Asignatura B- Grado II\",\n                \"academic_group\": \"20-21-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"1º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B- Grado II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1g2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G1b\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 9,\n                \"course_id\": 26,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 37,\n                \"classroom_title\": \"Asignatura A- Grado II\",\n                \"academic_group\": \"20-21-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado II\",\n                \"area_length\": null,\n                \"program_title\": \"1º Grado II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A- Grado II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1g2\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2G1A\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 2,\n                \"area_id\": 5,\n                \"program_id\": 9,\n                \"course_id\": 25,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 36,\n                \"classroom_title\": \"Asignatura C- Grado I 4\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"4º Grado I\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- Grado I 4\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"4g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1G4C\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 16,\n                \"course_id\": 46,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 35,\n                \"classroom_title\": \"Asignatura A - Grado I 4\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"4º Grado I\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - Grado I 4\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"4g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1G4A\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 16,\n                \"course_id\": 48,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 34,\n                \"classroom_title\": \"\\tAsignatura B- Grado I 4\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"4º Grado I\",\n                \"program_length\": null,\n                \"course_title\": \"\\tAsignatura B- Grado I 4\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"4g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1G4B\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 16,\n                \"course_id\": 47,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 33,\n                \"classroom_title\": \"Asignatura C - Grado I 2\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"2º Grado I\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C - Grado I 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1G2C\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 8,\n                \"course_id\": 24,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 32,\n                \"classroom_title\": \"Asignatura B - Grado I 2\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/30/DEMO-Background-Aulas-2.png\",\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"2º Grado I\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B - Grado I 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1G2B\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 8,\n                \"course_id\": 22,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 31,\n                \"classroom_title\": \"Asignatura A - Grado I 2\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"2º Grado I\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - Grado I 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1G2A\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 8,\n                \"course_id\": 23,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 30,\n                \"classroom_title\": \"Asignatura C - Grado I 3\",\n                \"academic_group\": \"20-21-diciembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"3º Grado I\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C - Grado I 3\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"3g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1G3C\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 15,\n                \"course_id\": 45,\n                \"ciclo_id\": 2,\n                \"term_id\": 3,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 29,\n                \"classroom_title\": \"Asignatura B - Grado I 3\",\n                \"academic_group\": \"20-21-diciembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"3º Grado I\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B - Grado I 3\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"3g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1G3B\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 15,\n                \"course_id\": 43,\n                \"ciclo_id\": 2,\n                \"term_id\": 3,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 28,\n                \"classroom_title\": \"Asignatura A - Grado I 3\",\n                \"academic_group\": \"20-21-diciembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"3º Grado I\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - Grado I 3\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"3g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1G3a\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 15,\n                \"course_id\": 44,\n                \"ciclo_id\": 2,\n                \"term_id\": 3,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 27,\n                \"classroom_title\": \"Asignatura C - Grado I\",\n                \"academic_group\": \"20-21-diciembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"1º Grado I \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C - Grado I\",\n                \"course_length\": 0,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1G1C\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 7,\n                \"course_id\": 21,\n                \"ciclo_id\": 2,\n                \"term_id\": 3,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 26,\n                \"classroom_title\": \"Asignatura B - Grado I\",\n                \"academic_group\": \"20-21-diciembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"1º Grado I \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B - Grado I\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1G1b\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 7,\n                \"course_id\": 20,\n                \"ciclo_id\": 2,\n                \"term_id\": 3,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 25,\n                \"classroom_title\": \"Asignatura A - Grado I\",\n                \"academic_group\": \"20-21-diciembrevespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Diciembre\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Grados\",\n                \"area_title\": \"Grado I\",\n                \"area_length\": null,\n                \"program_title\": \"1º Grado I \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - Grado I\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1g1\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1g1A\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"diciembre\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 2,\n                \"area_id\": 4,\n                \"program_id\": 7,\n                \"course_id\": 19,\n                \"ciclo_id\": 2,\n                \"term_id\": 3,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 24,\n                \"classroom_title\": \"Asignatura C - Master III 2\",\n                \"academic_group\": \"20-21-febrerovespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master III\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master III\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C - Master III 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MIII\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG3M2C\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 1,\n                \"area_id\": 3,\n                \"program_id\": 6,\n                \"course_id\": 18,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 23,\n                \"classroom_title\": \"Asignatura B - Master III 2\",\n                \"academic_group\": \"20-21-febrerovespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master III\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master III\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B - Master III 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MIII\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG3M2B\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 1,\n                \"area_id\": 3,\n                \"program_id\": 6,\n                \"course_id\": 17,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 22,\n                \"classroom_title\": \"Asignatura A - Master III 2\",\n                \"academic_group\": \"20-21-febrerovespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master III\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master III\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - Master III 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MIII\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG3M2A\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 1,\n                \"area_id\": 3,\n                \"program_id\": 6,\n                \"course_id\": 16,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 21,\n                \"classroom_title\": \"Asignatura C- Master III\",\n                \"academic_group\": \"20-21-febrerovespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master III\",\n                \"area_length\": null,\n                \"program_title\": \"1º Master III\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- Master III\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1miii\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG3M1C\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 1,\n                \"area_id\": 3,\n                \"program_id\": 5,\n                \"course_id\": 15,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 20,\n                \"classroom_title\": \"Asignatura B - Master III\",\n                \"academic_group\": \"20-21-febrerovespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master III\",\n                \"area_length\": null,\n                \"program_title\": \"1º Master III\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B - Master III\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1miii\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG3M1B\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 1,\n                \"area_id\": 3,\n                \"program_id\": 5,\n                \"course_id\": 14,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 19,\n                \"classroom_title\": \"Asignatura A - Master III\",\n                \"academic_group\": \"20-21-febrerovespertino\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2020-2021\",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Vespertino\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master III\",\n                \"area_length\": null,\n                \"program_title\": \"1º Master III\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - Master III \",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1miii\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG3M1A\",\n                \"ciclo_alias\": \"20-21\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"vespertino\",\n                \"degree_id\": 1,\n                \"area_id\": 3,\n                \"program_id\": 5,\n                \"course_id\": 13,\n                \"ciclo_id\": 2,\n                \"term_id\": 2,\n                \"section_id\": 2\n            },\n            {\n                \"classroom_id\": 15,\n                \"classroom_title\": \"Asignatura C- Master I\",\n                \"academic_group\": \"21-22-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master I\",\n                \"area_length\": null,\n                \"program_title\": \"1º Master I \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- Master I\",\n                \"course_length\": 0,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1MI\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1M1C\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 1,\n                \"area_id\": 1,\n                \"program_id\": 1,\n                \"course_id\": 3,\n                \"ciclo_id\": 1,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 14,\n                \"classroom_title\": \"Asignatura B- Master I\",\n                \"academic_group\": \"21-22-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": \"2021-12-31\",\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/22/DEMO-Background-Aulas-1.png\",\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master I\",\n                \"area_length\": null,\n                \"program_title\": \"1º Master I \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B- Master I\",\n                \"course_length\": 0,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1MI\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1M1B\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 1,\n                \"area_id\": 1,\n                \"program_id\": 1,\n                \"course_id\": 2,\n                \"ciclo_id\": 1,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 13,\n                \"classroom_title\": \"Asignatura A - Master I\",\n                \"academic_group\": \"21-22-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": \"2022-01-31\",\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master I\",\n                \"area_length\": null,\n                \"program_title\": \"1º Master I \",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - Master I\",\n                \"course_length\": 0,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1MI\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1M1A\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 1,\n                \"area_id\": 1,\n                \"program_id\": 1,\n                \"course_id\": 55,\n                \"ciclo_id\": 1,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 12,\n                \"classroom_title\": \"Asignatura C - Master I 2\",\n                \"academic_group\": \"21-22-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master I\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master I\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C - Master I 2\",\n                \"course_length\": 0,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MI\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1M2C\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 1,\n                \"area_id\": 1,\n                \"program_id\": 2,\n                \"course_id\": 8,\n                \"ciclo_id\": 1,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 11,\n                \"classroom_title\": \"Asignatura B - Master I 2\",\n                \"academic_group\": \"21-22-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master I\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master I\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B - Master I 2\",\n                \"course_length\": 0,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MI\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1M2B\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 1,\n                \"area_id\": 1,\n                \"program_id\": 2,\n                \"course_id\": 7,\n                \"ciclo_id\": 1,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 10,\n                \"classroom_title\": \"Asignatura A - Master I 2\",\n                \"academic_group\": \"21-22-febreromanana\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Febrero\",\n                \"section_title\": \"Mañana\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master I\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master I\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A - Master I 2\",\n                \"course_length\": 0,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MI\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG1M2A\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"febrero\",\n                \"section_alias\": \"manana\",\n                \"degree_id\": 1,\n                \"area_id\": 1,\n                \"program_id\": 2,\n                \"course_id\": 6,\n                \"ciclo_id\": 1,\n                \"term_id\": 2,\n                \"section_id\": 3\n            },\n            {\n                \"classroom_id\": 6,\n                \"classroom_title\": \"Asignatura C- Master II 2\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master II\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- Master II 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MII\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2M2C\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 1,\n                \"area_id\": 2,\n                \"program_id\": 4,\n                \"course_id\": 12,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 5,\n                \"classroom_title\": \"Asignatura B- Master II 2\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master II\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B- Master II 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MII\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2M2B\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 1,\n                \"area_id\": 2,\n                \"program_id\": 4,\n                \"course_id\": 11,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 4,\n                \"classroom_title\": \"Asignatura A- Master II 2\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master II\",\n                \"area_length\": null,\n                \"program_title\": \"2º Master II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A- Master II 2\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"2MII\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2M2A\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 1,\n                \"area_id\": 2,\n                \"program_id\": 4,\n                \"course_id\": 10,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 3,\n                \"classroom_title\": \"Asignatura C- Master II\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master II\",\n                \"area_length\": null,\n                \"program_title\": \"1º Master II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura C- Master II\",\n                \"course_length\": null,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1mii\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2M1C\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 1,\n                \"area_id\": 2,\n                \"program_id\": 3,\n                \"course_id\": 9,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 2,\n                \"classroom_title\": \"Asignatura B- Master II\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master II\",\n                \"area_length\": null,\n                \"program_title\": \"1º Master II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura B- Master II\",\n                \"course_length\": 0,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1mii\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2M1B\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 1,\n                \"area_id\": 2,\n                \"program_id\": 3,\n                \"course_id\": 4,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            },\n            {\n                \"classroom_id\": 1,\n                \"classroom_title\": \"Asignatura A- Master II\",\n                \"academic_group\": \"21-22-septiembreonline\",\n                \"group_count\": 1,\n                \"date_ini\": null,\n                \"date_end\": null,\n                \"date_closed\": null,\n                \"classroom_max\": null,\n                \"classroom_color\": null,\n                \"readonly\": 0,\n                \"client_id\": 0,\n                \"course_link\": null,\n                \"publish\": 1,\n                \"publish_teachers\": 1,\n                \"course_image_cover\": null,\n                \"school_id\": 1,\n                \"ciclo_title\": \"Curso 2021-2022 \",\n                \"term_title\": \"Septiembre\",\n                \"section_title\": \"Online\",\n                \"degree_title\": \"Masters\",\n                \"area_title\": \"Master II\",\n                \"area_length\": null,\n                \"program_title\": \"1º Master II\",\n                \"program_length\": null,\n                \"course_title\": \"Asignatura A- Master II\",\n                \"course_length\": 0,\n                \"course_ects\": null,\n                \"degree_alias\": null,\n                \"area_oficial\": null,\n                \"program_code\": null,\n                \"program_alias\": \"1mii\",\n                \"course_code\": null,\n                \"course_alias\": \"ASIG2M1A\",\n                \"ciclo_alias\": \"21-22\",\n                \"term_alias\": \"septiembre\",\n                \"section_alias\": \"online\",\n                \"degree_id\": 1,\n                \"area_id\": 2,\n                \"program_id\": 3,\n                \"course_id\": 5,\n                \"ciclo_id\": 1,\n                \"term_id\": 1,\n                \"section_id\": 1\n            }\n        ]\n    }\n}"}],"_postman_id":"84368d58-f25d-4f2e-8a4e-0b7baa99d6f8"},{"name":"Classroom","id":"14d23504-008b-4bd5-8c4e-cbdd87b70a32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/classrooms/:id","urlObject":{"protocol":"https","path":["api","v1","classrooms",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"5617f522-7e16-49b0-9e80-1f530d831254","type":"any","value":"","key":"id"}]}},"response":[{"id":"b29669a6-35fc-49a3-836a-4a12ef1a9857","name":"Classroom","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/classrooms/:id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","classrooms",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Apr 2022 13:37:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"classroom_id\": 1,\n        \"classroom_title\": \"Asignatura A- Master II\",\n        \"academic_group\": \"21-22-septiembreonline\",\n        \"group_count\": 1,\n        \"date_ini\": null,\n        \"date_end\": null,\n        \"date_closed\": null,\n        \"classroom_max\": null,\n        \"classroom_color\": null,\n        \"readonly\": 0,\n        \"client_id\": 0,\n        \"course_link\": null,\n        \"publish\": 1,\n        \"publish_teachers\": 1,\n        \"course_image_cover\": null,\n        \"school_id\": 1,\n        \"ciclo_title\": \"Curso 2021-2022 \",\n        \"term_title\": \"Septiembre\",\n        \"section_title\": \"Online\",\n        \"degree_title\": \"Masters\",\n        \"area_title\": \"Master II\",\n        \"area_length\": null,\n        \"program_title\": \"1º Master II\",\n        \"program_length\": null,\n        \"course_title\": \"Asignatura A- Master II\",\n        \"course_length\": 0,\n        \"course_ects\": null,\n        \"degree_alias\": null,\n        \"area_oficial\": null,\n        \"program_code\": null,\n        \"program_alias\": \"1mii\",\n        \"course_code\": null,\n        \"course_alias\": \"ASIG2M1A\",\n        \"ciclo_alias\": \"21-22\",\n        \"term_alias\": \"septiembre\",\n        \"section_alias\": \"online\",\n        \"degree_id\": 1,\n        \"area_id\": 2,\n        \"program_id\": 3,\n        \"course_id\": 5,\n        \"ciclo_id\": 1,\n        \"term_id\": 1,\n        \"section_id\": 1\n    }\n}"}],"_postman_id":"14d23504-008b-4bd5-8c4e-cbdd87b70a32"}],"id":"1d0dedf5-3a98-4c0f-84db-ceb2f336cdd3","_postman_id":"1d0dedf5-3a98-4c0f-84db-ceb2f336cdd3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Roles","item":[{"name":"Get Roles","id":"9c81bb48-f256-4d78-a050-76242b3fd962","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"test1@classlife.es\",\n    \"uid\": \"00000001T\",\n    \"name\": \"Test\",\n    \"lastname\": \"Classlife\"\n}"},"url":"https://api.classlife.io/api/v1/classrooms/:id/roles","urlObject":{"protocol":"https","path":["api","v1","classrooms",":id","roles"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"9c81bb48-f256-4d78-a050-76242b3fd962"},{"name":"Set Role","id":"a44939e4-b6d8-4be2-addb-81c5de6cd123","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"test1@classlife.es\",\n    \"uid\": \"00000001T\",\n    \"name\": \"Test\",\n    \"lastname\": \"Classlife\"\n}"},"url":"https://api.classlife.io/api/v1/classrooms/:id/roles/:roleId","urlObject":{"protocol":"https","path":["api","v1","classrooms",":id","roles",":roleId"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"},{"type":"any","value":null,"key":"roleId"}]}},"response":[],"_postman_id":"a44939e4-b6d8-4be2-addb-81c5de6cd123"},{"name":"Remove Role","id":"0824bf50-98c9-48c0-960f-3d79463bbda0","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"test1@classlife.es\",\n    \"uid\": \"00000001T\",\n    \"name\": \"Test\",\n    \"lastname\": \"Classlife\"\n}"},"url":"https://api.classlife.io/api/v1/classrooms/:id/roles/:roleId","urlObject":{"protocol":"https","path":["api","v1","classrooms",":id","roles",":roleId"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"},{"type":"any","value":null,"key":"roleId"}]}},"response":[],"_postman_id":"0824bf50-98c9-48c0-960f-3d79463bbda0"}],"id":"0af54867-defb-4210-be0a-c60fbe2d23ff","_postman_id":"0af54867-defb-4210-be0a-c60fbe2d23ff","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Students","item":[{"name":"Get Students","id":"a1fd0204-3a3e-420d-8d10-e74777778e1a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"test1@classlife.es\",\n    \"uid\": \"00000001T\",\n    \"name\": \"Test\",\n    \"lastname\": \"Classlife\"\n}"},"url":"https://api.classlife.io/api/v1/classrooms/3661/students","urlObject":{"protocol":"https","path":["api","v1","classrooms","3661","students"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1fd0204-3a3e-420d-8d10-e74777778e1a"}],"id":"3c3deeee-d932-437d-be19-47421b12e8a9","_postman_id":"3c3deeee-d932-437d-be19-47421b12e8a9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"d5b406c4-eb8c-48a1-8062-1668f10e52f8","_postman_id":"d5b406c4-eb8c-48a1-8062-1668f10e52f8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"68f661ce-eeb6-4fe0-8de9-d9a396924cfb","_postman_id":"68f661ce-eeb6-4fe0-8de9-d9a396924cfb","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Enrollment / Registration","item":[{"name":"EnrollGroups","item":[{"name":"Grades","item":[{"name":"Get Grades","id":"dccd22a7-3450-4768-a958-a0d8af87e9a8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/enroll_groups/:id/grades","urlObject":{"protocol":"https","path":["api","v1","enroll_groups",":id","grades"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"d08f2a1b-b767-4432-be6d-e48cff8db3fa","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"dccd22a7-3450-4768-a958-a0d8af87e9a8"}],"id":"af12b1f2-9e8b-4302-8f52-c278bd88fc64","_postman_id":"af12b1f2-9e8b-4302-8f52-c278bd88fc64","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"EnrollGroups","id":"1492b087-b8ee-4b49-bdfc-7711122e2c94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/enroll_groups","urlObject":{"protocol":"https","path":["api","v1","enroll_groups"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"42a192d8-83b2-45e2-b5ec-9577b4d6f1cb","name":"EnrollGroups","originalRequest":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/enroll_groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Feb 2024 16:20:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 2,\n        \"page\": 1,\n        \"limit\": 5000,\n        \"count\": 2,\n        \"items\": [\n            {\n                \"enroll_group_id\": 2,\n                \"enroll_alias\": \"ciclo-2021-unicaga\",\n                \"enroll_group_name\": null,\n                \"school_name\": \"SCHOOL NAME\",\n                \"degree_title\": null,\n                \"area_title\": \"Area title example\",\n                \"plan_title\": null,\n                \"ciclo_title\": \"2022/2023\",\n                \"section_title\": \"Grupo C\",\n                \"term_title\": \"Única\",\n                \"year\": 1,\n                \"enroll_ini\": null,\n                \"enroll_end\": null,\n                \"school_id\": 2,\n                \"degree_id\": null,\n                \"area_id\": 226,\n                \"plan_id\": null,\n                \"ciclo_id\": 2021,\n                \"section_id\": 3,\n                \"term_id\": 1,\n                \"counters\": {\n                    \"enroll_group_id\": 2,\n                    \"seats\": 0,\n                    \"enrolled\": 0,\n                    \"availables\": 0,\n                    \"pre\": 0,\n                    \"availables_pre\": 0\n                }\n            },\n            {\n                \"enroll_group_id\": 1,\n                \"enroll_alias\": \"ciclo-2031-unicaga\",\n                \"enroll_group_name\": null,\n                \"school_name\": \"School name\",\n                \"degree_title\": null,\n                \"area_title\": \"Area title example\",\n                \"plan_title\": null,\n                \"ciclo_title\": \"2022/2023\",\n                \"section_title\": \"Grupo P\",\n                \"term_title\": \"Única\",\n                \"year\": 1,\n                \"enroll_ini\": null,\n                \"enroll_end\": null,\n                \"school_id\": 1,\n                \"degree_id\": null,\n                \"area_id\": 234,\n                \"plan_id\": null,\n                \"ciclo_id\": 2031,\n                \"section_id\": 3,\n                \"term_id\": 1,\n                \"counters\": {\n                    \"enroll_group_id\": 1,\n                    \"seats\": 0,\n                    \"enrolled\": 0,\n                    \"availables\": 0,\n                    \"pre\": 0,\n                    \"availables_pre\": 0\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"1492b087-b8ee-4b49-bdfc-7711122e2c94"},{"name":"EnrollGroup","id":"79820a74-8c9b-425f-a073-7f0faae46633","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/enroll_groups/:id","urlObject":{"protocol":"https","path":["api","v1","enroll_groups",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"552","key":"id"}]}},"response":[],"_postman_id":"79820a74-8c9b-425f-a073-7f0faae46633"},{"name":"EnrollGroup Enrollment","id":"cc170687-ac10-47da-b21a-9e30a2071be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_id\": 10454934\n}"},"url":"https://api.classlife.io/api/v1/enroll_groups/337/enrollments","urlObject":{"protocol":"https","path":["api","v1","enroll_groups","337","enrollments"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc170687-ac10-47da-b21a-9e30a2071be6"}],"id":"7686766d-7d12-4da4-805a-9eb79bf2eef4","_postman_id":"7686766d-7d12-4da4-805a-9eb79bf2eef4","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Admissions","item":[{"name":"Admission Delete","id":"89ad0df7-7712-4dee-b6cd-65f6dc7c94e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\"ids\": [\"47024\"]}"},"url":"http://api.classlife.local:8081/api/v1/admissions","urlObject":{"protocol":"http","port":"8081","path":["api","v1","admissions"],"host":["api","classlife","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"89ad0df7-7712-4dee-b6cd-65f6dc7c94e1"},{"name":"Admissions","id":"9bdffff0-e4f8-49c8-ac5d-9d5cd3faf211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://api.classlife.local:8081/api/v1/list_actions_rows?context=list-admissions","urlObject":{"protocol":"http","port":"8081","path":["api","v1","list_actions_rows"],"host":["api","classlife","local"],"query":[{"key":"context","value":"list-admissions"}],"variable":[]}},"response":[],"_postman_id":"9bdffff0-e4f8-49c8-ac5d-9d5cd3faf211"},{"name":"Admission","id":"dc021ad6-42f5-477c-979f-df8945a54779","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/admissions/:id","urlObject":{"protocol":"https","path":["api","v1","admissions",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"dc021ad6-42f5-477c-979f-df8945a54779"},{"name":"Admission","id":"f8c13b67-ed2d-439b-977b-86b177fe248c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_id\": 10454934,\n    \"area_id\": 1,\n    \"cycle_id\": 2022\n}"},"url":"https://api.classlife.io/api/v1/admissions","urlObject":{"protocol":"https","path":["api","v1","admissions"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8c13b67-ed2d-439b-977b-86b177fe248c"},{"name":"Admission Draft","id":"6c9593b7-5f4c-45bb-a409-389dc8a2de18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"anything\": 123\n}"},"url":"https://api.classlife.io/api/v1/admissions/draft","urlObject":{"protocol":"https","path":["api","v1","admissions","draft"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"c585a20e-f770-4116-9cbc-20eb194b1772","name":"Admission Draft","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"anything\": 123\n}"},"url":"https://api.classlife.io/api/v1/admissions/draft"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Fri, 01 Apr 2022 07:19:09 GMT"},{"key":"X-Debug-Token","value":"d78237"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/d78237"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Fri, 01 Apr 2022 07:19:09 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Admission data registered\"\n}"}],"_postman_id":"6c9593b7-5f4c-45bb-a409-389dc8a2de18"},{"name":"Admission & Student","id":"240f47ee-9e8e-4452-81d7-a791ee3b3f4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_email\": \"test2@classlife.es\",\n    \"student_uid\": \"0000002T\",\n    \"student_name\": \"Test\",\n    \"student_lastname\": \"Classlife\",\n    \"area_id\": 1,\n    \"cycle_id\": 2022,\n    \"term_id\": 1,\n    \"section_id\": 1\n}"},"url":"https://api.classlife.io/api/v1/admission-student","description":"<p>Creates a new Admission and a new Student.\nIf email is already in use, student data will be updated insted of create a new student.</p>\n<p>Admission can be created from optional curriculum attributes: <strong>area_id</strong>, <strong>cycle_id</strong>, <strong>section_id</strong>, <strong>term_id</strong> and <strong>year</strong>:</p>\n<table>\n    <tr>\n        <td>student_email</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_uid (DNI/CIF)</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_name</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_lastname</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_lastnameend</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>student_key (Student number)</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>student_phone</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>school_id</td>\n        <td>int</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>language_code (ISO code)</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>student_metas</td>\n        <td>object (key-value pairs)</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>area_id</td>\n        <td>int</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>cycle_id</td>\n        <td>int</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>term_id</td>\n        <td>int</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>section_id</td>\n        <td>int</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>year</td>\n        <td>int</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>start_date</td>\n        <td>date</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>end_date</td>\n        <td>date</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>metas</td>\n        <td>object (key-value pairs)</td>\n        <td>required</td>\n    </tr>\n</table>\nThese attributes combination should match one or more existing enroll groups if \"Closed enroll groups\" config is activated.","urlObject":{"protocol":"https","path":["api","v1","admission-student"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"46c57952-00dd-4e9c-bf69-6fc637f6b739","name":"New admission & New student","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_email\": \"test@classlife.es\",\n    \"student_uid\": \"0000000T\",\n    \"student_name\": \"Test\",\n    \"student_lastname\": \"Classlife\",\n    \"area_id\": 97,\n    \"cycle_id\": 33,\n    \"term_id\": 12,\n    \"section_id\": 3,\n    \"year\": 0\n}"},"url":"https://api.classlife.io/api/v1/admission-student"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jan 2023 11:38:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 23 Jan 2023 11:38:32 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Student enrolled\",\n    \"data\": {\n        \"student\": {\n            \"student_id\": 309,\n            \"student_key\": null,\n            \"student_full_name\": \"Test Classlife\",\n            \"student_name\": \"Test\",\n            \"student_lastname\": \"Classlife\",\n            \"student_lastnameend\": null,\n            \"student_email\": \"test@classlife.es\",\n            \"student_phone\": null,\n            \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n            \"student_uid\": \"0000000T\",\n            \"student_registration_date\": \"2022-03-08 14:57:05\",\n            \"student_active\": 1,\n            \"student_blocked\": 0,\n            \"school_id\": 1,\n            \"student_language\": \"es-ES\"\n        },\n        \"admission_id\": 436\n    }\n}"},{"id":"78ef6066-a0c3-47d4-8a04-436e3e83b926","name":"New admission of existent Student","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_email\": \"test@classlife.es\",\n    \"area_id\": 96,\n    \"cycle_id\": 33,\n    \"term_id\": 12,\n    \"section_id\": 6,\n    \"year\": 0\n}"},"url":"https://api.classlife.io/api/v1/admission-student"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jan 2023 11:39:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 23 Jan 2023 11:39:43 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Student enrolled\",\n    \"data\": {\n        \"student\": {\n            \"student_id\": 309,\n            \"student_key\": null,\n            \"student_full_name\": \"Test Classlife\",\n            \"student_name\": \"Test\",\n            \"student_lastname\": \"Classlife\",\n            \"student_lastnameend\": null,\n            \"student_email\": \"test@classlife.es\",\n            \"student_phone\": null,\n            \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n            \"student_uid\": \"0000000T\",\n            \"student_registration_date\": \"2022-03-08 14:57:05\",\n            \"student_active\": 1,\n            \"student_blocked\": 0,\n            \"school_id\": 1,\n            \"student_language\": \"es-ES\"\n        },\n        \"admission_id\": 437\n    }\n}"},{"id":"64bf0276-c378-40ce-ba73-49a75ba4f736","name":"ERROR: Student UID already in use for another email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_email\": \"test1@classlife.es\",\n    \"student_uid\": \"0000000T\",\n    \"student_name\": \"Test\",\n    \"student_lastname\": \"Classlife\",\n    \"area_id\": 97,\n    \"cycle_id\": 33,\n    \"term_id\": 12,\n    \"section_id\": 3,\n    \"year\": 0\n}"},"url":"https://api.classlife.io/api/v1/admission-student"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jan 2023 11:40:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 23 Jan 2023 11:40:45 GMT"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ko\",\n    \"message\": \"Student UID already in use for another student.\"\n}"},{"id":"44328161-899e-43df-86dc-90c6e67b6cb0","name":"ERROR: No enroll group match","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_email\": \"test@classlife.es\",\n    \"student_uid\": \"0000000T\",\n    \"student_name\": \"Test\",\n    \"student_lastname\": \"Classlife\",\n    \"area_id\": 97,\n    \"cycle_id\": 33,\n    \"term_id\": 3,\n    \"section_id\": 8\n}"},"url":"https://api.classlife.io/api/v1/admission-student"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jan 2023 11:36:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 23 Jan 2023 11:36:56 GMT"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ko\",\n    \"message\": \"No EnrollGroup was found that matches this Admission attributes: Area #97, Cycle #33, Term #3, Section #8, Year #1.\"\n}"}],"_postman_id":"240f47ee-9e8e-4452-81d7-a791ee3b3f4d"},{"name":"Admission by EnrollGroup & Student","id":"4972d56a-7002-4dcf-884f-dec1606cbd0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_email\": \"fernando+test@classlife.es\",\n    \"student_name\": \"Test\",\n    \"student_lastname\": \"Classlife\",\n    \"enroll_group_id\": 3920,\n    \"template_id\": 20\n}"},"url":"https://api.classlife.io/api/v1/admission-group-student","description":"<p>Creates a new Admission from an existing EnrollGroup and a new Student.\nIf email is already in use, student data will be updated insted of create a new student.</p>\n<table>\n    <tr>\n        <td>student_email</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_uid (DNI/CIF)</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_name</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_lastname</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_lastnameend</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>student_key (Student number)</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>student_phone</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>school_id</td>\n        <td>int</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>language_code (ISO code)</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>student_metas</td>\n        <td>object (key-value pairs)</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>enroll_group_id</td>\n        <td>int</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>start_date</td>\n        <td>date</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>end_date</td>\n        <td>date</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>metas</td>\n        <td>object (key-value pairs)</td>\n        <td>required</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","admission-group-student"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"dd84af40-d9f4-4b4a-8f2a-c7643cdbb04d","name":"New Admission from EnrollGroupId","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_email\": \"test@classlife.es\",\n    \"student_name\": \"Test\",\n    \"student_lastname\": \"Classlife\",\n    \"enroll_group_id\": 84,\n    \"welcome\": 12\n}"},"url":"https://api.classlife.io/api/v1/admission-student"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jan 2023 11:42:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 23 Jan 2023 11:42:42 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Student enrolled\",\n    \"data\": {\n        \"student\": {\n            \"student_id\": 309,\n            \"student_key\": null,\n            \"student_full_name\": \"Test Classlife\",\n            \"student_name\": \"Test\",\n            \"student_lastname\": \"Classlife\",\n            \"student_lastnameend\": null,\n            \"student_email\": \"test@classlife.es\",\n            \"student_phone\": null,\n            \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n            \"student_uid\": \"0000000T\",\n            \"student_registration_date\": \"2022-03-08 14:57:05\",\n            \"student_active\": 1,\n            \"student_blocked\": 0,\n            \"school_id\": 1,\n            \"student_language\": \"es-ES\"\n        },\n        \"admission_id\": 439\n    }\n}"}],"_postman_id":"4972d56a-7002-4dcf-884f-dec1606cbd0b"},{"name":"[LOCAL] Admission by EnrollGroup & Student","id":"088d9454-8799-44c5-9b47-f83ba11053f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_email\": \"fernando+test@classlife.es\",\n    \"student_name\": \"Test\",\n    \"student_lastname\": \"Classlife\",\n    \"enroll_group_id\": 113,\n    \"template_id\": 1\n}"},"url":"http://api.classlife.local:8081/api/v1/admission-group-student","description":"<p>Creates a new Admission from an existing EnrollGroup and a new Student.\nIf email is already in use, student data will be updated insted of create a new student.</p>\n<table>\n    <tr>\n        <td>student_email</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_uid (DNI/CIF)</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_name</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_lastname</td>\n        <td>text</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>student_lastnameend</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>student_key (Student number)</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>student_phone</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>school_id</td>\n        <td>int</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>language_code (ISO code)</td>\n        <td>text</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>student_metas</td>\n        <td>object (key-value pairs)</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>enroll_group_id</td>\n        <td>int</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>start_date</td>\n        <td>date</td>\n        <td>optional</td>\n    </tr>\n    <tr>\n        <td>end_date</td>\n        <td>date</td>\n        <td>required</td>\n    </tr>\n    <tr>\n        <td>metas</td>\n        <td>object (key-value pairs)</td>\n        <td>required</td>\n    </tr>\n</table>","urlObject":{"protocol":"http","port":"8081","path":["api","v1","admission-group-student"],"host":["api","classlife","local"],"query":[],"variable":[]}},"response":[{"id":"d3862ee1-ef24-44a3-9137-a1a1364f68be","name":"New Admission from EnrollGroupId","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_email\": \"test@classlife.es\",\n    \"student_name\": \"Test\",\n    \"student_lastname\": \"Classlife\",\n    \"enroll_group_id\": 84,\n    \"welcome\": 12\n}"},"url":"https://api.classlife.io/api/v1/admission-student"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jan 2023 11:42:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 23 Jan 2023 11:42:42 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Student enrolled\",\n    \"data\": {\n        \"student\": {\n            \"student_id\": 309,\n            \"student_key\": null,\n            \"student_full_name\": \"Test Classlife\",\n            \"student_name\": \"Test\",\n            \"student_lastname\": \"Classlife\",\n            \"student_lastnameend\": null,\n            \"student_email\": \"test@classlife.es\",\n            \"student_phone\": null,\n            \"student_image\": \"https://s3-eu-west-1.amazonaws.com/classlife/c.png\",\n            \"student_uid\": \"0000000T\",\n            \"student_registration_date\": \"2022-03-08 14:57:05\",\n            \"student_active\": 1,\n            \"student_blocked\": 0,\n            \"school_id\": 1,\n            \"student_language\": \"es-ES\"\n        },\n        \"admission_id\": 439\n    }\n}"}],"_postman_id":"088d9454-8799-44c5-9b47-f83ba11053f4"}],"id":"4825ccc0-96fa-4917-ad5b-76cf766490ce","_postman_id":"4825ccc0-96fa-4917-ad5b-76cf766490ce","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Enrollments","item":[{"name":"Enrollments","id":"2503943c-69f8-479c-803a-73db663dd3cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"},{"warning":"This is a duplicate header and will be overridden by the apiKey header generated by Postman.","key":"apikey","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.classlife.io/api/v1/enrollments","urlObject":{"protocol":"https","path":["api","v1","enrollments"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"2503943c-69f8-479c-803a-73db663dd3cc"},{"name":"Enrollment","id":"d2ae3cec-211f-489f-ada1-97150dfd6be8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/enrollments/12017777","urlObject":{"protocol":"https","path":["api","v1","enrollments","12017777"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2ae3cec-211f-489f-ada1-97150dfd6be8"},{"name":"Enrollment","id":"eb31901d-60fa-46c0-b432-f2b9dcf94d2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_id\": 10454934,\n    \"area_id\": 1,\n    \"cycle_id\": 2022,\n    \"term_id\": 4,\n    \"section_id\": 5\n}"},"url":"https://api.classlife.io/api/v1/enrollments","urlObject":{"protocol":"https","path":["api","v1","enrollments"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb31901d-60fa-46c0-b432-f2b9dcf94d2c"},{"name":"Enroll Student","id":"636eff65-7a91-4013-8388-138435b0f1fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_email\": \"test2@classlife.es\",\n    \"student_uid\": \"0000002T\",\n    \"student_name\": \"Test\",\n    \"student_lastname\": \"Classlife\",\n    \"area_id\": 1,\n    \"cycle_id\": 2022,\n    \"term_id\": 4,\n    \"section_id\": 5\n}"},"url":"https://api.classlife.io/api/v1/enroll-student","urlObject":{"protocol":"https","path":["api","v1","enroll-student"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"636eff65-7a91-4013-8388-138435b0f1fd"}],"id":"a0fd9e38-077c-4100-9d5e-91912ef74f16","_postman_id":"a0fd9e38-077c-4100-9d5e-91912ef74f16","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"c751779c-5136-4e4c-aa6e-7c832b1851ed","_postman_id":"c751779c-5136-4e4c-aa6e-7c832b1851ed","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Others","item":[{"name":"Centers","item":[{"name":"Centers","id":"b186d46c-e39a-4f15-a714-4a3cec7ea237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/centers","urlObject":{"protocol":"https","path":["api","v1","centers"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"eb495dca-fb02-449c-bf0d-2bea8fee189a","name":"Centers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/centers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Jan 2023 16:46:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 1,\n        \"page\": 1,\n        \"limit\": 1000000,\n        \"count\": 1,\n        \"items\": [\n            {\n                \"center_id\": 1,\n                \"center_alias\": \"test-center\",\n                \"center_title\": \"Test Center\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b186d46c-e39a-4f15-a714-4a3cec7ea237"},{"name":"Center","id":"b3254a5f-8803-48b0-baef-a1d5a5ff551e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/centers/:id","urlObject":{"protocol":"https","path":["api","v1","centers",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[{"id":"026a8c09-a761-472c-a55a-3b11c6fb3d3c","name":"Center","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.classlife.io/api/v1/centers/:id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","centers",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Jan 2023 16:46:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"center_id\": 1,\n        \"center_alias\": \"test-center\",\n        \"center_title\": \"Test Center\"\n    }\n}"}],"_postman_id":"b3254a5f-8803-48b0-baef-a1d5a5ff551e"},{"name":"Center","id":"c0a4eafb-5e13-43a3-ab32-ba1ddcebe185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test-center\",\n    \"title\": \"Test Center\"\n}"},"url":"https://api.classlife.io/api/v1/centers","urlObject":{"protocol":"https","path":["api","v1","centers"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"5a6b03d7-047b-4bdd-8603-162c213d1f7d","name":"Center","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test-center\",\n    \"title\": \"Test Center\"\n}"},"url":"https://api.classlife.io/api/v1/centers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Jan 2023 16:46:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 16 Jan 2023 16:46:00 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Center created\",\n    \"data\": {\n        \"center_id\": 1\n    }\n}"}],"_postman_id":"c0a4eafb-5e13-43a3-ab32-ba1ddcebe185"},{"name":"Center","id":"42b1bb05-92f8-4ba6-bf20-c03c2b35e27e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test-center\",\n    \"title\": \"Test Center Update\"\n}"},"url":"https://api.classlife.io/api/v1/centers/:id","urlObject":{"protocol":"https","path":["api","v1","centers",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"8b9ff1df-8901-4120-8ba9-890a666dec56","name":"Center","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test-center\",\n    \"title\": \"Test Center Update\"\n}"},"url":{"raw":"https://api.classlife.io/api/v1/centers/:id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","centers",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Jan 2023 16:46:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 16 Jan 2023 16:46:54 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Center updated\"\n}"}],"_postman_id":"42b1bb05-92f8-4ba6-bf20-c03c2b35e27e"},{"name":"Center","id":"1afdbef5-f5ef-4023-b6db-3c140d7dcc76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/centers/:id","urlObject":{"protocol":"https","path":["api","v1","centers",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[{"id":"3af2138c-8846-40d0-a8aa-027c920b9250","name":"Center","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/centers/:id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","centers",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Jan 2023 16:49:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 16 Jan 2023 16:49:03 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Center deleted\"\n}"}],"_postman_id":"1afdbef5-f5ef-4023-b6db-3c140d7dcc76"},{"name":"Center's Students","id":"f0e3b36b-b0a6-40e3-b6fc-56a73a06e1fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/centers/:id/students","urlObject":{"protocol":"https","path":["api","v1","centers",":id","students"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[{"id":"cfa6f4a3-9023-4b24-abb2-9ac9937f0364","name":"Center's Students","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.classlife.io/api/v1/centers/:id/students","protocol":"https","host":["api","classlife","io"],"path":["api","v1","centers",":id","students"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Jan 2023 16:48:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"apiKey,clientId,Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": [\n        {\n            \"student_id\": 1\n        }\n    ]\n}"}],"_postman_id":"f0e3b36b-b0a6-40e3-b6fc-56a73a06e1fc"}],"id":"3abe5ce9-ef94-4c9b-8cd0-8a8aace03ad8","_postman_id":"3abe5ce9-ef94-4c9b-8cd0-8a8aace03ad8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Roles","item":[{"name":"Roles","id":"e64f9b9a-4a50-48e9-9dff-7496438d2d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/roles","urlObject":{"protocol":"https","path":["api","v1","roles"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e64f9b9a-4a50-48e9-9dff-7496438d2d0a"},{"name":"Role","id":"d3b950c4-44c3-43fb-8afa-60d29c94a3b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/roles/1","urlObject":{"protocol":"https","path":["api","v1","roles","1"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3b950c4-44c3-43fb-8afa-60d29c94a3b5"},{"name":"Role","id":"0b6464b7-e07a-4b64-9ddc-d2d06c50d8a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"role-test\",\n    \"title\": \"Rol de prueba\"\n}"},"url":"https://api.classlife.io/api/v1/roles","urlObject":{"protocol":"https","path":["api","v1","roles"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"a8905b69-54ef-45e4-8240-6475d43cf56c","name":"Role","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"role-test\",\n    \"title\": \"Rol de prueba\"\n}"},"url":"https://api.classlife.io/api/v1/roles"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Oct 2022 12:53:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Fri, 14 Oct 2022 12:53:09 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Role created\",\n    \"data\": {\n        \"role_id\": 100\n    }\n}"}],"_postman_id":"0b6464b7-e07a-4b64-9ddc-d2d06c50d8a6"},{"name":"Role","id":"29d186a9-bed9-4219-b74e-8b19f071f103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"role-test-2\",\n    \"title\": \"Rol de prueba 2\"\n}"},"url":"https://api.classlife.io/api/v1/roles/100","urlObject":{"protocol":"https","path":["api","v1","roles","100"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"a34b2ecb-b4ff-459e-a027-0a5b6dac0c09","name":"Role","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"role-test-2\",\n    \"title\": \"Rol de prueba 2\"\n}"},"url":"https://api.classlife.io/api/v1/roles/100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Oct 2022 12:53:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Fri, 14 Oct 2022 12:53:54 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Role updated\"\n}"}],"_postman_id":"29d186a9-bed9-4219-b74e-8b19f071f103"},{"name":"Role","id":"d9564503-dcf4-4e53-9454-25e76cea1d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/roles/100","urlObject":{"protocol":"https","path":["api","v1","roles","100"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"ecc1a5f6-587b-4c99-a6c0-eafd5114c4a7","name":"Role","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/roles/100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Oct 2022 12:54:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Fri, 14 Oct 2022 12:54:16 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Role deleted\"\n}"}],"_postman_id":"d9564503-dcf4-4e53-9454-25e76cea1d57"},{"name":"Role Classrooms","id":"f22e64ce-f56b-40f4-9005-2be212d4a5c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/roles/1/classrooms","urlObject":{"protocol":"https","path":["api","v1","roles","1","classrooms"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f22e64ce-f56b-40f4-9005-2be212d4a5c1"},{"name":"Role Students","id":"6df7f19e-a406-4c33-958e-3b06cba29dea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/roles/1/students","urlObject":{"protocol":"https","path":["api","v1","roles","1","students"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6df7f19e-a406-4c33-958e-3b06cba29dea"}],"id":"85e70a3a-f92f-48da-aa63-f479349e78ec","_postman_id":"85e70a3a-f92f-48da-aa63-f479349e78ec","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"7fb7afd4-48ba-40a5-b597-cecf2578dc25","_postman_id":"7fb7afd4-48ba-40a5-b597-cecf2578dc25","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"dc64952d-10ed-4baa-a5e6-6879bf4597d9","_postman_id":"dc64952d-10ed-4baa-a5e6-6879bf4597d9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Finance","item":[{"name":"Receipts","item":[{"name":"Receipts","id":"eded41de-d33a-4144-818a-c51bbb1577a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/receipts","urlObject":{"protocol":"https","path":["api","v1","receipts"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"eded41de-d33a-4144-818a-c51bbb1577a1"},{"name":"Receipt","id":"987d3796-1f63-475d-857a-f876258c9484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/receipts/44657","urlObject":{"protocol":"https","path":["api","v1","receipts","44657"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"987d3796-1f63-475d-857a-f876258c9484"}],"id":"034d5c88-18ec-4fee-b384-27db24b64d1c","_postman_id":"034d5c88-18ec-4fee-b384-27db24b64d1c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Invoices","item":[{"name":"Invoices","id":"1bda9014-0d78-407c-85d9-8eab78ac2474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/invoices","urlObject":{"protocol":"https","path":["api","v1","invoices"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bda9014-0d78-407c-85d9-8eab78ac2474"},{"name":"Invoice","id":"e851ff82-9b66-4a32-a7c9-67a04a8f35f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/invoices/20176462","urlObject":{"protocol":"https","path":["api","v1","invoices","20176462"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e851ff82-9b66-4a32-a7c9-67a04a8f35f7"}],"id":"6c070fdf-3e05-455d-81a1-ec9a1ef98992","_postman_id":"6c070fdf-3e05-455d-81a1-ec9a1ef98992","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Fees (Cargos)","item":[{"name":"Enrollment Fees","id":"5a10a970-ad7e-43e5-8a3c-f9f8b0a8b60b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/enrollments/12017777","urlObject":{"protocol":"https","path":["api","v1","enrollments","12017777"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a10a970-ad7e-43e5-8a3c-f9f8b0a8b60b"}],"id":"08121b34-ac0b-4ca6-9cf0-df2ce6ac8b51","_postman_id":"08121b34-ac0b-4ca6-9cf0-df2ce6ac8b51","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Remittances (Remesas)","item":[{"name":"Remittances","id":"250a674d-72ea-460d-b5a0-62c86a3648ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/remittances","urlObject":{"protocol":"https","path":["api","v1","remittances"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"250a674d-72ea-460d-b5a0-62c86a3648ef"},{"name":"Remittance","id":"3d9e85a9-f7cb-4dab-9aff-0e720a25b54e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/remittances/64","urlObject":{"protocol":"https","path":["api","v1","remittances","64"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d9e85a9-f7cb-4dab-9aff-0e720a25b54e"}],"id":"f48d1a69-ee18-49f5-8dcc-17b7a255161e","_postman_id":"f48d1a69-ee18-49f5-8dcc-17b7a255161e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Providers","item":[{"name":"CRUD","item":[{"name":"Providers","id":"bc412acd-47ad-4bdf-ac5c-40ea91ed2c14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/providers?showMetas=1","urlObject":{"protocol":"https","path":["api","v1","providers"],"host":["api","classlife","io"],"query":[{"key":"showMetas","value":"1"}],"variable":[]}},"response":[{"id":"1f9aa3a8-81b0-49d9-8e4a-68ac26ea8244","name":"Providers","originalRequest":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/providers?showMetas=1","protocol":"https","host":["api","classlife","io"],"path":["api","v1","providers"],"query":[{"key":"showMetas","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Apr 2022 13:57:20 GMT"},{"key":"X-Debug-Token","value":"c9e6e2"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/c9e6e2"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 8,\n        \"page\": 1,\n        \"limit\": 100,\n        \"count\": 8,\n        \"items\": [\n            {\n                \"id\": 8,\n                \"name\": \"Provider Classlife Test\",\n                \"contact\": null,\n                \"tax_number\": \"12345678T\",\n                \"email\": \"provider1@classlife.es\",\n                \"phone\": \"\",\n                \"address\": \"\",\n                \"zip_code\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"es\",\n                \"updated_at\": \"2022-04-11 13:57:01\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Teacher Classlife Test\",\n                \"contact\": null,\n                \"tax_number\": \"12345678T\",\n                \"email\": \"teacher1@classlife.es\",\n                \"phone\": \"\",\n                \"address\": \"\",\n                \"zip_code\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"es\",\n                \"updated_at\": \"2022-04-11 13:56:11\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Teacher1\",\n                \"contact\": null,\n                \"tax_number\": \"12345678T\",\n                \"email\": \"teacher11@classlife.es\",\n                \"phone\": \"\",\n                \"address\": \"\",\n                \"zip_code\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"updated_at\": \"2022-04-11 13:43:40\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Cristina Bracons\",\n                \"contact\": null,\n                \"tax_number\": \"33678932D\",\n                \"email\": null,\n                \"phone\": null,\n                \"address\": null,\n                \"zip_code\": null,\n                \"city\": null,\n                \"state\": null,\n                \"country\": \"ES\",\n                \"updated_at\": \"2022-03-31 09:25:07\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Ofiprix\",\n                \"contact\": \"Valeria Escapa\",\n                \"tax_number\": \"B44879138\",\n                \"email\": \"valeria@ofiprix.es\",\n                \"phone\": \"\",\n                \"address\": \"Balmes, 339, 343\",\n                \"zip_code\": \"08006\",\n                \"city\": \"Barcelona\",\n                \"state\": \"Barcelona\",\n                \"country\": null,\n                \"updated_at\": \"2022-01-20 23:50:03\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Transportes Escolares S.L.\",\n                \"contact\": \"Julia Flores\",\n                \"tax_number\": \"E93876175\",\n                \"email\": \"juliaflores@tescolares.es\",\n                \"phone\": \"677983422\",\n                \"address\": \"\",\n                \"zip_code\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": null,\n                \"updated_at\": \"2022-01-20 23:50:03\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Food for Schools\",\n                \"contact\": \"Gemma Ramos\",\n                \"tax_number\": \"B22685283\",\n                \"email\": \"g.ramos@ffschools.com\",\n                \"phone\": \"\",\n                \"address\": \"\",\n                \"zip_code\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": null,\n                \"updated_at\": \"2022-01-20 23:50:03\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 1,\n                \"name\": \"Limpiezas S.A.\",\n                \"contact\": \"Enrique Clos\",\n                \"tax_number\": \"F40270472\",\n                \"email\": \"eclos@limpiezas.es\",\n                \"phone\": \"611678497\",\n                \"address\": \"\",\n                \"zip_code\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": null,\n                \"updated_at\": \"2022-01-20 23:50:03\",\n                \"metas\": {}\n            }\n        ]\n    }\n}"}],"_postman_id":"bc412acd-47ad-4bdf-ac5c-40ea91ed2c14"},{"name":"Provider","id":"0b1d5ec9-18ca-48e6-bbc4-296867227c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/providers/:id?showMetas=1","urlObject":{"protocol":"https","path":["api","v1","providers",":id"],"host":["api","classlife","io"],"query":[{"key":"showMetas","value":"1"}],"variable":[{"id":"c36709eb-4c22-4e68-9f05-8c3413354599","type":"any","value":"6","key":"id"}]}},"response":[{"id":"15c869f5-23a6-4dcd-a4ca-fd08268aa4d0","name":"Provider","originalRequest":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/providers/:id?showMetas=1","protocol":"https","host":["api","classlife","io"],"path":["api","v1","providers",":id"],"query":[{"key":"showMetas","value":"1"}],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Apr 2022 12:02:44 GMT"},{"key":"X-Debug-Token","value":"cfc4dd"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/cfc4dd"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Limpiezas S.A.\",\n        \"contact\": \"Enrique Clos\",\n        \"tax_number\": \"F40270472\",\n        \"email\": \"eclos@limpiezas.es\",\n        \"phone\": \"611678497\",\n        \"address\": \"\",\n        \"zip_code\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"country\": null,\n        \"updated_at\": \"2022-01-20 23:50:03\",\n        \"metas\": {}\n    }\n}"}],"_postman_id":"0b1d5ec9-18ca-48e6-bbc4-296867227c41"},{"name":"Provider","id":"8d24aa8d-f87d-4d31-aebf-dbe7f1a2be4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"provider1@classlife.es\",\n    \"name\": \"Provider\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"Test\",\n    \"tax_number\": \"12345678T\",\n    \"phone\": \"\",\n    \"address\": \"\",\n    \"zip_code\": \"\",\n    \"city\": \"\",\n    \"state\": \"\",\n    \"country_code\":\"es\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers","urlObject":{"protocol":"https","path":["api","v1","providers"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"54aca4f9-21c8-43ea-b57b-aa54c4114dd3","name":"Provider","originalRequest":{"method":"POST","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"provider1@classlife.es\",\n    \"name\": \"Provider\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"Test\",\n    \"tax_number\": \"12345678T\",\n    \"phone\": \"\",\n    \"address\": \"\",\n    \"zip_code\": \"\",\n    \"city\": \"\",\n    \"state\": \"\",\n    \"country_code\":\"es\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 11 Apr 2022 14:16:33 GMT"},{"key":"X-Debug-Token","value":"6cae52"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/6cae52"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 11 Apr 2022 14:16:33 GMT"},{"key":"Set-Cookie","value":"sf_redirect=%7B%22token%22%3A%226cae52%22%2C%22route%22%3A%22providers_create%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%22App%5C%5CController%5C%5CApi%5C%5CV1%5C%5CProvider%5C%5CCreateProviderController%22%2C%22status_code%22%3A201%2C%22status_text%22%3A%22Created%22%7D; path=/; httponly; samesite=lax"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Provider created\",\n    \"data\": {\n        \"id\": 9\n    }\n}"}],"_postman_id":"8d24aa8d-f87d-4d31-aebf-dbe7f1a2be4b"},{"name":"Provider","id":"572d7efd-6dd7-4856-99cb-b9b0d40c837f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher11@classlife.es\",\n    \"name\": \"Teacher1\",\n    \"tax_number\": \"12345678T\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers/6","urlObject":{"protocol":"https","path":["api","v1","providers","6"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"f03f7592-0a69-462c-a369-c099d97f37e0","name":"Provider","originalRequest":{"method":"PATCH","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher11@classlife.es\",\n    \"name\": \"Teacher1\",\n    \"tax_number\": \"12345678T\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 11 Apr 2022 14:04:06 GMT"},{"key":"X-Debug-Token","value":"ff5eb0"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/ff5eb0"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 11 Apr 2022 14:04:06 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Provider updated\"\n}"}],"_postman_id":"572d7efd-6dd7-4856-99cb-b9b0d40c837f"},{"name":"Provider","id":"f79fe7f6-d9d8-4290-8016-a0eb7c3fe939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher11@classlife.es\",\n    \"name\": \"Teacher1\",\n    \"tax_number\": \"12345678T\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers/6","urlObject":{"protocol":"https","path":["api","v1","providers","6"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"3c25ad46-851d-43ef-ab72-4b2aa6324a40","name":"Removed","originalRequest":{"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher11@classlife.es\",\n    \"name\": \"Teacher1\",\n    \"tax_number\": \"12345678T\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 11 Apr 2022 15:12:29 GMT"},{"key":"X-Debug-Token","value":"2fc57b"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/2fc57b"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 11 Apr 2022 15:12:29 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Provider removed\"\n}"},{"id":"11d53d44-0699-407c-ba5c-a19e9d319a2b","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher11@classlife.es\",\n    \"name\": \"Teacher1\",\n    \"tax_number\": \"12345678T\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers/6"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 11 Apr 2022 15:22:58 GMT"},{"key":"X-Debug-Token","value":"f24cd8"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/f24cd8"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 11 Apr 2022 15:22:58 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ko\",\n    \"message\": \"Provider #6 not found.\"\n}"}],"_postman_id":"f79fe7f6-d9d8-4290-8016-a0eb7c3fe939"},{"name":"Metas","id":"11a33beb-e4f1-4dc8-af2f-135b2b22839d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/providers/metas/","urlObject":{"protocol":"https","path":["api","v1","providers","metas",""],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"bd7308ee-af76-4120-aab7-d748aafa48c8","name":"Metas","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/teachers/metas/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Apr 2022 09:27:09 GMT"},{"key":"X-Debug-Token","value":"423655"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/423655"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Set-Cookie","value":"sf_redirect=deleted; expires=Sun, 11-Apr-2021 09:27:08 GMT; Max-Age=0; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"teacher_libres\": [\n            {\n                \"description\": \"Idiomas\",\n                \"field\": \"libres_idiomas\"\n            },\n            {\n                \"description\": \"Materias\",\n                \"field\": \"libres_materias\"\n            }\n        ],\n        \"teacher_fiscal\": [\n            {\n                \"description\": \"Titular cuenta corriente\",\n                \"field\": \"fiscal_titular\"\n            },\n            {\n                \"description\": \"Nombre del Banco\",\n                \"field\": \"fiscal_banco\"\n            },\n            {\n                \"description\": \"Entidad\",\n                \"field\": \"fiscal_en\"\n            },\n            {\n                \"description\": \"Oficina\",\n                \"field\": \"fiscal_of\"\n            },\n            {\n                \"description\": \"Control\",\n                \"field\": \"fiscal_co\"\n            },\n            {\n                \"description\": \"No Cuenta Corriente\",\n                \"field\": \"fiscal_cc\"\n            },\n            {\n                \"description\": \"Código IBAN\",\n                \"field\": \"fiscal_IBAN\"\n            },\n            {\n                \"description\": \"Código Swift\",\n                \"field\": \"fiscal_swift\"\n            }\n        ],\n        \"teacher_about\": [\n            {\n                \"description\": \"Titulacio\",\n                \"field\": \"about_titulacio\"\n            },\n            {\n                \"description\": \"Hores CFGS\",\n                \"field\": \"about_horesgs\"\n            },\n            {\n                \"description\": \"Hores CFGM\",\n                \"field\": \"about_horesgm\"\n            },\n            {\n                \"description\": \"Hores Altres\",\n                \"field\": \"about_horesalt\"\n            },\n            {\n                \"description\": \"Hores CFGS - No lectivas\",\n                \"field\": \"about_horesgsn\"\n            },\n            {\n                \"description\": \"Hores CFGM - No lectivas\",\n                \"field\": \"about_horesgmn\"\n            },\n            {\n                \"description\": \"Hores Tutoria\",\n                \"field\": \"about_horestutoria\"\n            },\n            {\n                \"description\": \"Hores de càrrec directiu\",\n                \"field\": \"about_horesd\"\n            },\n            {\n                \"description\": \"Hores de càrrec de coordinació\",\n                \"field\": \"about_horescoo\"\n            },\n            {\n                \"description\": \"Hores de càrrec Caps de currículum\",\n                \"field\": \"about_horescap\"\n            },\n            {\n                \"description\": \"Càrrec desenvolupat\",\n                \"field\": \"about_carrec\"\n            },\n            {\n                \"description\": \"Tutor de\",\n                \"field\": \"about_tutor\"\n            },\n            {\n                \"description\": \"Nivell Català\",\n                \"field\": \"about_nivelc\"\n            },\n            {\n                \"description\": \"ANG\",\n                \"field\": \"about_ang\"\n            },\n            {\n                \"description\": \"CAS\",\n                \"field\": \"about_cas\"\n            },\n            {\n                \"description\": \"CAT\",\n                \"field\": \"about_cat\"\n            }\n        ],\n        \"teacher_factura\": [\n            {\n                \"description\": \"Número Fiscal\",\n                \"field\": \"factura_numfiscal\"\n            },\n            {\n                \"description\": \"Empresa\",\n                \"field\": \"factura_empresa\"\n            },\n            {\n                \"description\": \"Nombre y Apellido\",\n                \"field\": \"factura_nomfactura\"\n            },\n            {\n                \"description\": \"Direccion\",\n                \"field\": \"factura_direccion\"\n            },\n            {\n                \"description\": \"Numero\",\n                \"field\": \"factura_numero\"\n            },\n            {\n                \"description\": \"Código\",\n                \"field\": \"factura_codigo\"\n            },\n            {\n                \"description\": \"Ciudad\",\n                \"field\": \"factura_ciudad\"\n            },\n            {\n                \"description\": \"Provincia\",\n                \"field\": \"factura_provincia\"\n            }\n        ],\n        \"teacher_profile\": [\n            {\n                \"description\": \"About\",\n                \"field\": \"profile_bio\"\n            },\n            {\n                \"description\": \"Interests\",\n                \"field\": \"profile_interests\"\n            },\n            {\n                \"description\": \"Activities\",\n                \"field\": \"profile_activities\"\n            }\n        ],\n        \"teacher_social\": [\n            {\n                \"description\": \"Facebook\",\n                \"field\": \"social_facebook\"\n            },\n            {\n                \"description\": \"Twitter\",\n                \"field\": \"social_twitter\"\n            },\n            {\n                \"description\": \"Instagram\",\n                \"field\": \"social_instagram\"\n            },\n            {\n                \"description\": \"LinkedIn\",\n                \"field\": \"social_linkedin\"\n            }\n        ],\n        \"teacher_info\": [\n            {\n                \"description\": \"Segon cognom\",\n                \"field\": \"apellido2\"\n            },\n            {\n                \"description\": \"Segon correu\",\n                \"field\": \"email2\"\n            },\n            {\n                \"description\": \"Fecha nacimiento\",\n                \"field\": \"nacimiento\"\n            },\n            {\n                \"description\": \"País\",\n                \"field\": \"pais-nacimiento\"\n            },\n            {\n                \"description\": \"Provincia\",\n                \"field\": \"provincia-nacimiento\"\n            },\n            {\n                \"description\": \"Teléfono\",\n                \"field\": \"telefono\"\n            },\n            {\n                \"description\": \"FAX\",\n                \"field\": \"fax\"\n            },\n            {\n                \"description\": \"Direccion\",\n                \"field\": \"direccion\"\n            },\n            {\n                \"description\": \"Numero\",\n                \"field\": \"numero\"\n            },\n            {\n                \"description\": \"Código\",\n                \"field\": \"codigo\"\n            },\n            {\n                \"description\": \"Ciudad\",\n                \"field\": \"ciudad\"\n            },\n            {\n                \"description\": \"Provincia\",\n                \"field\": \"provincia\"\n            }\n        ]\n    }\n}"}],"_postman_id":"11a33beb-e4f1-4dc8-af2f-135b2b22839d"}],"id":"dec92d9d-e163-4978-85bd-413eba79e2f6","_postman_id":"dec92d9d-e163-4978-85bd-413eba79e2f6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Teachers","item":[{"name":"Providers Teachers","id":"dc2b9b9c-9d2a-4fcd-a3cf-adce385ba939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/providers/teachers?showMetas=1","urlObject":{"protocol":"https","path":["api","v1","providers","teachers"],"host":["api","classlife","io"],"query":[{"key":"showMetas","value":"1"}],"variable":[]}},"response":[{"id":"e3ea008b-5eed-42c2-9cc1-1bb3b32b394e","name":"Providers Teachers","originalRequest":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/providers/teachers?showMetas=1","protocol":"https","host":["api","classlife","io"],"path":["api","v1","providers","teachers"],"query":[{"key":"showMetas","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 12 Apr 2022 09:05:03 GMT"},{"key":"X-Debug-Token","value":"0b4e83"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/0b4e83"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 1,\n        \"page\": 1,\n        \"limit\": 100,\n        \"count\": 1,\n        \"items\": [\n            {\n                \"id\": 5,\n                \"name\": \"Cristina Bracons\",\n                \"contact\": \"\",\n                \"tax_number\": \"33678932D\",\n                \"email\": \"\",\n                \"phone\": \"\",\n                \"address\": \"\",\n                \"zip_code\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"ES\",\n                \"updated_at\": \"2022-04-11 10:06:48\",\n                \"metas\": {\n                    \"is_teacher\": \"1\"\n                },\n                \"teacher\": {\n                    \"id\": 11126,\n                    \"name\": \"Cristina\",\n                    \"lastname\": \"Bracons\",\n                    \"lastnameend\": null,\n                    \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/29-1.png\",\n                    \"email\": \"profesor23@classlife.education\",\n                    \"phone\": \"697882134\",\n                    \"uid\": \"33678932D\",\n                    \"language_code\": \"es\",\n                    \"registration_date\": \"2021-07-20 11:54:52\",\n                    \"active\": 1,\n                    \"blocked\": 0,\n                    \"school_id\": 1,\n                    \"updated_at\": \"2022-02-08 02:21:10\",\n                    \"metas\": {\n                        \"apellido2\": null,\n                        \"email2\": null,\n                        \"nacimiento\": null,\n                        \"pais-nacimiento\": null,\n                        \"provincia-nacimiento\": null,\n                        \"telefono\": null,\n                        \"fax\": null,\n                        \"direccion\": null,\n                        \"numero\": null,\n                        \"codigo\": null,\n                        \"ciudad\": null,\n                        \"provincia\": null\n                    }\n                },\n                \"contracts\": [\n                    {\n                        \"id\": 2,\n                        \"type_id\": 2,\n                        \"type_title\": \"Contratación Mercantil\",\n                        \"title\": \"contrato-2\",\n                        \"name\": \"Cristina\",\n                        \"lastname\": \"Bracons\",\n                        \"email\": \"profesor23@classlife.education\",\n                        \"tax_number\": \"33678932D\",\n                        \"school_id\": 1,\n                        \"teacher_id\": 11126,\n                        \"updated_at\": \"2022-02-08 02:21:10\",\n                        \"metas\": {}\n                    },\n                    {\n                        \"id\": 1,\n                        \"type_id\": 2,\n                        \"type_title\": \"Contratación Mercantil\",\n                        \"title\": \"contrato-1\",\n                        \"name\": \"Cristina\",\n                        \"lastname\": \"Bracons\",\n                        \"email\": \"profesor23@classlife.education\",\n                        \"tax_number\": \"33678932D\",\n                        \"school_id\": 1,\n                        \"teacher_id\": 11126,\n                        \"updated_at\": \"2022-02-08 02:21:10\",\n                        \"metas\": {}\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"dc2b9b9c-9d2a-4fcd-a3cf-adce385ba939"},{"name":"Provider Teacher","id":"e1bb57cd-e93d-4465-b497-08e2ecc54bee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/providers/teachers/:id?showMetas=1","urlObject":{"protocol":"https","path":["api","v1","providers","teachers",":id"],"host":["api","classlife","io"],"query":[{"key":"showMetas","value":"1"}],"variable":[{"id":"c0edbe99-8a95-41ea-9cfc-f7cd84c0e308","type":"any","value":"5","key":"id"}]}},"response":[{"id":"c8777353-eaff-4fce-ad6f-f61c124d987b","name":"Provider Teacher","originalRequest":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/providers/teachers/:id?showMetas=1","protocol":"https","host":["api","classlife","io"],"path":["api","v1","providers","teachers",":id"],"query":[{"key":"showMetas","value":"1"}],"variable":[{"key":"id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 12 Apr 2022 09:07:42 GMT"},{"key":"X-Debug-Token","value":"4c0c11"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/4c0c11"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"id\": 5,\n        \"name\": \"Cristina Bracons\",\n        \"contact\": \"\",\n        \"tax_number\": \"33678932D\",\n        \"email\": \"\",\n        \"phone\": \"\",\n        \"address\": \"\",\n        \"zip_code\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"country\": \"ES\",\n        \"updated_at\": \"2022-04-11 10:06:48\",\n        \"metas\": {\n            \"is_teacher\": \"1\"\n        },\n        \"teacher\": {\n            \"id\": 11126,\n            \"name\": \"Cristina\",\n            \"lastname\": \"Bracons\",\n            \"lastnameend\": null,\n            \"photo\": \"https://d273yxk2oj202w.cloudfront.net/upldr/2021-classlife-education/2021/07/20/minithumbnail/29-1.png\",\n            \"email\": \"profesor23@classlife.education\",\n            \"phone\": \"697882134\",\n            \"uid\": \"33678932D\",\n            \"language_code\": \"es\",\n            \"registration_date\": \"2021-07-20 11:54:52\",\n            \"active\": 1,\n            \"blocked\": 0,\n            \"school_id\": 1,\n            \"updated_at\": \"2022-02-08 02:21:10\",\n            \"metas\": {\n                \"apellido2\": null,\n                \"email2\": null,\n                \"nacimiento\": null,\n                \"pais-nacimiento\": null,\n                \"provincia-nacimiento\": null,\n                \"telefono\": null,\n                \"fax\": null,\n                \"direccion\": null,\n                \"numero\": null,\n                \"codigo\": null,\n                \"ciudad\": null,\n                \"provincia\": null\n            }\n        },\n        \"contracts\": [\n            {\n                \"id\": 2,\n                \"type_id\": 2,\n                \"type_title\": \"Contratación Mercantil\",\n                \"title\": \"contrato-2\",\n                \"name\": \"Cristina\",\n                \"lastname\": \"Bracons\",\n                \"email\": \"profesor23@classlife.education\",\n                \"tax_number\": \"33678932D\",\n                \"school_id\": 1,\n                \"teacher_id\": 11126,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {}\n            },\n            {\n                \"id\": 1,\n                \"type_id\": 2,\n                \"type_title\": \"Contratación Mercantil\",\n                \"title\": \"contrato-1\",\n                \"name\": \"Cristina\",\n                \"lastname\": \"Bracons\",\n                \"email\": \"profesor23@classlife.education\",\n                \"tax_number\": \"33678932D\",\n                \"school_id\": 1,\n                \"teacher_id\": 11126,\n                \"updated_at\": \"2022-02-08 02:21:10\",\n                \"metas\": {}\n            }\n        ]\n    }\n}"}],"_postman_id":"e1bb57cd-e93d-4465-b497-08e2ecc54bee"},{"name":"Provider Teacher","id":"7408e840-4a1a-4e84-ba5c-008b6530f1c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"Test\",\n    \"tax_number\": \"12345678T\",\n    \"phone\": \"\",\n    \"address\": \"\",\n    \"zip_code\": \"\",\n    \"city\": \"\",\n    \"state\": \"\",\n    \"country_code\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers/teachers","urlObject":{"protocol":"https","path":["api","v1","providers","teachers"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"1420d248-e62b-4ccc-b209-eca138519184","name":"Provider Teacher","originalRequest":{"method":"POST","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher1@classlife.es\",\n    \"name\": \"Teacher\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"Test\",\n    \"tax_number\": \"12345678T\",\n    \"phone\": \"\",\n    \"address\": \"\",\n    \"zip_code\": \"\",\n    \"city\": \"\",\n    \"state\": \"\",\n    \"country_code\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers/teachers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 11 Apr 2022 13:33:40 GMT"},{"key":"X-Debug-Token","value":"c37b55"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/c37b55"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 11 Apr 2022 13:33:40 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Provider Teacher created\",\n    \"data\": {\n        \"provider_id\": 6,\n        \"teacher\": {\n            \"teacher_id\": 11138,\n            \"email\": \"teacher1@classlife.es\",\n            \"password\": \"m936jlqx\"\n        },\n        \"contract_id\": 4\n    }\n}"}],"_postman_id":"7408e840-4a1a-4e84-ba5c-008b6530f1c0"},{"name":"Provider Teacher","id":"a5b3b93a-504a-4484-9767-4a68e042d08d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher11@classlife.es\",\n    \"name\": \"Teacher1\",\n    \"tax_number\": \"12345678T\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers/teachers/6","urlObject":{"protocol":"https","path":["api","v1","providers","teachers","6"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"4e90da6b-d960-4c8b-8070-6fdd4ff19e18","name":"Provider Teacher","originalRequest":{"method":"PATCH","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher11@classlife.es\",\n    \"name\": \"Teacher1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers/teachers/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 11 Apr 2022 13:52:53 GMT"},{"key":"X-Debug-Token","value":"1807c3"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/1807c3"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 11 Apr 2022 13:52:53 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Provider Teacher updated\"\n}"}],"_postman_id":"a5b3b93a-504a-4484-9767-4a68e042d08d"},{"name":"Provider Teacher","id":"d02d1497-ca23-4e4f-9bbd-e7d7a8a4c445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher11@classlife.es\",\n    \"name\": \"Teacher1\",\n    \"tax_number\": \"12345678T\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.classlife.io/api/v1/providers/teachers/:id","urlObject":{"protocol":"https","path":["api","v1","providers","teachers",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"ad4b2589-3f05-4449-b4c1-28fe9851b7b9","type":"any","value":"6","key":"id"}]}},"response":[{"id":"b67e034b-e61c-45ce-8b26-8e0728892081","name":"Removed","originalRequest":{"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher11@classlife.es\",\n    \"name\": \"Teacher1\",\n    \"tax_number\": \"12345678T\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.classlife.io/api/v1/providers/teachers/:id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","providers","teachers",":id"],"variable":[{"key":"id","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 11 Apr 2022 15:12:29 GMT"},{"key":"X-Debug-Token","value":"2fc57b"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/2fc57b"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 11 Apr 2022 15:12:29 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Provider Teacher removed\"\n}"},{"id":"692ece01-251e-48d1-9348-ab55f52cb571","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"teacher11@classlife.es\",\n    \"name\": \"Teacher1\",\n    \"tax_number\": \"12345678T\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.classlife.io/api/v1/providers/teachers/:id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","providers","teachers",":id"],"variable":[{"key":"id","value":"6"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Mon, 11 Apr 2022 15:24:22 GMT"},{"key":"X-Debug-Token","value":"b2e9ec"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/b2e9ec"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Mon, 11 Apr 2022 15:24:22 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ko\",\n    \"message\": \"Provider Teacher #6 not found.\"\n}"}],"_postman_id":"d02d1497-ca23-4e4f-9bbd-e7d7a8a4c445"},{"name":"Metas","id":"791f7908-4ff4-4736-99b0-efd586639826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/providers/teachers/metas/","urlObject":{"protocol":"https","path":["api","v1","providers","teachers","metas",""],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"a9c451e3-3d5b-4fcf-9ea3-ad13c8bc4b48","name":"Metas","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/teachers/metas/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Apr 2022 09:27:09 GMT"},{"key":"X-Debug-Token","value":"423655"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/423655"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Set-Cookie","value":"sf_redirect=deleted; expires=Sun, 11-Apr-2021 09:27:08 GMT; Max-Age=0; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"teacher_libres\": [\n            {\n                \"description\": \"Idiomas\",\n                \"field\": \"libres_idiomas\"\n            },\n            {\n                \"description\": \"Materias\",\n                \"field\": \"libres_materias\"\n            }\n        ],\n        \"teacher_fiscal\": [\n            {\n                \"description\": \"Titular cuenta corriente\",\n                \"field\": \"fiscal_titular\"\n            },\n            {\n                \"description\": \"Nombre del Banco\",\n                \"field\": \"fiscal_banco\"\n            },\n            {\n                \"description\": \"Entidad\",\n                \"field\": \"fiscal_en\"\n            },\n            {\n                \"description\": \"Oficina\",\n                \"field\": \"fiscal_of\"\n            },\n            {\n                \"description\": \"Control\",\n                \"field\": \"fiscal_co\"\n            },\n            {\n                \"description\": \"No Cuenta Corriente\",\n                \"field\": \"fiscal_cc\"\n            },\n            {\n                \"description\": \"Código IBAN\",\n                \"field\": \"fiscal_IBAN\"\n            },\n            {\n                \"description\": \"Código Swift\",\n                \"field\": \"fiscal_swift\"\n            }\n        ],\n        \"teacher_about\": [\n            {\n                \"description\": \"Titulacio\",\n                \"field\": \"about_titulacio\"\n            },\n            {\n                \"description\": \"Hores CFGS\",\n                \"field\": \"about_horesgs\"\n            },\n            {\n                \"description\": \"Hores CFGM\",\n                \"field\": \"about_horesgm\"\n            },\n            {\n                \"description\": \"Hores Altres\",\n                \"field\": \"about_horesalt\"\n            },\n            {\n                \"description\": \"Hores CFGS - No lectivas\",\n                \"field\": \"about_horesgsn\"\n            },\n            {\n                \"description\": \"Hores CFGM - No lectivas\",\n                \"field\": \"about_horesgmn\"\n            },\n            {\n                \"description\": \"Hores Tutoria\",\n                \"field\": \"about_horestutoria\"\n            },\n            {\n                \"description\": \"Hores de càrrec directiu\",\n                \"field\": \"about_horesd\"\n            },\n            {\n                \"description\": \"Hores de càrrec de coordinació\",\n                \"field\": \"about_horescoo\"\n            },\n            {\n                \"description\": \"Hores de càrrec Caps de currículum\",\n                \"field\": \"about_horescap\"\n            },\n            {\n                \"description\": \"Càrrec desenvolupat\",\n                \"field\": \"about_carrec\"\n            },\n            {\n                \"description\": \"Tutor de\",\n                \"field\": \"about_tutor\"\n            },\n            {\n                \"description\": \"Nivell Català\",\n                \"field\": \"about_nivelc\"\n            },\n            {\n                \"description\": \"ANG\",\n                \"field\": \"about_ang\"\n            },\n            {\n                \"description\": \"CAS\",\n                \"field\": \"about_cas\"\n            },\n            {\n                \"description\": \"CAT\",\n                \"field\": \"about_cat\"\n            }\n        ],\n        \"teacher_factura\": [\n            {\n                \"description\": \"Número Fiscal\",\n                \"field\": \"factura_numfiscal\"\n            },\n            {\n                \"description\": \"Empresa\",\n                \"field\": \"factura_empresa\"\n            },\n            {\n                \"description\": \"Nombre y Apellido\",\n                \"field\": \"factura_nomfactura\"\n            },\n            {\n                \"description\": \"Direccion\",\n                \"field\": \"factura_direccion\"\n            },\n            {\n                \"description\": \"Numero\",\n                \"field\": \"factura_numero\"\n            },\n            {\n                \"description\": \"Código\",\n                \"field\": \"factura_codigo\"\n            },\n            {\n                \"description\": \"Ciudad\",\n                \"field\": \"factura_ciudad\"\n            },\n            {\n                \"description\": \"Provincia\",\n                \"field\": \"factura_provincia\"\n            }\n        ],\n        \"teacher_profile\": [\n            {\n                \"description\": \"About\",\n                \"field\": \"profile_bio\"\n            },\n            {\n                \"description\": \"Interests\",\n                \"field\": \"profile_interests\"\n            },\n            {\n                \"description\": \"Activities\",\n                \"field\": \"profile_activities\"\n            }\n        ],\n        \"teacher_social\": [\n            {\n                \"description\": \"Facebook\",\n                \"field\": \"social_facebook\"\n            },\n            {\n                \"description\": \"Twitter\",\n                \"field\": \"social_twitter\"\n            },\n            {\n                \"description\": \"Instagram\",\n                \"field\": \"social_instagram\"\n            },\n            {\n                \"description\": \"LinkedIn\",\n                \"field\": \"social_linkedin\"\n            }\n        ],\n        \"teacher_info\": [\n            {\n                \"description\": \"Segon cognom\",\n                \"field\": \"apellido2\"\n            },\n            {\n                \"description\": \"Segon correu\",\n                \"field\": \"email2\"\n            },\n            {\n                \"description\": \"Fecha nacimiento\",\n                \"field\": \"nacimiento\"\n            },\n            {\n                \"description\": \"País\",\n                \"field\": \"pais-nacimiento\"\n            },\n            {\n                \"description\": \"Provincia\",\n                \"field\": \"provincia-nacimiento\"\n            },\n            {\n                \"description\": \"Teléfono\",\n                \"field\": \"telefono\"\n            },\n            {\n                \"description\": \"FAX\",\n                \"field\": \"fax\"\n            },\n            {\n                \"description\": \"Direccion\",\n                \"field\": \"direccion\"\n            },\n            {\n                \"description\": \"Numero\",\n                \"field\": \"numero\"\n            },\n            {\n                \"description\": \"Código\",\n                \"field\": \"codigo\"\n            },\n            {\n                \"description\": \"Ciudad\",\n                \"field\": \"ciudad\"\n            },\n            {\n                \"description\": \"Provincia\",\n                \"field\": \"provincia\"\n            }\n        ]\n    }\n}"}],"_postman_id":"791f7908-4ff4-4736-99b0-efd586639826"}],"id":"f12308f0-bacc-44b2-98ec-1adf62dfb33e","_postman_id":"f12308f0-bacc-44b2-98ec-1adf62dfb33e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"15410114-6ff9-45bb-ab91-a2104fbcf548","_postman_id":"15410114-6ff9-45bb-ab91-a2104fbcf548","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Discounts","item":[{"name":"Discounts","id":"556b2c14-4616-4598-8aa4-d639aa4d9129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/finance/discounts","urlObject":{"protocol":"https","path":["api","v1","finance","discounts"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"556b2c14-4616-4598-8aa4-d639aa4d9129"}],"id":"5e072a8e-eda0-4456-8cd0-ed2f226df453","_postman_id":"5e072a8e-eda0-4456-8cd0-ed2f226df453","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"e3b309dc-0715-421a-97f9-e718c8cfb543","_postman_id":"e3b309dc-0715-421a-97f9-e718c8cfb543","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Sales","item":[{"name":"Leads","item":[{"name":"Sources","item":[{"name":"Leads Sources","id":"4452d1fa-c48d-406f-9189-fbb4790255ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/leads_sources","urlObject":{"protocol":"https","path":["api","v1","leads_sources"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4452d1fa-c48d-406f-9189-fbb4790255ed"}],"id":"3910551a-aa6a-4c10-a5f8-0e547168803e","_postman_id":"3910551a-aa6a-4c10-a5f8-0e547168803e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Segments","item":[{"name":"Leads Segments","id":"66a92f98-1eab-4af7-a4b1-7f44e3b154d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/leads_segments","urlObject":{"protocol":"https","path":["api","v1","leads_segments"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"66a92f98-1eab-4af7-a4b1-7f44e3b154d8"}],"id":"209b742a-2cc7-4f52-a811-25ed2807b7de","_postman_id":"209b742a-2cc7-4f52-a811-25ed2807b7de","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Commercials","item":[{"name":"Commercials","id":"c2ba4f32-39ba-4c02-a68b-40cec93079ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/leads_commercials","urlObject":{"protocol":"https","path":["api","v1","leads_commercials"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2ba4f32-39ba-4c02-a68b-40cec93079ee"}],"id":"7d4a3a74-8356-40c3-8395-3d5daceda01d","_postman_id":"7d4a3a74-8356-40c3-8395-3d5daceda01d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"CRUD","item":[{"name":"Leads","id":"cb843471-8763-4875-9592-a6140cccf93a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/leads","urlObject":{"protocol":"https","path":["api","v1","leads"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb843471-8763-4875-9592-a6140cccf93a"},{"name":"Lead","id":"8e7d9686-275b-4bd3-a16e-8d3857a15684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/leads/1","urlObject":{"protocol":"https","path":["api","v1","leads","1"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e7d9686-275b-4bd3-a16e-8d3857a15684"},{"name":"Lead","id":"0ee9871d-3c37-44c5-a814-bc299dfdedb5","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"test1@classlife.es\",\n    \"name\": \"Test\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"phone\": \"\",\n    \"source_id\": 71,\n    \"segment_id\": 24,\n    \"commercial_id\": 198,\n    \"area_id\": 1,\n    \"section_id\": 192,\n    \"status_id\": 1,\n    \"school_id\": 1,\n    \"language_code\": \"es-ES\",\n    \"metas\": {\n        \"dni\": \"00000000T\",\n        \"nacimiento\": \"10/09/1985\",\n        \"direccion\": \"\"\n    }\n}"},"url":"https://api.classlife.io/api/v1/leads","urlObject":{"protocol":"https","path":["api","v1","leads"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"d9de5fc2-d462-4032-b222-9a7eb70f24a5","name":"Lead","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"test1@classlife.es\",\n    \"name\": \"Test\",\n    \"lastname\": \"Classlife\",\n    \"lastnameend\": \"\",\n    \"phone\": \"\",\n    \"source_id\": 71,\n    \"segment_id\": 24,\n    \"commercial_id\": 198,\n    \"area_id\": 1,\n    \"section_id\": 192,\n    \"status_id\": 1,\n    \"school_id\": 1,\n    \"language_code\": \"es-ES\",\n    \"metas\": {\n        \"dni\": \"00000000T\",\n        \"nacimiento\": \"10/09/1985\",\n        \"direccion\": \"\"\n    }\n}"},"url":"https://api.classlife.io/api/v1/leads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 29 Mar 2022 09:46:31 GMT"},{"key":"X-Debug-Token","value":"782d5e"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/782d5e"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 29 Mar 2022 09:46:31 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Lead created\",\n    \"data\": {\n        \"lead_id\": 472137\n    }\n}"}],"_postman_id":"0ee9871d-3c37-44c5-a814-bc299dfdedb5"}],"id":"05b6d889-7163-46d6-9c26-50e248bc5fef","_postman_id":"05b6d889-7163-46d6-9c26-50e248bc5fef","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"4af0a61a-7993-4096-98ff-8db78b1802b1","_postman_id":"4af0a61a-7993-4096-98ff-8db78b1802b1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Ecommerce","item":[{"name":"Products","id":"56f5fccf-0b1b-42bd-9331-a550fb4f6a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/ecommerce/products","urlObject":{"protocol":"https","path":["api","v1","ecommerce","products"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"56f5fccf-0b1b-42bd-9331-a550fb4f6a8a"},{"name":"Enrollment","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"9904ffb3-23d7-4c84-9885-fabd037886ed"}}],"id":"14f96527-a25b-4357-9a86-1c1cf4371507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_id\": 76039,\n    \"product_code\":\"183080\"\n}"},"url":"https://api.classlife.io/api/v1/ecommerce/enrollment","urlObject":{"protocol":"https","path":["api","v1","ecommerce","enrollment"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"14f96527-a25b-4357-9a86-1c1cf4371507"},{"name":"Admission","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c7aff50e-08d5-46e4-a8d3-4b274cc0d59a"}}],"id":"d081fd43-ddb0-455e-b9b7-d485fec89b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"student_id\": 76039,\n    \"product_code\":\"183080\"\n}"},"url":"https://api.classlife.io/api/v1/ecommerce/admission","urlObject":{"protocol":"https","path":["api","v1","ecommerce","admission"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d081fd43-ddb0-455e-b9b7-d485fec89b5d"}],"id":"d72483e0-728e-4b82-ba98-a2630891614b","_postman_id":"d72483e0-728e-4b82-ba98-a2630891614b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"78d609f5-4a38-448a-ac70-c650236e4c53","_postman_id":"78d609f5-4a38-448a-ac70-c650236e4c53","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Reports","item":[{"name":"Reports","id":"62da4670-710b-4afd-983e-fb3216b82d1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/reports","urlObject":{"protocol":"https","path":["api","v1","reports"],"host":["api","classlife","io"],"query":[{"disabled":true,"key":"type","value":"Custom"}],"variable":[]}},"response":[],"_postman_id":"62da4670-710b-4afd-983e-fb3216b82d1a"},{"name":"Report","id":"bc5fdaaf-26a0-4b58-997f-f5981c55f960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/reports/:id","urlObject":{"protocol":"https","path":["api","v1","reports",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"id":"62893998-d2c8-4c9d-8a8f-3c4e05bab7c4","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"bc5fdaaf-26a0-4b58-997f-f5981c55f960"},{"name":"Report Copy","id":"2cafa9e2-f22c-4531-bf89-3ca7af33ad28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"59","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/reports/1485?&limit=1000&page=1","urlObject":{"protocol":"https","path":["api","v1","reports","1485"],"host":["api","classlife","io"],"query":[{"key":null,"value":null},{"key":"limit","value":"1000"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"2cafa9e2-f22c-4531-bf89-3ca7af33ad28"},{"name":"Workflows report","id":"1f161764-657d-4829-b1bb-abc5e1440889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/reports/workflows","urlObject":{"protocol":"https","path":["api","v1","reports","workflows"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f161764-657d-4829-b1bb-abc5e1440889"},{"name":"interactivescreen","id":"be882224-eb86-4079-8076-1f3c739a1c88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}"}],"body":{"mode":"raw","raw":"{\r\n    \"screen_id\":2\r\n    ,\"current_time\":\"2024-09-17 17:10:29\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://api.classlife.local/api/v1/interactivescreen","urlObject":{"protocol":"http","path":["api","v1","interactivescreen"],"host":["api","classlife","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"be882224-eb86-4079-8076-1f3c739a1c88"}],"id":"aa51d9fd-8123-4556-a0bb-ea48ba62e93e","_postman_id":"aa51d9fd-8123-4556-a0bb-ea48ba62e93e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Integrations","item":[{"name":"Draft Admission","item":[{"name":"Draft Admission","id":"c93553c9-7a60-48b9-b3c3-6112299c89e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"example\": 123\n}"},"url":"https://api.classlife.io/api/v1/admissions/draft","urlObject":{"protocol":"https","path":["api","v1","admissions","draft"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"a38a3664-e33e-4a21-9b3a-96e19e207ef1","name":"Draft Admission","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"example\": 123\n}"},"url":"https://api.classlife.io/api/v1/admissions/draft"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Nov 2022 13:39:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Fri, 11 Nov 2022 13:39:37 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Admission data registered\"\n}"}],"_postman_id":"c93553c9-7a60-48b9-b3c3-6112299c89e3"}],"id":"a918de31-cc6f-4b7e-b303-f16719b851d9","_postman_id":"a918de31-cc6f-4b7e-b303-f16719b851d9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Draft Enrollment","item":[{"name":"Draft Enrollment","id":"f9f132b8-6cb4-4473-ab70-253fd24b2304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"example\": 123\n}"},"url":"https://api.classlife.io/api/v1/enrollments/draft","urlObject":{"protocol":"https","path":["api","v1","enrollments","draft"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"09612e41-6334-468b-8de1-16b19fa67d5d","name":"Draft Enrollment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"example\": 123\n}"},"url":"https://api.classlife.io/api/v1/enrollments/draft"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Nov 2022 13:40:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Fri, 11 Nov 2022 13:40:57 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Enrollment data registered\"\n}"}],"_postman_id":"f9f132b8-6cb4-4473-ab70-253fd24b2304"}],"id":"c97bbd93-f583-4cf0-b079-b3ff1c8cb935","_postman_id":"c97bbd93-f583-4cf0-b079-b3ff1c8cb935","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Drafts","id":"b551f9c3-f763-4724-8563-a61096cb1625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/draft?model=students","urlObject":{"protocol":"https","path":["api","v1","draft"],"host":["api","classlife","io"],"query":[{"description":{"content":"<p>Any declared draft type key</p>\n","type":"text/plain"},"key":"model","value":"students"}],"variable":[]}},"response":[{"id":"637d5c4d-24b2-415d-a23f-78274f06ce3e","name":"Draft","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/draft?model=students","protocol":"https","host":["api","classlife","io"],"path":["api","v1","draft"],"query":[{"key":"model","value":"students"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 15:42:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"total\": 1,\n        \"page\": 1,\n        \"limit\": 100,\n        \"count\": 1,\n        \"items\": [\n            {\n                \"id\": 1,\n                \"model\": \"students\",\n                \"post\": {\n                    \"example\": 123\n                },\n                \"origin\": \"172.31.13.161\",\n                \"created_at\": \"2022-10-17 15:40:03\",\n                \"processed_at\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"b551f9c3-f763-4724-8563-a61096cb1625"},{"name":"Draft","id":"8819cab9-111b-4449-a656-61cecde44122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/draft/:model/:id","urlObject":{"protocol":"https","path":["api","v1","draft",":model",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"description":{"content":"<p>Any declared draft type key</p>\n","type":"text/plain"},"type":"any","value":"students","key":"model"},{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"13c54103-1e92-4134-bd79-9f2b21f5196d","name":"Draft","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":{"raw":"https://api.classlife.io/api/v1/draft/:model/:id","protocol":"https","host":["api","classlife","io"],"path":["api","v1","draft",":model",":id"],"variable":[{"key":"model","value":"students","description":"Any declared draft type key"},{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 15:43:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"data\": {\n        \"example\": 123\n    }\n}"}],"_postman_id":"8819cab9-111b-4449-a656-61cecde44122"},{"name":"Draft","id":"7d76b35a-cbbf-4c2a-a5e4-530d40cef924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"example\": 123\n}"},"url":"https://api.classlife.io/api/v1/draft/:model","urlObject":{"protocol":"https","path":["api","v1","draft",":model"],"host":["api","classlife","io"],"query":[],"variable":[{"description":{"content":"<p>Any declared draft model key</p>\n","type":"text/plain"},"type":"any","value":"students","key":"model"}]}},"response":[{"id":"586b7191-4ea1-4ff5-8c89-3cfcbf076aa2","name":"Draft","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"example\": 123\n}"},"url":{"raw":"https://api.classlife.io/api/v1/draft/:model","protocol":"https","host":["api","classlife","io"],"path":["api","v1","draft",":model"],"variable":[{"key":"model","value":"students","description":"Any declared draft type key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Oct 2022 15:40:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.8"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Expires","value":"Mon, 17 Oct 2022 15:40:03 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Draft data registered\"\n}"}],"_postman_id":"7d76b35a-cbbf-4c2a-a5e4-530d40cef924"}],"id":"b60e8137-e191-4705-b8a1-95fea4e95499","_postman_id":"b60e8137-e191-4705-b8a1-95fea4e95499","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"System","item":[{"name":"Users","item":[{"name":"Users","id":"44a83983-9e71-44f2-8a20-6fe300d41cdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/users","urlObject":{"protocol":"https","path":["api","v1","users"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"44a83983-9e71-44f2-8a20-6fe300d41cdc"},{"name":"User","id":"ec3aea3a-1c78-46b0-9665-4378fcf27bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/users/:user_id","urlObject":{"protocol":"https","path":["api","v1","users",":user_id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"ec3aea3a-1c78-46b0-9665-4378fcf27bf8"}],"id":"6d1bed7a-8e31-4dfd-afa7-c71d169da80c","_postman_id":"6d1bed7a-8e31-4dfd-afa7-c71d169da80c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Language","item":[{"name":"Language","id":"e6a7621f-31d0-49da-b42e-52b13807bbbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/languages","urlObject":{"protocol":"https","path":["api","v1","languages"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6a7621f-31d0-49da-b42e-52b13807bbbf"},{"name":"Language","id":"e1ea076f-0d9a-48dd-929a-bd176e0460b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/languages/1","urlObject":{"protocol":"https","path":["api","v1","languages","1"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1ea076f-0d9a-48dd-929a-bd176e0460b6"}],"id":"47591822-090e-482a-b850-2349eb3503bb","_postman_id":"47591822-090e-482a-b850-2349eb3503bb","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Schools","item":[{"name":"Schools","id":"2e70148e-774e-4f59-85fa-bf49559cc213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/schools","urlObject":{"protocol":"https","path":["api","v1","schools"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e70148e-774e-4f59-85fa-bf49559cc213"},{"name":"School","id":"351eb37a-5826-41fc-9be0-b4daa091a7f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/schools/:id","urlObject":{"protocol":"https","path":["api","v1","schools",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"351eb37a-5826-41fc-9be0-b4daa091a7f9"}],"id":"de4c838c-d073-4cb7-bd46-2fae4a3672f5","_postman_id":"de4c838c-d073-4cb7-bd46-2fae4a3672f5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Form","item":[{"name":"CategoriesByContext","id":"9a1808ac-aaae-4d88-a72c-f9c274156f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://api.classlife.local:8081/api/v1/form/list-students","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}},"urlObject":{"protocol":"http","port":"8081","path":["api","v1","form","list-students"],"host":["api","classlife","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a1808ac-aaae-4d88-a72c-f9c274156f60"},{"name":"getFieldOptions","id":"a77c42e2-e16d-4360-a19e-130a399007ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}"}],"body":{"mode":"raw","raw":"\"getDataType::estadorecibo\"","options":{"raw":{"language":"json"}}},"url":"http://api.classlife.local:8081/api/v1/form/field/options","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}},"urlObject":{"protocol":"http","port":"8081","path":["api","v1","form","field","options"],"host":["api","classlife","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"a77c42e2-e16d-4360-a19e-130a399007ea"},{"name":"vueFormToFields","id":"986f596c-31bd-4310-80b7-85948cc34fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"clientId","value":"{{API_CLIENT}}"}],"body":{"mode":"raw","raw":"{\n  \"teacher_social\": {\n    \"type\": \"group\",\n    \"schema\": {\n      \"id_1221\": {\n        \"label\": \"Facebook\",\n        \"id\": \"social_facebook\",\n        \"name\": \"meta[social_facebook]\",\n        \"rules\": [],\n        \"readonly\": false,\n        \"default\": \"\",\n        \"classes\": \"form-control\",\n        \"script\": null,\n        \"advanced_control\": 0,\n        \"validate_doc\": 0,\n        \"attrs\": [],\n        \"classlifeData\": {\n          \"rowid\": 1221,\n          \"options\": null,\n          \"append\": \"<i class=\\\"icon-facebook\\\"></i>\",\n          \"prepend\": null\n        },\n        \"type\": \"text\",\n        \"inputType\": \"text\",\n        \"columns\": {\n          \"container\": 6\n        }\n      },\n      \"id_1222\": {\n        \"label\": \"Twitter\",\n        \"id\": \"social_twitter\",\n        \"name\": \"meta[social_twitter]\",\n        \"rules\": [],\n        \"readonly\": false,\n        \"default\": \"\",\n        \"classes\": \"form-control\",\n        \"script\": null,\n        \"advanced_control\": 0,\n        \"validate_doc\": 0,\n        \"attrs\": [],\n        \"classlifeData\": {\n          \"rowid\": 1222,\n          \"options\": null,\n          \"append\": \"<i class=\\\"icon-twitter\\\"></i>\",\n          \"prepend\": null\n        },\n        \"type\": \"text\",\n        \"inputType\": \"text\",\n        \"columns\": {\n          \"container\": 6\n        }\n      },\n      \"id_1223\": {\n        \"type\": \"static\",\n        \"classlifeData\": {\n          \"rowid\": 1223\n        },\n        \"columns\": {\n          \"container\": 12\n        }\n      },\n      \"id_1224\": {\n        \"label\": \"Instagram\",\n        \"id\": \"social_instagram\",\n        \"name\": \"meta[social_instagram]\",\n        \"rules\": [],\n        \"readonly\": false,\n        \"default\": \"\",\n        \"classes\": \"form-control\",\n        \"script\": null,\n        \"advanced_control\": 0,\n        \"validate_doc\": 0,\n        \"attrs\": [],\n        \"classlifeData\": {\n          \"rowid\": 1224,\n          \"options\": null,\n          \"append\": \"<i class=\\\"icon-instagram\\\"></i>\",\n          \"prepend\": null\n        },\n        \"type\": \"text\",\n        \"inputType\": \"text\",\n        \"columns\": {\n          \"container\": 6\n        }\n      },\n      \"id_1225\": {\n        \"label\": \"LinkedIn\",\n        \"id\": \"social_linkedin\",\n        \"name\": \"meta[social_linkedin]\",\n        \"rules\": [],\n        \"readonly\": false,\n        \"default\": \"\",\n        \"classes\": \"form-control\",\n        \"script\": null,\n        \"advanced_control\": 0,\n        \"validate_doc\": 0,\n        \"attrs\": [],\n        \"classlifeData\": {\n          \"rowid\": 1225,\n          \"options\": null,\n          \"append\": \"<i class=\\\"icon-linkedin\\\"></i>\",\n          \"prepend\": null\n        },\n        \"type\": \"text\",\n        \"inputType\": \"text\",\n        \"columns\": {\n          \"container\": 6\n        }\n      },\n      \"id_1226\": {\n        \"type\": \"static\",\n        \"classlifeData\": {\n          \"rowid\": 1226\n        },\n        \"tag\": \"hr\",\n        \"columns\": {\n          \"container\": 12\n        }\n      }\n    },\n    \"classlifeData\": {\n      \"form_type\": \"teachers\",\n      \"form_category\": \"teacher_social\",\n      \"context\": \"list-admissions\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"http://api.classlife.local:8081/api/v1/formbuilder","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}},"urlObject":{"protocol":"http","port":"8081","path":["api","v1","formbuilder"],"host":["api","classlife","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"986f596c-31bd-4310-80b7-85948cc34fc4"}],"id":"2384ebd5-748f-4baf-a86c-7473986571e0","_postman_id":"2384ebd5-748f-4baf-a86c-7473986571e0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Context","item":[{"name":"Contexts","id":"4d3bf88e-cf76-48bf-9193-869d501fc488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"http://api.classlife.local:8081/api/v1/context","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}},"urlObject":{"protocol":"http","port":"8081","path":["api","v1","context"],"host":["api","classlife","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d3bf88e-cf76-48bf-9193-869d501fc488"}],"id":"deeaea5f-673e-4096-b448-9a1f36904c40","_postman_id":"deeaea5f-673e-4096-b448-9a1f36904c40","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Datatypes","item":[{"name":"Datatypes","id":"98e9e193-45bc-438d-825e-20f859563669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"","value":"","type":"text"}]},"url":"http://api.classlife.local:8081/api/v1/list_datatypes?context=list-admissions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}},"urlObject":{"protocol":"http","port":"8081","path":["api","v1","list_datatypes"],"host":["api","classlife","local"],"query":[{"key":"context","value":"list-admissions"}],"variable":[]}},"response":[],"_postman_id":"98e9e193-45bc-438d-825e-20f859563669"},{"name":"Morosos datatypes","event":[{"listen":"test","script":{"id":"390bbad5-7946-4b52-865a-984a99d29109","exec":[""],"type":"text/javascript"}}],"id":"45e86767-5285-4a36-8a8b-ac810d6476c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/sandbox/list_datatypes?context=list_morosos","urlObject":{"protocol":"https","path":["api","v1","sandbox","list_datatypes"],"host":["api","classlife","io"],"query":[{"key":"context","value":"list_morosos"}],"variable":[]}},"response":[],"_postman_id":"45e86767-5285-4a36-8a8b-ac810d6476c8"}],"id":"99c87385-4e09-4cc9-9d8a-eb1117d7422d","_postman_id":"99c87385-4e09-4cc9-9d8a-eb1117d7422d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Picklist","item":[{"name":"Picklists","id":"4985cce9-e4a4-413b-9600-43dfaa612247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/picklists","urlObject":{"protocol":"https","path":["api","v1","picklists"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4985cce9-e4a4-413b-9600-43dfaa612247"},{"name":"Picklist","id":"f364820b-a531-422b-a225-9ff61070f0dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/picklists/:id","urlObject":{"protocol":"https","path":["api","v1","picklists",":id"],"host":["api","classlife","io"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"f364820b-a531-422b-a225-9ff61070f0dd"}],"id":"586a275f-7f12-4436-9629-3584f2619e1a","_postman_id":"586a275f-7f12-4436-9629-3584f2619e1a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}}],"id":"e546ac53-764e-4913-806f-4222761f3bc8","_postman_id":"e546ac53-764e-4913-806f-4222761f3bc8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","id":"4397dbb3-946b-464f-b970-3fc9bcb6b0fe","name":"Classlife API V 1.0.0","type":"collection"}}},{"name":"Status","id":"49a2216a-e75f-4944-8a3f-d8ee23e10b78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"},{"warning":"This is a duplicate header and will be overridden by the apiKey header generated by Postman.","key":"apikey","value":"{{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.classlife.io/api/v1/status","urlObject":{"protocol":"https","path":["api","v1","status"],"host":["api","classlife","io"],"query":[],"variable":[]}},"response":[{"id":"028642c0-ad9f-4b2c-bc2b-5df387f876b8","name":"Status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"clientId","value":"{{API_CLIENT}}","type":"text"}],"url":"https://api.classlife.io/api/v1/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 01 Apr 2022 07:32:05 GMT"},{"key":"X-Debug-Token","value":"7ef07f"},{"key":"X-Debug-Token-Link","value":"http://localhost:8081/_profiler/7ef07f"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Authorization,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"Running\"\n}"}],"_postman_id":"49a2216a-e75f-4944-8a3f-d8ee23e10b78"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"{{API_KEY}}"}]}},"event":[{"listen":"prerequest","script":{"id":"661ee8f0-b674-4d73-b04f-e202d46165ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10bf2b3d-7d48-45ea-a22b-94ab7a100931","type":"text/javascript","exec":[""]}}]}