{"info":{"_postman_id":"43033dd3-3a92-4521-9e05-23a75d462f73","name":"django-backend","description":"<html><head></head><body><p>The documentation is part of the <a href=\"https://github.com/Adityaraj1711/django-backend-architecture\">this</a> project</p>\n<ul>\n<li>The API's manage the complete backend interaction with django models.</li>\n</ul>\n<h1 id=\"overview\">Overview</h1>\n<p>The concerned user should understand the working of a portfolio website and on that basis, he/she will be easily liable to change or customize the API's for their own purpose.</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>What errors and status codes can a user expect?\nThe error codes are the standard error codes of HTTP methods.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Error Codes","slug":"error-codes"}],"owner":"5616249","collectionId":"43033dd3-3a92-4521-9e05-23a75d462f73","publishedId":"SzfDxQhJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-28T22:01:34.000Z"},"item":[{"name":"Sign up","id":"732ff5e0-cff0-455f-b925-f8d5fe08eeb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"newuser@user.com","description":"<p>New user email</p>\n","type":"text"},{"key":"name","value":"newuser","description":"<p>new user name</p>\n","type":"text"},{"key":"password","value":"user123","description":"<p>new user password</p>\n","type":"text"}]},"url":"http://127.0.0.1:8080/api/signup/","description":"<p>POST user details for signup</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","signup",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"3cba296c-8d41-4743-9c4f-df94ed5c6f30","name":"Sign up","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"newuser1@user.com","description":"New user email","type":"text"},{"key":"name","value":"newuser1","description":"new user name","type":"text"},{"key":"password","value":"user123","description":"new user password","type":"text"}]},"url":"http://127.0.0.1:8080/api/signup/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 20:54:30 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"109"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 8,\n        \"email\": \"newuser@user.com\",\n        \"name\": \"newuser\"\n    },\n    \"summary\": {\n        \"statusCode\": 201,\n        \"status\": \"success\"\n    }\n}"},{"id":"913f66d0-f32d-4572-8fe9-7931abd4feaf","name":"Sign up","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"newuser@user.com","description":"New user email","type":"text"},{"key":"name","value":"newuser","description":"new user name","type":"text"},{"key":"password","value":"user123","description":"new user password","type":"text"}]},"url":"http://127.0.0.1:8080/api/signup/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 20:54:30 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"109"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 8,\n        \"email\": \"newuser@user.com\",\n        \"name\": \"newuser\"\n    },\n    \"summary\": {\n        \"statusCode\": 201,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"732ff5e0-cff0-455f-b925-f8d5fe08eeb6"},{"name":"Login","id":"c08f616c-ac73-4782-bd06-3914856a8444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"newuser@user.com","description":"<p>Use the previous email as the username</p>\n","type":"text"},{"key":"password","value":"user123","description":"<p>use the password same as during signup</p>\n","type":"text"}]},"url":"http://127.0.0.1:8080/api/login/","description":"<p>Login using the signup credentials</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","login",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"29741461-c72d-4c63-a6b5-5d202f2ff585","name":"Logged in","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"newuser@user.com","description":"Use the previous email as the username","type":"text"},{"key":"password","value":"user123","description":"use the password same as during signup","type":"text"}]},"url":"http://127.0.0.1:8080/api/login/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 21:17:14 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.2"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Cookie"},{"key":"Content-Length","value":"52"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"c2c6cb7771a07034257177f82477ce0d06c073fb\"\n}"}],"_postman_id":"c08f616c-ac73-4782-bd06-3914856a8444"},{"name":"Create Portfolio for the loggedin user","id":"725b663c-50e1-4af1-884e-e211cfa897c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"test user","description":"<p>write name that should be displayed in portfolio</p>\n","type":"text"},{"key":"email","value":"testuseremail@email.com","description":"<p>Write email that should be displayed in portfolio</p>\n","type":"text"}]},"url":"http://127.0.0.1:8080/api/portfolio-update/","description":"<p>Create a portfolio for the corresponding loggedin user. Each user could only create one portfolio at a time.\nThe portfolio could be accessbile by the public url api/user/user_name</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","portfolio-update",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"71b2b7e7-608c-4ed3-afb8-1ecb30be98ef","name":"http://127.0.0.1:8080/api/portfolio-update/","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"test user","description":"write name that should be displayed in portfolio","type":"text"},{"key":"email","value":"testuseremail@email.com","description":"Write email that should be displayed in portfolio","type":"text"}]},"url":"http://127.0.0.1:8080/api/portfolio-update/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 21:27:43 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"http://127.0.0.1:8080/api/portfolio-update/2/"},{"key":"Content-Length","value":"343"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Accept"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"url\": \"http://127.0.0.1:8080/api/portfolio-update/2/\",\n        \"name\": \"test user\",\n        \"created_on\": \"2020-04-28T21:27:43.406909Z\",\n        \"email\": \"testuseremail@email.com\",\n        \"skill\": [],\n        \"work_experience\": [],\n        \"about\": [],\n        \"achievement\": [],\n        \"interest\": [],\n        \"certification\": [],\n        \"project\": [],\n        \"education\": [],\n        \"avatar\": null\n    },\n    \"summary\": {\n        \"statusCode\": 201,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"725b663c-50e1-4af1-884e-e211cfa897c6"},{"name":"Education field fillup","id":"fb67d08c-28b0-44e0-84ba-28dbb716d7aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","description":"<p>token of loggedin user</p>\n","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"","type":"text","value":""}]},"url":"http://127.0.0.1:8080/api/education/","description":"<p>POST education field details for the logged in user</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","education",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"68ae6111-8aa0-46dc-b1f0-e48faf72be64","name":"http://127.0.0.1:8080/api/education/","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","description":"token of loggedin user","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"college_name\": \"some college\",\n    \"college_address\": \"some address\",\n    \"grade\": \"CGPA\",\n    \"degree\": \"some degree\"\n}"},"url":"http://127.0.0.1:8080/api/education/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 21:30:46 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"265"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"college_name\": \"some college\",\n        \"college_address\": \"some address\",\n        \"grade\": \"CGPA\",\n        \"degree\": \"some degree\",\n        \"from_date\": \"2020-04-28T21:30:46.137857Z\",\n        \"to_date\": \"2020-04-28T21:30:46.137880Z\",\n        \"user_profile\": 8\n    },\n    \"summary\": {\n        \"statusCode\": 201,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"fb67d08c-28b0-44e0-84ba-28dbb716d7aa"},{"name":"Create work experience for the loggedin user","id":"b9130ace-81c7-4990-96d9-92e1399a520a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\t\t\"company\": \"some company\",\n            \"address\": \"some address\",\n            \"about\": \"about company\",\n            \"company_url\": \"http://some.company.url/\",\n            \"joining_date\": \"2020-04-28T18:13:11.879035Z\",\n            \"to_date\": \"2020-04-28T18:13:11.879056Z\",\n            \"currently_working\": false\n}"},"url":"http://127.0.0.1:8080/api/work-experience/","description":"<p>POST work experience</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","work-experience",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"bd945e83-ed0b-4108-b113-8d8fa0c815cb","name":"Create work experience for the loggedin user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\t\t\"company\": \"some company\",\n            \"address\": \"some address\",\n            \"about\": \"about company\",\n            \"company_url\": \"http://some.company.url/\",\n            \"joining_date\": \"2020-04-28T18:13:11.879035Z\",\n            \"to_date\": \"2020-04-28T18:13:11.879056Z\",\n            \"currently_working\": false\n}"},"url":"http://127.0.0.1:8080/api/work-experience/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 21:39:06 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"308"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"company\": \"some company\",\n        \"address\": \"some address\",\n        \"about\": \"about company\",\n        \"company_url\": \"http://some.company.url/\",\n        \"joining_date\": \"2020-04-28T21:39:06.879334Z\",\n        \"to_date\": \"2020-04-28T21:39:06.879358Z\",\n        \"currently_working\": false,\n        \"user_profile\": 8\n    },\n    \"summary\": {\n        \"statusCode\": 201,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"b9130ace-81c7-4990-96d9-92e1399a520a"},{"name":"create projects","id":"400f79d3-ce6a-446e-91a3-9735e499d7e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"project\": \"project\",\r\n   \"about\": \"about project\",\r\n   \"feature\": \"features\",\r\n   \"tech_stack\": \"sample tech\",\r\n   \"project_url\": \"http://127.0.0.1:8080/someprojecturl\"\r\n}"},"url":"http://127.0.0.1:8080/api/projects/","description":"<p>POST projects for loggedin user</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","projects",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"1b0eed8f-39ed-4aa9-a8e7-067547560730","name":"create projects","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"project\": \"project\",\r\n   \"about\": \"about project\",\r\n   \"feature\": \"features\",\r\n   \"tech_stack\": \"sample tech\",\r\n   \"project_url\": \"http://127.0.0.1:8080/someprojecturl\"\r\n}"},"url":"http://127.0.0.1:8080/api/projects/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 21:44:40 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"227"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"project\": \"project\",\n        \"about\": \"about project\",\n        \"feature\": \"features\",\n        \"tech_stack\": \"sample tech\",\n        \"project_url\": \"http://127.0.0.1:8080/someprojecturl\",\n        \"user_profile\": 8\n    },\n    \"summary\": {\n        \"statusCode\": 201,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"400f79d3-ce6a-446e-91a3-9735e499d7e8"},{"name":"GET project details","id":"9834dece-daf1-4eed-a750-c84b854eaa58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"}],"url":"http://127.0.0.1:8080/api/projects/3","urlObject":{"protocol":"http","port":"8080","path":["api","projects","3"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"3cfc134f-c93f-4811-a4e2-02a018c6d6c0","name":"GET project details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"}],"url":"http://127.0.0.1:8080/api/projects/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 21:46:46 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.2"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"170"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"project\": \"project\",\n    \"about\": \"about project\",\n    \"feature\": \"features\",\n    \"tech_stack\": \"sample tech\",\n    \"project_url\": \"http://127.0.0.1:8080/someprojecturl\",\n    \"user_profile\": 8\n}"}],"_postman_id":"9834dece-daf1-4eed-a750-c84b854eaa58"},{"name":"Create skills for logged in user","id":"83a5c71c-8a15-496b-973e-a42bd412ce5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"}],"body":{"mode":"raw","raw":"{\n\t \"skill\": \"some skill\",\n\t \"rate\": 8\n}"},"url":"http://127.0.0.1:8080/api/skills/","urlObject":{"protocol":"http","port":"8080","path":["api","skills",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"145ae359-413f-48cf-9271-0706c756dde2","name":"Create skills for logged in user","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"}],"body":{"mode":"raw","raw":"{\n\t \"skill\": \"some skill\",\n\t \"rate\": 8\n}"},"url":"http://127.0.0.1:8080/api/skills/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 21:48:47 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"112"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"skill\": \"some skill\",\n        \"rate\": 8,\n        \"user_profile\": 8\n    },\n    \"summary\": {\n        \"statusCode\": 201,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"83a5c71c-8a15-496b-973e-a42bd412ce5d"},{"name":"about loggedin user detail","id":"288fb563-61b4-4b68-a049-bb978fc9961d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"highlights\": \"some test highlight about user\",\n    \"about\": \"about the user\"\n}"},"url":"http://127.0.0.1:8080/api/about/","urlObject":{"protocol":"http","port":"8080","path":["api","about",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"7094a307-65b2-485c-9d2d-a91a3b0647ed","name":"about loggedin user detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token c2c6cb7771a07034257177f82477ce0d06c073fb","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"highlights\": \"some test highlight about user\",\n    \"about\": \"about the user\"\n}"},"url":"http://127.0.0.1:8080/api/about/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 21:50:59 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"153"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 5,\n        \"highlights\": \"some test highlight about user\",\n        \"about\": \"about the user\",\n        \"user_profile\": 8\n    },\n    \"summary\": {\n        \"statusCode\": 201,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"288fb563-61b4-4b68-a049-bb978fc9961d"},{"name":"The complete Portfolio","id":"c0f8d900-1a8d-42e5-b1d9-307a09d8a4be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8080/api/user/newuser","description":"<p>This is the generated portfolio.\nThis url could be publicly accessed by anyone for GET methods only.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","user","newuser"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"ef33c3ac-aa2d-44ac-bf9a-60d3b199926e","name":"The complete Portfolio","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8080/api/user/newuser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Apr 2020 21:52:17 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.5.2"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Content-Length","value":"1504"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"url\": \"http://127.0.0.1:8080/api/portfolio-update/2/\",\n            \"name\": \"test user\",\n            \"created_on\": \"2020-04-28T21:27:43.406909Z\",\n            \"email\": \"testuseremail@email.com\",\n            \"skill\": [\n                {\n                    \"url\": \"http://127.0.0.1:8080/api/skills/2/\",\n                    \"skill\": \"some skill\",\n                    \"rate\": 8,\n                    \"user_profile\": \"http://127.0.0.1:8080/api/signup/8/\"\n                }\n            ],\n            \"work_experience\": [\n                {\n                    \"url\": \"http://127.0.0.1:8080/api/work-experience/2/\",\n                    \"company\": \"some company\",\n                    \"address\": \"some address\",\n                    \"about\": \"about company\",\n                    \"company_url\": \"http://some.company.url/\",\n                    \"joining_date\": \"2020-04-28T21:39:06.879334Z\",\n                    \"to_date\": \"2020-04-28T21:39:06.879358Z\",\n                    \"currently_working\": false,\n                    \"user_profile\": \"http://127.0.0.1:8080/api/signup/8/\"\n                }\n            ],\n            \"about\": [\n                {\n                    \"url\": \"http://127.0.0.1:8080/api/about/5/\",\n                    \"highlights\": \"some test highlight about user\",\n                    \"about\": \"about the user\",\n                    \"user_profile\": \"http://127.0.0.1:8080/api/signup/8/\"\n                }\n            ],\n            \"achievement\": [],\n            \"interest\": [],\n            \"certification\": [],\n            \"project\": [\n                {\n                    \"url\": \"http://127.0.0.1:8080/api/projects/3/\",\n                    \"project\": \"project\",\n                    \"about\": \"about project\",\n                    \"feature\": \"features\",\n                    \"tech_stack\": \"sample tech\",\n                    \"project_url\": \"http://127.0.0.1:8080/someprojecturl\",\n                    \"user_profile\": \"http://127.0.0.1:8080/api/signup/8/\"\n                }\n            ],\n            \"education\": [\n                {\n                    \"url\": \"http://127.0.0.1:8080/api/education/4/\",\n                    \"college_name\": \"some college\",\n                    \"college_address\": \"some address\",\n                    \"grade\": \"CGPA\",\n                    \"degree\": \"some degree\",\n                    \"from_date\": \"2020-04-28T21:30:46.137857Z\",\n                    \"to_date\": \"2020-04-28T21:30:46.137880Z\",\n                    \"user_profile\": \"http://127.0.0.1:8080/api/signup/8/\"\n                }\n            ],\n            \"avatar\": null\n        }\n    ],\n    \"summary\": {\n        \"details_count\": 1,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"c0f8d900-1a8d-42e5-b1d9-307a09d8a4be"}],"event":[{"listen":"prerequest","script":{"id":"22cb09fc-689a-4551-a14d-573b15221dd7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1465579a-ca85-48dd-bc56-d89b9f08a34e","type":"text/javascript","exec":[""]}}]}