{"info":{"_postman_id":"36c024c2-fb1c-4b15-80db-0344be756529","name":"Testing community API Documentation","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>Simple API for managing students, their skills and to add comments to them.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>The current API provide the following functionalities:</p>\n<ol>\n<li>Create an account</li>\n<li>Login to access protected resources</li>\n<li>Manage information for students</li>\n<li>Add skills to the students</li>\n<li>Add comments to the students</li>\n</ol>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Application id (<code>X-Parse-Application-Id</code>) and API key (<code>X-Parse-REST-API-Key</code>) should be provided for all the endpoints as headers on the request, the endpoints with authentication would also need a session token (<code>X-Parse-Session-Token</code>)</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>400: Bad request</p>\n<p>401: Unauthorized</p>\n<p>404: Not found or user needs to be authenticated</p>\n<p>500: Internal server error</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Max 10 req/second</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"8538830","collectionId":"36c024c2-fb1c-4b15-80db-0344be756529","publishedId":"2s8YzUyMcb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-13T18:06:00.000Z"},"item":[{"name":"Users","item":[{"name":"users/me","id":"c8e18b2c-9aff-4882-ae6f-b720db95613d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":"https://parseapi.back4app.com/users/me","urlObject":{"protocol":"https","path":["users","me"],"host":["parseapi","back4app","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8e18b2c-9aff-4882-ae6f-b720db95613d"}],"id":"2b2a83a4-514a-4101-901f-1f97544b1e4c","description":"<p>Endpoint to retrieve information of the user currently logged in</p>\n","_postman_id":"2b2a83a4-514a-4101-901f-1f97544b1e4c"},{"name":"Skills","item":[{"name":"/classes/Skills","event":[{"listen":"test","script":{"id":"213b8d37-5ab9-42e6-a04b-cecf86c93202","exec":["pm.test(\"Retrieve first skill Id\", function () {","    var jsonData = pm.response.json();","","    pm.collectionVariables.set(\"current_skill_id\", jsonData.results[0].objectId);","});",""],"type":"text/javascript"}}],"id":"9c943e10-9225-4dc0-a0ce-64dd3ae7a5c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"}],"url":"https://parseapi.back4app.com/classes/Skills","urlObject":{"protocol":"https","path":["classes","Skills"],"host":["parseapi","back4app","com"],"query":[],"variable":[]}},"response":[{"id":"d680b77b-8b3f-4fb4-828f-9ea2c247c7b3","name":"200 Ok","originalRequest":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":"https://parseapi.back4app.com/classes/Skills"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"620"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Mon, 12 Dec 2022 18:02:28 GMT"},{"key":"etag","value":"W/\"4be-6DbNIxLS2xgc4i3xarF7FYRH5UY\""},{"key":"server","value":"nginx"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 7808e8f539edaee36c1b66ee6e4969d4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"djABX5VtDEIs6id0PBWlB8a_5KExM_vDUdrgNMTY93jUvGaDoFgAcA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"name\": \"API Automation\",\n            \"description\": \"API automation is a low-code or no-code approach that works alongside existing continuous integration (CI) and continuous delivery (CD) processes\",\n            \"objectId\": \"7jlLXE2iCY\"\n        },\n        {\n            \"name\": \"Functional testing\",\n            \"description\": \"Is a type of software testing that validates the software system against the functional requirements/specifications\",\n            \"objectId\": \"ODp5lTet6R\"\n        },\n        {\n            \"name\": \"Cypress\",\n            \"description\": \"Automation framework used to automate UI and component testing\",\n            \"objectId\": \"Z3NyhPqOQT\"\n        },\n        {\n            \"name\": \"Selenium WebDriver\",\n            \"description\": \"Selenium WebDriver is a web framework that permits you to execute cross-browser tests\",\n            \"objectId\": \"DpEmPuHQ3q\"\n        },\n        {\n            \"name\": \"UI Automation\",\n            \"description\": \"UI automation testing, is similar to manual testing, but instead of having a user click through your application, and visually verify the data. You create a script for each test case that you want to test\",\n            \"objectId\": \"MGH19YBd3i\"\n        },\n        {\n            \"name\": \"RestAssured\",\n            \"description\": \"REST Assured is an open-source, Java-based library to test REST web services.\",\n            \"objectId\": \"SfBT3mThiu\"\n        },\n        {\n            \"name\": \"Postman\",\n            \"description\": \"Postman is an API platform for building and using APIs\",\n            \"objectId\": \"uz891Ex1g6\"\n        }\n    ]\n}"}],"_postman_id":"9c943e10-9225-4dc0-a0ce-64dd3ae7a5c7"},{"name":"/classes/Skills/:skillId","id":"1d4d18c9-4f4a-4085-9753-027494f3e50c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"}],"url":"https://parseapi.back4app.com/classes/Skills/:skillId","urlObject":{"protocol":"https","path":["classes","Skills",":skillId"],"host":["parseapi","back4app","com"],"query":[],"variable":[{"description":{"content":"<p>Id of the skill to retrieve</p>\n","type":"text/plain"},"type":"any","value":null,"key":"skillId"}]}},"response":[{"id":"86940c16-ef46-4d55-b2e2-8e2f04aa4104","name":"200 Ok","originalRequest":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://parseapi.back4app.com/classes/Skills/:skillId","protocol":"https","host":["parseapi","back4app","com"],"path":["classes","Skills",":skillId"],"variable":[{"key":"skillId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"175"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"Content-Encoding","value":"gzip"},{"key":"date","value":"Mon, 12 Dec 2022 18:02:40 GMT"},{"key":"etag","value":"W/\"d3-ZfjKUXxHY8klnq02wIr16CrczDQ\""},{"key":"server","value":"nginx"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 7808e8f539edaee36c1b66ee6e4969d4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"jf8eZZoUdw-sVQP9iZc_nbYehfmk6eC3R-PotoPy5yCajg6jfRAVtg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"API Automation\",\n    \"description\": \"API automation is a low-code or no-code approach that works alongside existing continuous integration (CI) and continuous delivery (CD) processes\",\n    \"objectId\": \"7jlLXE2iCY\"\n}"}],"_postman_id":"1d4d18c9-4f4a-4085-9753-027494f3e50c"},{"name":"/classes/Skills/:skillId","id":"042e56c5-88ff-4100-b17f-4e98f3ab9eab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Skills/:skillId","urlObject":{"protocol":"https","path":["classes","Skills",":skillId"],"host":["parseapi","back4app","com"],"query":[],"variable":[{"description":{"content":"<p>Id of the skill to delete</p>\n","type":"text/plain"},"type":"any","value":null,"key":"skillId"}]}},"response":[{"id":"0969428e-b8ba-4312-9e80-ba902e5971bf","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://parseapi.back4app.com/classes/Skills/:skillId","protocol":"https","host":["parseapi","back4app","com"],"path":["classes","Skills",":skillId"],"variable":[{"key":"skillId","value":null}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 12 Dec 2022 18:03:41 GMT"},{"key":"ETag","value":"W/\"18-gH7/fIZxPCVRh6TuPVNAgHt/40I\""},{"key":"X-Powered-By","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 7808e8f539edaee36c1b66ee6e4969d4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"tJxCh_2VX5Y2ac7qyAcjxfy4vivUz1OOvKdgdfmdV74_ogXcz8fI4A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"unauthorized\"\n}"}],"_postman_id":"042e56c5-88ff-4100-b17f-4e98f3ab9eab"},{"name":"/classes/Skills/:skillId","id":"73109dfd-5ae6-4e34-9074-ca6459dce8c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"UI Automationedited\"\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Skills/:skillId","urlObject":{"protocol":"https","path":["classes","Skills",":skillId"],"host":["parseapi","back4app","com"],"query":[],"variable":[{"description":{"content":"<p>Id of the skill to update</p>\n","type":"text/plain"},"type":"any","value":null,"key":"skillId"}]}},"response":[{"id":"017fc3ea-2dd1-4a59-a2ca-6b195985a502","name":"400 Permission denied","originalRequest":{"method":"PUT","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"UI Automationedited\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://parseapi.back4app.com/classes/Skills/:skillId","protocol":"https","host":["parseapi","back4app","com"],"path":["classes","Skills",":skillId"],"variable":[{"key":"skillId","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Mon, 12 Dec 2022 18:06:41 GMT"},{"key":"etag","value":"W/\"4b-VFrjEgEpkf0vj/pYJDSyypwmKoc\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 7808e8f539edaee36c1b66ee6e4969d4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"gwvun3S7sdCSIa90wRKIwLIIUtfFkQgojpltoDo2yjgVLm1BPHt55w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 119,\n    \"error\": \"Permission denied for action update on class Skills.\"\n}"}],"_postman_id":"73109dfd-5ae6-4e34-9074-ca6459dce8c6"}],"id":"5a981712-22b4-456f-bd82-d197494b567a","description":"<p>Endpoint to retrieve the skills available on the system.</p>\n","_postman_id":"5a981712-22b4-456f-bd82-d197494b567a"},{"name":"Students","item":[{"name":"/classes/Students","event":[{"listen":"test","script":{"id":"bd8646de-e616-4220-8135-a0d8d380b447","exec":["pm.test(\"Retrieve student Id\", function () {","    var jsonData = pm.response.json();","","    pm.collectionVariables.set(\"current_student_id\", jsonData.objectId);","});",""],"type":"text/javascript"}}],"id":"5de165aa-c51d-4585-b57f-8c0b303c8156","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"Cleopatra\",\n  \"lastname\": \"Pérez Bolaños\",\n  \"interests\": [\n    \"Fútbol\",\n    \"Rumiquiu\",\n    \"Biking\",\n    \"Cars\",\n    \"Pets\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students","urlObject":{"protocol":"https","path":["classes","Students"],"host":["parseapi","back4app","com"],"query":[],"variable":[]}},"response":[{"id":"bbc7335e-3487-4d36-aea4-cf5743e5f016","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"César Montoya\",\n  \"lastname\": \"Rójas Pérez\",\n  \"interests\": [\n    \"kkkk\",\n    \"kkkk\",\n    \"Itaguï\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"133"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"Content-Encoding","value":"gzip"},{"key":"date","value":"Mon, 12 Dec 2022 17:19:50 GMT"},{"key":"etag","value":"W/\"88-c6jSZFJbgZvMf/zwfBEdEQzjkis\""},{"key":"location","value":"https://parseapi.back4app.com/classes/Students/nNWZzbxdIZ"},{"key":"server","value":"nginx"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f53a0c29e1f5f8fc5c349fabe8edeb08.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"eRI_qssmZdAYAIkY6vBfBnMbqHuqGYCFvMeZrikcJJAkO_3Jy9li-g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"objectId\": \"nNWZzbxdIZ\",\n    \"createdAt\": \"2022-12-12T17:19:50.364Z\",\n    \"user\": {\n        \"__type\": \"Pointer\",\n        \"className\": \"_User\",\n        \"objectId\": \"LMreeOycdC\"\n    }\n}"},{"id":"6fedf42f-2695-4cfe-832e-071efda42998","name":"400 duplicated name","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{back4app_app_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{back4app_api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"Emiliano\",\n  \"lastname\": \"Pérez Bolañoso\",\n  \"interests\": [\n    \"Fútbol\",\n    \"Rumiquiu\",\n    \"Biking\",\n    \"Cars\",\n    \"Pets\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Wed, 14 Dec 2022 16:36:46 GMT"},{"key":"etag","value":"W/\"54-dC3/Y18M41n8Rw/zSDHyIPNq8bg\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 b0769aa3a5fd944d4e8b53fc0502c60a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"0hbA8pYxySOvAB5G8eqXtzLKgs7VN4fEO0-xGQ6ywucpojNQfscORQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 137,\n    \"error\": \"A duplicate value for a field with unique values was provided\"\n}"},{"id":"6948b8c1-924a-4f77-b5f5-03ca5b71e725","name":"400 Invalid character","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"César 23\",\n  \"lastname\": \"Pérez\",\n  \"interests\": [\n    \"kkkk\",\n    \"kkkk\",\n    \"Itaguï\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Mon, 12 Dec 2022 17:20:16 GMT"},{"key":"etag","value":"W/\"2f-P4HF/zNvo/+6KKoFfdN+HkgXmHA\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f53a0c29e1f5f8fc5c349fabe8edeb08.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"CGdn24Z4jYmvH9ZRDs8csuVLa44g3fG1Qs3YEfrezge5yACwTSwxFg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Invalid characters on field \\\"name\\\"\"\n}"},{"id":"3d78d012-5d7c-4e84-8331-65165cdb6768","name":"400 Invalid length","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"César HermenejildoHermenejildo\",\n  \"lastname\": \"Pérez\",\n  \"interests\": [\n    \"kkkk\",\n    \"kkkk\",\n    \"Itaguï\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"92"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Mon, 12 Dec 2022 17:20:51 GMT"},{"key":"etag","value":"W/\"5c-c0E8vtjPBZpvUpJBC8JUlLpp/Vc\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f53a0c29e1f5f8fc5c349fabe8edeb08.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"9p1k_wIHUs9YUZ_YGhvVP3vdtQopjh2HcDiUEKviS4eYMMIwq0vsxQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Invalid length for field \\\"name\\\". Max allowed lenght is 25, current length is 30\"\n}"},{"id":"051e43fd-f0c7-49b1-94dc-6e5a908130b3","name":"400 Invalid length interest","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"César Hermenejildo\",\n  \"lastname\": \"Pérez Bolaños\",\n  \"interests\": [\n    \"HermenejildoHermenejildoHermenejildoHermenejildo\",\n    \"Fútbol\",\n    \"Rumiquiu\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"99"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Mon, 12 Dec 2022 17:21:39 GMT"},{"key":"etag","value":"W/\"63-IUdgoIoiajkgTChFjAnzrxGX3hI\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f53a0c29e1f5f8fc5c349fabe8edeb08.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"TmmvyhNibXoBT3IKvus5blEDCooV3JSH9tJorTN97UqV1vjMw-h1TQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Invalid length for field \\\"interest[0]\\\". Max allowed lenght is 20, current length is 48\"\n}"},{"id":"fc8a7dc1-30e2-404d-8ffe-eef19cbc1c16","name":"400 Invalid character interest","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"César Hermenejildo\",\n  \"lastname\": \"Pérez Bolaños\",\n  \"interests\": [\n    \"Hermenejildo--\",\n    \"Fútbol\",\n    \"Rumiquiu\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Mon, 12 Dec 2022 17:22:00 GMT"},{"key":"etag","value":"W/\"36-sJzornnnpHE7aVQ26dw6x3Jz2II\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f53a0c29e1f5f8fc5c349fabe8edeb08.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"H3rqlbhQQUArpsh9ChQYO86P24PgC36P_V8ULHrNjas7PBa_MPGAOg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Invalid characters on field \\\"interest[0]\\\"\"\n}"},{"id":"771b67c0-a933-4e39-9c1d-32c4f65531bc","name":"400 Invalid interst length","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"César Hermenejildo\",\n  \"lastname\": \"Pérez Bolaños\",\n  \"interests\": [\n    \"Hermenejildo\",\n    \"Fútbol\",\n    \"Rumiquiu\",\n    \"Biking\",\n    \"Cars\",\n    \"Pets\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"95"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Mon, 12 Dec 2022 17:22:34 GMT"},{"key":"etag","value":"W/\"5f-P6Y36xoCEeQgc5czGeWqGak2Z6c\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f53a0c29e1f5f8fc5c349fabe8edeb08.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"FChz4U7cH0h5iHdzi2NFlC4Royb5o9yIQReXwlXDuHo3Ce7Gil6n6g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Invalid length for field \\\"interests\\\". Max allowed lenght is 5, current length is 6\"\n}"},{"id":"86289eb8-42cc-4988-87c9-3c80b3ef89f2","name":"401 unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\":\"Peterio Hermenejildo\",\n  \"lastname\": \"Pérez Bolaños\",\n  \"interests\": [\n    \"Fútbol\",\n    \"Rumiquiu\",\n    \"Biking\",\n    \"Cars\",\n    \"Pets\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 12 Dec 2022 20:40:29 GMT"},{"key":"ETag","value":"W/\"18-gH7/fIZxPCVRh6TuPVNAgHt/40I\""},{"key":"X-Powered-By","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 d469b242ea9735def0b70af5a09c94c0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"c_SggGHyOHydTW0KUDGh2T5TSVlUa1UmYz4nl23tOlnnQCG1jx8LVg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"unauthorized\"\n}"},{"id":"ce199bce-d232-48fb-a633-42e711f4d981","name":"404 User needs to be authenticated","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"Babi\",\n  \"lastname\": \"Pérez Bolaños\",\n  \"interests\": [\n    \"Fútbol\",\n    \"Rumiquiu\",\n    \"Biking\",\n    \"Cars\",\n    \"Pets\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Mon, 12 Dec 2022 21:10:46 GMT"},{"key":"etag","value":"W/\"49-N4OlQEPPSi6zu1nJbHRAEPFdXW4\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 903a85d64aaae705535a5b297b3346a8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"8QMbYCaQmkn4sbjHmWvSiDA91QFZfutGwsledbkXuJ6GPeKO0zmr7g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 101,\n    \"error\": \"Permission denied, user needs to be authenticated.\"\n}"}],"_postman_id":"5de165aa-c51d-4585-b57f-8c0b303c8156"},{"name":"/classes/Students","event":[{"listen":"test","script":{"id":"6894adc7-1406-4f54-a1c6-3d343ddf2ebb","exec":["pm.test(\"Retrieve first student Id\", function () {","    var jsonData = pm.response.json();","","    pm.collectionVariables.set(\"current_student_id\", jsonData.results[0].objectId);","});",""],"type":"text/javascript"}}],"id":"450f613f-d20e-42f0-ad30-3025cbc83d11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":"https://parseapi.back4app.com/classes/Students","urlObject":{"protocol":"https","path":["classes","Students"],"host":["parseapi","back4app","com"],"query":[],"variable":[]}},"response":[{"id":"0e710696-3b93-438d-bad3-b96d2930b189","name":"Get all the students","originalRequest":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://parseapi.back4app.com/classes/Students","protocol":"https","host":["parseapi","back4app","com"],"path":["classes","Students"],"query":[{"key":"where","value":"{\"lastname\":\"Userio5\"}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"Content-Encoding","value":"gzip"},{"key":"date","value":"Tue, 13 Dec 2022 17:31:01 GMT"},{"key":"etag","value":"W/\"8f-zaRrwllM3N/9j0Fhh1p5qi3TCLw\""},{"key":"server","value":"nginx"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 17db4807d58bcfc1f64f48f46ec61120.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"XRhUAboR8v7McquZFH4ckN9l-eeZhzXBNeF2fvM7P_Q7c1S7bYbv3A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"name\": \"Emilio\",\n            \"lastname\": \"Pérez Bolañoso\",\n            \"interests\": [\n                \"Fútbol\",\n                \"Rumiquiu\",\n                \"Biking\",\n                \"Cars\",\n                \"Pets\"\n            ],\n            \"objectId\": \"LmleAFxUek\"\n        }\n    ]\n}"},{"id":"48f7e273-c8ff-475f-997a-0eda12894624","name":"Get students by name","originalRequest":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://parseapi.back4app.com/classes/Students?where={\"name\":{\"$regex\":\"Emi\"}}","protocol":"https","host":["parseapi","back4app","com"],"path":["classes","Students"],"query":[{"key":"where","value":"{\"name\":{\"$regex\":\"Emi\"}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"Content-Encoding","value":"gzip"},{"key":"date","value":"Tue, 13 Dec 2022 17:30:02 GMT"},{"key":"etag","value":"W/\"8f-zaRrwllM3N/9j0Fhh1p5qi3TCLw\""},{"key":"server","value":"nginx"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 17db4807d58bcfc1f64f48f46ec61120.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"0zA8xQQId_woKQpflARZRT30PjSgLI8XQf72wyiO2fH67Pa_udJ2EA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"name\": \"Emilio\",\n            \"lastname\": \"Pérez Bolañoso\",\n            \"interests\": [\n                \"Fútbol\",\n                \"Rumiquiu\",\n                \"Biking\",\n                \"Cars\",\n                \"Pets\"\n            ],\n            \"objectId\": \"LmleAFxUek\"\n        }\n    ]\n}"}],"_postman_id":"450f613f-d20e-42f0-ad30-3025cbc83d11"},{"name":"/classes/Students/:studentId","id":"64b44677-5d09-46a1-9867-81011ba87e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":"https://parseapi.back4app.com/classes/Students/:studentId","urlObject":{"protocol":"https","path":["classes","Students",":studentId"],"host":["parseapi","back4app","com"],"query":[],"variable":[{"description":{"content":"<p>Id of the student to retrieve</p>\n","type":"text/plain"},"type":"any","value":"{{studentId}}","key":"studentId"}]}},"response":[{"id":"b182e466-dd6b-40d1-99a2-1e3741a40ef6","name":"Get student by Id","originalRequest":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://parseapi.back4app.com/classes/Students/abcd1234","protocol":"https","host":["parseapi","back4app","com"],"path":["classes","Students","abcd1234"],"query":[{"key":"include","value":"skillId,skills","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"237"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Fri, 02 Dec 2022 22:36:15 GMT"},{"key":"etag","value":"W/\"123-L8yNJ+qY5CXeMHQcG36rpYw3PL8\""},{"key":"server","value":"nginx"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 45893c5ff2aa24fa7dce9573a0274642.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD12-P1"},{"key":"X-Amz-Cf-Id","value":"eqJR18Vjp67-u9lzZz611Lk90GSBzZP6BsPmpO11fYM3j-3tfWRGag=="}],"cookie":[],"responseTime":null,"body":"{\n    \"objectId\": \"abcd1234\",\n    \"name\": \"Diego\",\n    \"lastname\": \"Montoya\",\n    \"createdAt\": \"2022-11-25T20:19:15.439Z\",\n    \"updatedAt\": \"2022-12-01T21:57:38.071Z\",\n    \"interests\": [\n        \"API Automation\",\n        \"Java\",\n        \"flying\",\n        \"kungfu\"\n    ],\n    \"skillsNames\": [\n        \"java\",\n        \"API Automation\"\n    ],\n    \"comments\": [\n        \"Comment added to the student\",\n        \"Another comment\"\n    ]\n}"}],"_postman_id":"64b44677-5d09-46a1-9867-81011ba87e2f"},{"name":"/classes/Students/:studentId","id":"7042f1e4-18e3-44b6-85ce-24984919434b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"interests\": [\n    \"Fútbol\",\n    \"Rumiquiu\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students/:studentId","urlObject":{"protocol":"https","path":["classes","Students",":studentId"],"host":["parseapi","back4app","com"],"query":[],"variable":[{"description":{"content":"<p>Id of the student to update</p>\n","type":"text/plain"},"type":"any","value":null,"key":"studentId"}]}},"response":[{"id":"0d45be4a-660b-49d2-9714-ed98e08d88e3","name":"200 Ok","originalRequest":{"method":"PUT","header":[{"key":"X-Parse-Application-Id","value":"{{back4app_app_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{back4app_api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"interests\": [\n        \"API Automation\",\n        \"Java\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Students/abcd1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"Content-Encoding","value":"gzip"},{"key":"date","value":"Wed, 14 Dec 2022 16:54:54 GMT"},{"key":"etag","value":"W/\"28-XWWrTVYjPTDZbZp63Yb6H1kLclM\""},{"key":"server","value":"nginx"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 266a90e97e11da9abf4a8ed10543ed6c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"AoU8oIoTNKBi9dptlsVKFjHDhhtUXevL4xDfxAjBhynnzGCOty4xeA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"updatedAt\": \"2022-12-14T16:54:54.199Z\"\n}"}],"_postman_id":"7042f1e4-18e3-44b6-85ce-24984919434b"},{"name":"/classes/Students/:studentId","id":"bca92bed-6230-4832-bb0c-5caf604775d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":"https://parseapi.back4app.com/classes/Students/:studentId","urlObject":{"protocol":"https","path":["classes","Students",":studentId"],"host":["parseapi","back4app","com"],"query":[],"variable":[{"description":{"content":"<p>Id of the student to delete</p>\n","type":"text/plain"},"type":"any","value":null,"key":"studentId"}]}},"response":[],"_postman_id":"bca92bed-6230-4832-bb0c-5caf604775d3"}],"id":"a3df26cf-f946-4308-b5b4-84b332dccafb","description":"<p>Endpoint to manage the student's information</p>\n","_postman_id":"a3df26cf-f946-4308-b5b4-84b332dccafb"},{"name":"StudentSkills","item":[{"name":"/classes/StudentSkills","id":"9f38c961-ef99-4b38-9d90-85e1a024c495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"studentId\": \"<studentId>\",\n  \"skillId\": \"<skillId>\"\n}"},"url":"https://parseapi.back4app.com/classes/StudentSkills","urlObject":{"protocol":"https","path":["classes","StudentSkills"],"host":["parseapi","back4app","com"],"query":[],"variable":[]}},"response":[{"id":"ab3be1ff-ac5a-4eb6-9144-0f731d82ea6c","name":"200 Ok","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"studentId\": \"<studentId>\",\n  \"skillId\": \"<skillId>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/StudentSkills"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"Content-Encoding","value":"gzip"},{"key":"date","value":"Tue, 13 Dec 2022 16:51:46 GMT"},{"key":"etag","value":"W/\"88-w/eIYgwO+yFo8jrA+PTR0RtFtgM\""},{"key":"location","value":"https://parseapi.back4app.com/classes/StudentSkills/IfxHz9ERs5"},{"key":"server","value":"nginx"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 34a80a466446d2f079dddf146048d8b8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"gnXWqJSWvy48gzUl6sXFtFBhlQQHCiy7GW3mA6P8sBIrOmXCIQTDaA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"objectId\": \"IfxHz9ERs5\",\n    \"createdAt\": \"2022-12-13T16:51:46.792Z\",\n    \"user\": {\n        \"__type\": \"Pointer\",\n        \"className\": \"_User\",\n        \"objectId\": \"WoHkPt0sxP\"\n    }\n}"},{"id":"23295b90-d691-4b29-8a06-5afd6feab73e","name":"401 unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"studentId\": \"<studentId>\",\n  \"skillId\": \"<skillId>\"\n}"},"url":"https://parseapi.back4app.com/classes/StudentSkills"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 12 Dec 2022 20:53:10 GMT"},{"key":"ETag","value":"W/\"18-gH7/fIZxPCVRh6TuPVNAgHt/40I\""},{"key":"X-Powered-By","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 d469b242ea9735def0b70af5a09c94c0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"q9aZbuhh1PABnXDdoho_-aLzhHLKqhXllW5uTtfhLAC0z1VdeQpzfA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"unauthorized\"\n}"},{"id":"692f745b-f35b-416a-8fdc-06c901b56fe0","name":"404 User needs to be authenticated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"studentId\": \"<studentId>\",\n  \"skillId\": \"<skillId>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/StudentSkills"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Mon, 12 Dec 2022 21:19:17 GMT"},{"key":"etag","value":"W/\"49-N4OlQEPPSi6zu1nJbHRAEPFdXW4\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 2e8010b39acc99d1371b96a5f3d32b6a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"WY1hGHtUzEFy1g39kZOZSaI9awAlB9eACZUnr1hcAUBMjheKL-bwtg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 101,\n    \"error\": \"Permission denied, user needs to be authenticated.\"\n}"}],"_postman_id":"9f38c961-ef99-4b38-9d90-85e1a024c495"}],"id":"65ede561-3874-414c-945f-226befeefa81","description":"<p>Endpoint to add skills to the students</p>\n","_postman_id":"65ede561-3874-414c-945f-226befeefa81"},{"name":"Comments","item":[{"name":"/classes/Comments","event":[{"listen":"test","script":{"id":"6b1917cb-14ec-46da-8070-f665e1e936c1","exec":["pm.test(\"Retrieve first comment Id\", function () {","    var jsonData = pm.response.json();","","    pm.collectionVariables.set(\"current_comment_id\", jsonData.results[0].objectId);","});",""],"type":"text/javascript"}}],"id":"55a190f9-99cc-4a42-ac77-c65868166a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":"https://parseapi.back4app.com/classes/Comments","urlObject":{"protocol":"https","path":["classes","Comments"],"host":["parseapi","back4app","com"],"query":[],"variable":[]}},"response":[{"id":"e3b6241a-e267-46d6-a18e-815b02ad1862","name":"200 Ok","originalRequest":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://parseapi.back4app.com/classes/Comments","protocol":"https","host":["parseapi","back4app","com"],"path":["classes","Comments"],"query":[{"key":"include","value":"student,user","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"Content-Encoding","value":"gzip"},{"key":"date","value":"Tue, 13 Dec 2022 16:23:30 GMT"},{"key":"etag","value":"W/\"90-8qC4h+Jb4Ef7fKj2gEYLZHq2QK0\""},{"key":"server","value":"nginx"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b0769aa3a5fd944d4e8b53fc0502c60a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"vR5f-MOxgjaWS8v4SsHOe0wUl5WEQiC45Id2mJX9hMIYOwHn5ckHJA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"studentId\": \"abc123\",\n            \"comment\": \"Comment added to te student\",\n            \"objectId\": \"cde567\"\n        },\n        {\n            \"studentId\": \"abc123\",\n            \"comment\": \"Another comment added to the student\",\n            \"objectId\": \"cde890\"\n        }\n    ]\n}"}],"_postman_id":"55a190f9-99cc-4a42-ac77-c65868166a91"},{"name":"/classes/Comments","event":[{"listen":"test","script":{"id":"957b18b0-fe92-46d3-a8c1-45ed475c8ac3","exec":["pm.test(\"Retrieve comment Id\", function () {","    var jsonData = pm.response.json();","","    pm.collectionVariables.set(\"current_comment_id\", jsonData.objectId);","});",""],"type":"text/javascript"}}],"id":"1b45d89a-2796-487b-9009-e30bae6bdc4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"studentId\":\"<studentId>\",\n  \"comment\": \"Comment to add to the student\"\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Comments","urlObject":{"protocol":"https","path":["classes","Comments"],"host":["parseapi","back4app","com"],"query":[],"variable":[]}},"response":[{"id":"527d6e81-b12d-43e9-a7d4-3882f0f68681","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"studentId\":\"<studentId>\",\n  \"comment\": \"Comment to add\"\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Comments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"194"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"Content-Encoding","value":"gzip"},{"key":"date","value":"Mon, 12 Dec 2022 18:21:50 GMT"},{"key":"etag","value":"W/\"d8-g21QFnEn4jvz2XQKnMXMezAbx6E\""},{"key":"location","value":"https://parseapi.back4app.com/classes/Comments/ncDcciz3QG"},{"key":"server","value":"nginx"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 7808e8f539edaee36c1b66ee6e4969d4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"FaDfnm_aWDOg00WCdM8B3MKnZ9LvSFtYicGM-OjXNQO9umvEUo8Dcw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"objectId\": \"abc123\",\n    \"createdAt\": \"2022-12-12T18:21:49.986Z\",\n    \"comment\": \"Comment added\",\n    \"user\": {\n        \"__type\": \"Pointer\",\n        \"className\": \"_User\",\n        \"objectId\": \"abc456\"\n    }\n}"},{"id":"5415da16-cfa7-4de6-96f8-7bc08d65eac7","name":"400 Missing comment","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"studentId\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Comments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Tue, 13 Dec 2022 17:53:14 GMT"},{"key":"etag","value":"W/\"4a-Hk1Jp/guXPivzjUPmMh+7g2mjPw\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 19e83311b780f9d326ad6d361ead9c22.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"74iT5huZ2bp3N1i9kyFsfjgtmcHaXIoFsm792P0yVUzbVPO4jC-v7w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 142,\n    \"error\": \"Validation failed. Please specify data for comment.\"\n}"},{"id":"07daa3d8-662a-4fbd-8f53-1b87d3833ae6","name":"400 Student not found","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"comment\": \"Comment only without student\"\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Comments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"28"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Tue, 13 Dec 2022 17:53:40 GMT"},{"key":"etag","value":"W/\"1c-FpWxMBuDAmrNcpcQKuOkZ99iDpc\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 19e83311b780f9d326ad6d361ead9c22.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"XRi5ORXBatgkbhtG4yt2fr9Z1VZtnKsKEKLfxTtcipflkO6GFpHXpg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Student not found\"\n}"},{"id":"273554ff-edca-4c7b-992c-a427b0785681","name":"400 Comment length","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"studentId\":\"<studentId>\",\n  \"comment\": \"kkkk\"\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/classes/Comments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"date","value":"Tue, 13 Dec 2022 17:53:58 GMT"},{"key":"etag","value":"W/\"50-zEuKIeZCR2TGSLjezAC5q3jxbkA\""},{"key":"server","value":"nginx"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 19e83311b780f9d326ad6d361ead9c22.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"ZWPDteq0V4cPEEZ5OF93tRWq92eBV1EI5pme_nO1uZHdEvsGrjT1Iw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 142,\n    \"error\": \"The comment should contain between, 5 and 250  characters\"\n}"}],"_postman_id":"1b45d89a-2796-487b-9009-e30bae6bdc4d"},{"name":"/classes/Comments/:commentId","event":[{"listen":"test","script":{"id":"c1037ae2-947d-4203-808a-daeaaef2740d","exec":[""],"type":"text/javascript"}}],"id":"a1fd0d87-211c-4a3d-b06e-4bb5d7739198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":"https://parseapi.back4app.com/classes/Comments/:commentId","urlObject":{"protocol":"https","path":["classes","Comments",":commentId"],"host":["parseapi","back4app","com"],"query":[],"variable":[{"description":{"content":"<p>Id of the comment to delete</p>\n","type":"text/plain"},"type":"any","value":null,"key":"commentId"}]}},"response":[{"id":"2e972701-a345-49ac-9afa-a1ca6630b879","name":"200 Ok","originalRequest":{"method":"DELETE","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-Parse-Session-Token","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://parseapi.back4app.com/classes/Comments/:commentId","protocol":"https","host":["parseapi","back4app","com"],"path":["classes","Comments",":commentId"],"variable":[{"key":"commentId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, X-Application-ID, X-Access-Token, X-Parse-Master-Key, X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, X-CSRF-Token, X-Parse-Client-Key, X-Parse-Request-Id"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":"X-Parse-Job-Status-Id, X-Parse-Push-Status-Id"},{"key":"Content-Encoding","value":"gzip"},{"key":"date","value":"Mon, 12 Dec 2022 20:59:06 GMT"},{"key":"etag","value":"W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\""},{"key":"server","value":"nginx"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d469b242ea9735def0b70af5a09c94c0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOG50-P1"},{"key":"X-Amz-Cf-Id","value":"jJUgHrSWR9CnPIV45IBJa3bGlHvO4WuoiMZSJU9XPSwZRV9ziUqTpw=="}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a1fd0d87-211c-4a3d-b06e-4bb5d7739198"}],"id":"35ff283f-d0a0-4be2-9db7-e29c949a9d04","description":"<p>Endpoint to add comments to a given student</p>\n","_postman_id":"35ff283f-d0a0-4be2-9db7-e29c949a9d04"},{"name":"signup","event":[{"listen":"test","script":{"id":"1eb69d3b-c463-439f-adf2-348883058c29","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","","    pm.collectionVariables.set(\"session_token\", jsonData.sessionToken);","    pm.collectionVariables.set(\"current_user_ud\", jsonData.objectId);","});",""],"type":"text/javascript"}}],"id":"fc07a622-de09-4ec4-95ea-db031f836314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\":\"<new_password>\",\n    \"username\":\"<new_username>\",\n    \"email\":\"<new_email>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/users","description":"<p>Request to create an account needed to access the information of the api and also to filter the data and avoid seeing another person's information</p>\n","urlObject":{"protocol":"https","path":["users"],"host":["parseapi","back4app","com"],"query":[],"variable":[]}},"response":[{"id":"ab72eef8-16aa-4e24-91a6-7dfe774dce96","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\":\"\",\n    \"username\":\"\",\n    \"email\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://parseapi.back4app.com/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"}],"cookie":[],"responseTime":null,"body":"{\n    \"objectId\": \"abc123\",\n    \"createdAt\": \"2022-12-13T16:55:42.868Z\",\n    \"sessionToken\": \"r:abcdefg16cec54f806e5dbbf72c7948\"\n}"}],"_postman_id":"fc07a622-de09-4ec4-95ea-db031f836314"},{"name":"login","event":[{"listen":"test","script":{"id":"61174aeb-d6ef-46e5-be13-b69c78970fc3","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","","    pm.collectionVariables.set(\"session_token\", jsonData.sessionToken);","    pm.collectionVariables.set(\"current_user_ud\", jsonData.objectId);","});",""],"type":"text/javascript"}}],"id":"6a196a66-f33b-4124-9ce3-5d652779c3f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}","type":"text"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://parseapi.back4app.com/login?username=<username>&password=<password>","description":"<p>Request to login into the application and retrieve a session token using existing credentials.</p>\n","urlObject":{"protocol":"https","path":["login"],"host":["parseapi","back4app","com"],"query":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"variable":[]}},"response":[{"id":"36b219d0-c5f7-416e-ba2f-47faee254944","name":"200 Ok","originalRequest":{"method":"GET","header":[{"key":"X-Parse-Application-Id","value":"{{application_id}}"},{"key":"X-Parse-REST-API-Key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://parseapi.back4app.com/login?username=&password=","protocol":"https","host":["parseapi","back4app","com"],"path":["login"],"query":[{"key":"username","value":""},{"key":"password","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"204"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"objectId\": \"abc123\",\n    \"username\": \"academy_student6\",\n    \"email\": \"academy_student6@mailinator.com\",\n    \"createdAt\": \"2022-12-13T16:55:42.868Z\",\n    \"updatedAt\": \"2022-12-13T16:55:42.868Z\",\n    \"ACL\": {\n        \"*\": {\n            \"read\": true\n        },\n        \"abc123\": {\n            \"read\": true,\n            \"write\": true\n        }\n    },\n    \"sessionToken\": \"r:abcdef5970a769db72ea4e6d89c65744\"\n}"}],"_postman_id":"6a196a66-f33b-4124-9ce3-5d652779c3f2"}],"event":[{"listen":"prerequest","script":{"id":"c7207bc3-c6d0-4c90-beff-77a0cbd7c060","type":"text/javascript","exec":["pm.request.headers.add({","  key: \"X-Parse-Application-Id\",","  value: pm.environment.get(\"back4app_app_id\")","});","","pm.request.headers.add({","  key: \"X-Parse-REST-API-Key\",","  value: pm.environment.get(\"back4app_api_key\")","});","","pm.request.headers.add({","  key: \"X-Parse-Session-Token\",","  value: pm.collectionVariables.get(\"session_token\")","});"]}},{"listen":"test","script":{"id":"dfe8c591-aca5-465d-bc4e-5fbb570127ae","type":"text/javascript","exec":[""]}}],"variable":[{"key":"academy_username","value":"","type":"string"},{"key":"academy_password","value":"","type":"string"},{"key":"academy_email","value":"","type":"string"},{"key":"current_user_ud","value":""},{"key":"current_student_id","value":""},{"key":"current_skill_id","value":""},{"key":"current_comment_id","value":""}]}