{"info":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","description":"<html><head></head><body><p>This documentation provides comprehensive listing of all endpoints available in Poliisiauto API.</p>\n<p>The source code of the Poliisiauto server is <a href=\"https://github.com/Spacha/PoliisiautoServer\"><strong>located here</strong></a><strong>.</strong></p>\n<h2 id=\"instructions\">Instructions</h2>\n<p>A good way to test the API during development is to use Postman. You can import this collection to your Postman account and update couple of collection variables to match your setup. Most important is <code>HOST</code> variable which should point to your server (e.g. <code>http://localhost:8080</code> or <code>http://poliisiauto.local</code>). Also, when you login using <em>Authentication/Login</em> endpoint, copy the token that you receive and put it to the <code>TOKEN</code> variable. after that, you should be able to make requests to the server.</p>\n<p>This documentation allows you to change the language in which the examples are generated. For example, if you need to know how to make a particular request in Flutter (Dart), change the language from the dropdown in the top to \"Dart\".</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<p>For all endpoints, at least following headers should be used:</p>\n<p><code>Accept: application/json</code></p>\n<p>For all protected routes, a bearer token must be supplied. It is passed in the authorization header:</p>\n<p><code>Authorization: Bearer TOKEN_HERE</code></p>\n<p>When a user logs in, a bearer token is returned in the response content. It should then be stored securely to the user's device and used for subsequent requests to protected routes.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3550280","collectionId":"5fd01ded-b632-4259-b02d-26f74ddd579e","publishedId":"2s8YzUwMLQ","public":true,"customColor":{"top-bar":"2170e8","right-sidebar":"303030","highlight":"71a2ed"},"publishDate":"2022-12-13T03:32:13.000Z"},"item":[{"name":"Authentication","item":[{"name":"Register","id":"68b839d1-7541-4ba9-9e8b-37587577218f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Olli","type":"default","description":"<p>First name of the user.</p>\n"},{"key":"last_name","value":"Opettaja","type":"default","description":"<p>Last name of the user.</p>\n"},{"key":"email","value":"olli.o@esimerkki.fi","type":"default","description":"<p>Email of the user.</p>\n"},{"key":"password","value":"salasana","type":"default","description":"<p>Password of the user.</p>\n"},{"key":"password_confirmation","value":"salasana","type":"default","description":"<p>Password confirmation of the user.</p>\n"},{"key":"device_name","value":"Olli's OnePlus 8","type":"default","description":"<p>Device name that is used in registration. Useful only for the user when using multiple devices for login.</p>\n"}]},"url":"poliisiauto.local/api/v1/register","description":"<p><strong>NOT IN USE!</strong></p>\n<p>Register a new user.</p>\n","urlObject":{"path":["register"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"68b839d1-7541-4ba9-9e8b-37587577218f"},{"name":"Login","id":"098a8215-a357-4952-9711-c084223a97a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"olli.o@esimerkki.fi","type":"default","description":"<p>Email of the user.</p>\n"},{"key":"password","value":"salasana","type":"default","description":"<p>Password of the user.</p>\n"},{"key":"device_name","value":"Olli's OnePlus 8","type":"default","description":"<p>Device name that is used in login. Useful only for the user when using multiple devices for login.</p>\n"}]},"url":"poliisiauto.local/api/v1/login","description":"<p>Log in a user. Returns a new bearer token for the user.</p>\n","urlObject":{"path":["login"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f044a98c-4697-4c6e-991f-0ae6a386e263","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"olli.o@esimerkki.fi","type":"default","description":"Email of the user."},{"key":"password","value":"salasana","type":"default","description":"Password of the user."},{"key":"device_name","value":"Olli's OnePlus 8","type":"default","description":"Device name that is used in login. Useful only for the user when using multiple devices for login."}]},"url":"poliisiauto.local/api/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:46:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"170|gHJSQdzbG2DDzKlqYX77iYeAusMquTUXX3SOOqgv"}],"_postman_id":"098a8215-a357-4952-9711-c084223a97a0"},{"name":"Logout","id":"1d24a189-de14-423c-8e01-33de91b68ae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"poliisiauto.local/api/v1/logout","description":"<p>Log out the current user invalidating the token.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["logout"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d24a189-de14-423c-8e01-33de91b68ae5"},{"name":"Profile","id":"f9d45f86-9a56-41c7-8b25-294b117c06ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/profile","description":"<p>Get the currently logged in user's profile.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["profile"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6c6da23c-c41d-4cb0-b732-64a1513db4be","name":"Profile","originalRequest":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:52:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"first_name\": \"Olli\",\n    \"last_name\": \"Opettaja\",\n    \"email\": \"olli.o@esimerkki.fi\",\n    \"organization_id\": 1,\n    \"role\": \"teacher\",\n    \"created_at\": \"2022-12-04T16:26:53.000000Z\"\n}"}],"_postman_id":"f9d45f86-9a56-41c7-8b25-294b117c06ea"},{"name":"Organization","id":"f69b8c8e-cda0-4a75-85b2-7cbf49dbeaf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/profile/organization","description":"<p>Get the organziation of the currently logged in user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["profile","organization"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"a5d911aa-f1ca-4d75-9a3b-06473bcca6eb","name":"Organization","originalRequest":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/profile/organization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:52:36 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Mallilan Yläkoulu\",\n    \"street_address\": \"Mallitie 42\",\n    \"city\": \"Oulu\",\n    \"zip\": \"90500\",\n    \"created_at\": \"2022-12-04T16:26:53.000000Z\"\n}"}],"_postman_id":"f69b8c8e-cda0-4a75-85b2-7cbf49dbeaf1"}],"id":"cd546338-0052-461f-a742-f21031a1a1e2","description":"<p>Endpoints related to authentication and getting currently authenticated user's data.</p>\n","_postman_id":"cd546338-0052-461f-a742-f21031a1a1e2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}}},{"name":"Organizations","item":[{"name":"List","id":"1914779d-1f29-45e0-900f-3e3ef982e9db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/organizations","description":"<p>Get a listing of organizations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["organizations"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1914779d-1f29-45e0-900f-3e3ef982e9db"},{"name":"Store","id":"048bcd69-9f53-42e4-8338-8e9b6a70d6ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Esimerkkilän Esikoulu","type":"default","description":"<p>New organization's name.</p>\n"},{"key":"street_address","value":"Esimerkkitie 1","type":"default","description":"<p>New organization's street address.</p>\n"},{"key":"city","value":"Oulu","type":"default","description":"<p>New organization's city.</p>\n"},{"key":"zip","value":"90500","type":"default","description":"<p>New organization's zip code.</p>\n"}]},"url":"poliisiauto.local/api/v1/organizations","description":"<p>Store a new organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["organizations"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"048bcd69-9f53-42e4-8338-8e9b6a70d6ef"},{"name":"Show","id":"4897b470-03cd-4e10-8581-7e27cb8f8e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/organizations/1","description":"<p>Show an organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["organizations","1"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4897b470-03cd-4e10-8581-7e27cb8f8e16"},{"name":"Update","id":"efee1f16-d2fe-42de-95e6-3683738f762b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Mallilan Mallikoulu","type":"default","description":"<p>Organization's new name.</p>\n"},{"key":"street_address","value":"Mallitie 2","type":"default","description":"<p>Organization's new street address.</p>\n"},{"key":"city","value":"Oulu","type":"default","description":"<p>Organization's new city.</p>\n"},{"key":"zip","value":"90500","type":"default","description":"<p>Organization's new zip code.</p>\n"}]},"url":"poliisiauto.local/api/v1/organizations/1?_method=PATCH","description":"<p>Update an existing organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["organizations","1"],"host":["poliisiauto.local/api/v1"],"query":[{"key":"_method","value":"PATCH"}],"variable":[]}},"response":[],"_postman_id":"efee1f16-d2fe-42de-95e6-3683738f762b"},{"name":"Delete","id":"146f56cf-b17c-4da1-9a45-2dfd503058af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"poliisiauto.local/api/v1/organizations/1","description":"<p>Delete an organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["organizations","1"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"146f56cf-b17c-4da1-9a45-2dfd503058af"}],"id":"e16e0f72-aa47-4322-ae37-11a5cfef6db6","description":"<p>Manage organizations.</p>\n","_postman_id":"e16e0f72-aa47-4322-ae37-11a5cfef6db6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}}},{"name":"Cases","item":[{"name":"List","id":"d22f0dc1-1498-4eb0-946f-fcd09f9ee3f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/cases","description":"<p>Get a listing of cases in the currently logged in user's organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["cases"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"166750b4-1adc-4d39-b41a-ecf209465579","name":"List","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/cases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:52:55 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Ellin kiusaamistapaus\",\n        \"organization_id\": 1,\n        \"created_at\": \"2022-12-04T16:38:14.000000Z\",\n        \"updated_at\": \"2022-12-13T04:47:38.000000Z\"\n    },\n    {\n        \"id\": 2,\n        \"name\": null,\n        \"organization_id\": 1,\n        \"created_at\": \"2022-12-05T05:21:07.000000Z\",\n        \"updated_at\": \"2022-12-05T05:21:07.000000Z\"\n    },\n    {\n        \"id\": 3,\n        \"name\": null,\n        \"organization_id\": 1,\n        \"created_at\": \"2022-12-05T10:43:48.000000Z\",\n        \"updated_at\": \"2022-12-05T10:43:48.000000Z\"\n    },\n    {\n        \"id\": 4,\n        \"name\": null,\n        \"organization_id\": 1,\n        \"created_at\": \"2022-12-05T10:44:22.000000Z\",\n        \"updated_at\": \"2022-12-05T10:44:22.000000Z\"\n    }\n]"}],"_postman_id":"d22f0dc1-1498-4eb0-946f-fcd09f9ee3f4"},{"name":"Store","id":"70b1e4c0-c571-42e0-917c-81fcd5b556d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Villen kiusaamistapaukset","type":"default","description":"<p>New case's name. Should describe a collection of related reports.</p>\n"}]},"url":"poliisiauto.local/api/v1/cases","description":"<p>Store a new case under the currently logged in user's organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["cases"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"70b1e4c0-c571-42e0-917c-81fcd5b556d1"},{"name":"Show","id":"e79d70ef-b3a7-41d8-9ca9-eeaba101cf40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/cases/1","description":"<p>Show a case.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["cases","1"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"85c10f4c-d42f-4f89-88c1-b867ce46d21e","name":"Show","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/cases/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:53:36 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Ellin kiusaamistapaus\",\n    \"organization_id\": 1,\n    \"created_at\": \"2022-12-04T16:38:14.000000Z\",\n    \"updated_at\": \"2022-12-13T04:47:38.000000Z\"\n}"}],"_postman_id":"e79d70ef-b3a7-41d8-9ca9-eeaba101cf40"},{"name":"Update","id":"39c82c73-a6f2-4449-ad80-5368e84e662d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Ellin kiusaamistapaus","type":"default","description":"<p>Case's new name.</p>\n"}]},"url":"poliisiauto.local/api/v1/cases/1?_method=PATCH","description":"<p>Update an existing case.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["cases","1"],"host":["poliisiauto.local/api/v1"],"query":[{"key":"_method","value":"PATCH"}],"variable":[]}},"response":[],"_postman_id":"39c82c73-a6f2-4449-ad80-5368e84e662d"},{"name":"Delete","id":"eea54c6f-5be0-42f9-b76d-24f16e78ef76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"poliisiauto.local/api/v1/cases/2","description":"<p>Delete a case.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["cases","2"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"eea54c6f-5be0-42f9-b76d-24f16e78ef76"},{"name":"Reports","id":"3a630422-44fe-4f5f-a1ab-496a4582b869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/cases/1/reports","description":"<p>Get a listing of reports in a case.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["cases","1","reports"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"2acb0357-c109-4567-a271-3e5b07ae39bb","name":"Reports","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/cases/1/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:49:32 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Tämä on testi. Tässä ilmoituksessa Olli Opettaja ilmoittaa että Ville kiusasi Elliä.\",\n        \"report_case_id\": 1,\n        \"reporter_id\": 1,\n        \"handler_id\": null,\n        \"bully_id\": 4,\n        \"bullied_id\": 5,\n        \"is_anonymous\": 0,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-04T16:38:14.000000Z\",\n        \"updated_at\": \"2022-12-04T16:38:14.000000Z\"\n    }\n]"}],"_postman_id":"3a630422-44fe-4f5f-a1ab-496a4582b869"}],"id":"6acad544-e053-4396-a83a-f9224e501bdf","description":"<p>Manage cases.</p>\n","_postman_id":"6acad544-e053-4396-a83a-f9224e501bdf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}}},{"name":"Reports","item":[{"name":"List","id":"2caf53fc-70b9-449c-abde-b7e1a3cd41dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/reports","description":"<p>Get a listing of reports in the currently logged in user's organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["reports"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ad1b567d-7522-46cc-a8a9-33502165b275","name":"List","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:54:04 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Tämä on testi. Tässä ilmoituksessa Olli Opettaja ilmoittaa että Ville kiusasi Elliä.\",\n        \"report_case_id\": 1,\n        \"reporter_id\": 1,\n        \"handler_id\": null,\n        \"bully_id\": 4,\n        \"bullied_id\": 5,\n        \"is_anonymous\": 0,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-04T16:38:14.000000Z\",\n        \"reporter_name\": \"Olli Opettaja\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Testi testi.\",\n        \"report_case_id\": 2,\n        \"reporter_id\": 5,\n        \"handler_id\": null,\n        \"bully_id\": null,\n        \"bullied_id\": 5,\n        \"is_anonymous\": 0,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-05T05:21:07.000000Z\",\n        \"reporter_name\": \"Elli Eskarilainen\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Moi. tämä on testi\",\n        \"report_case_id\": 3,\n        \"reporter_id\": null,\n        \"handler_id\": null,\n        \"bully_id\": null,\n        \"bullied_id\": 4,\n        \"is_anonymous\": 1,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-05T10:43:48.000000Z\",\n        \"reporter_name\": null\n    }\n]"}],"_postman_id":"2caf53fc-70b9-449c-abde-b7e1a3cd41dd"},{"name":"Store","id":"840d01a1-adf1-42a8-b33d-0a9269754ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Ville kiusaa taas","type":"default","description":"<p>Description of the new report.</p>\n"},{"key":"is_anonymous","value":"1","type":"default","description":"<p>If the reporter should stay anonymous. </p>\n"},{"key":"bully_id","value":"3","type":"default","description":"<p>ID of the user to be marked as the bully.</p>\n"},{"key":"bullied_id","value":"2","description":"<p>ID of the user to be marked as the bullied.</p>\n","type":"text"},{"key":"handler_id","value":"1","type":"default","description":"<p>ID of the teacher to be marked as the handler.</p>\n"}]},"url":"poliisiauto.local/api/v1/cases/1/reports","description":"<p>Store a new report to a case.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["cases","1","reports"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"840d01a1-adf1-42a8-b33d-0a9269754ee5"},{"name":"Show","id":"d1c317cb-7967-46f4-a404-1958d47b644a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/reports/1","description":"<p>Show a report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["reports","1"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9c019b49-8d08-4a36-bc03-2b7c66b71cbb","name":"Show","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/reports/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:54:47 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"description\": \"Tämä on testi. Tässä ilmoituksessa Olli Opettaja ilmoittaa että Ville kiusasi Elliä.\",\n    \"report_case_id\": 1,\n    \"reporter_id\": 1,\n    \"handler_id\": null,\n    \"bully_id\": 4,\n    \"bullied_id\": 5,\n    \"is_anonymous\": 0,\n    \"type\": 1,\n    \"opened_at\": null,\n    \"closed_at\": null,\n    \"created_at\": \"2022-12-04T16:38:14.000000Z\",\n    \"reporter_name\": \"Olli Opettaja\",\n    \"bully_name\": \"Ville Vitosluokkalainen\",\n    \"bullied_name\": \"Elli Eskarilainen\"\n}"}],"_postman_id":"d1c317cb-7967-46f4-a404-1958d47b644a"},{"name":"Update","id":"583d8e72-d75b-40f6-b16d-ba03a7dbecea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Ville kiusaa taas","type":"default","description":"<p>New description of the report.</p>\n"},{"key":"is_anonymous","value":"1","type":"default","description":"<p>Updated value of if the reporter should stay anonymous.</p>\n"},{"key":"bully_id","value":"3","type":"default","description":"<p>New ID of the user to be marked as the bully.</p>\n"},{"key":"bullied_id","value":"2","description":"<p>New ID of the user to be marked as the bullied.</p>\n","type":"text"},{"key":"handler_id","value":"1","type":"default","description":"<p>New ID of the teacher to be marked as the handler.</p>\n"}]},"url":"poliisiauto.local/api/v1/cases/1/reports?_method=PATCH","description":"<p>Update an existing report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["cases","1","reports"],"host":["poliisiauto.local/api/v1"],"query":[{"key":"_method","value":"PATCH"}],"variable":[]}},"response":[],"_postman_id":"583d8e72-d75b-40f6-b16d-ba03a7dbecea"},{"name":"Delete","id":"9fe05d81-73dc-4db0-9110-3b96c69680b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"poliisiauto.local/api/v1/reports/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["reports","2"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fe05d81-73dc-4db0-9110-3b96c69680b5"},{"name":"Store to new case","id":"5ce6ad23-430b-4aff-9b25-26f633d7d8c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Ville kiusaa taas","type":"default","description":"<p>Description of the new report.</p>\n"},{"key":"is_anonymous","value":"1","type":"default","description":"<p>If the reporter should stay anonymous. </p>\n"},{"key":"bully_id","value":"3","type":"default","description":"<p>ID of the user to be marked as the bully.</p>\n"},{"key":"bullied_id","value":"2","description":"<p>ID of the user to be marked as the bullied.</p>\n","type":"text"},{"key":"handler_id","value":"1","type":"default","description":"<p>ID of the teacher to be marked as the handler.</p>\n"}]},"url":"poliisiauto.local/api/v1/reports","description":"<p>Store a new report under the currently logged in user's organization. Automatically creates a new unnamed case for the report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["reports"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ce6ad23-430b-4aff-9b25-26f633d7d8c4"},{"name":"Update case","id":"8d8c7736-aec4-41ca-8a79-1c10b73cda4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"case_id","value":"2","type":"default","description":"<p>ID of the new case. The case provided must exist within the organization.</p>\n"}]},"url":"poliisiauto.local/api/v1/reports/2/update-case?_method=PUT","description":"<p>Change the case of a report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["reports","2","update-case"],"host":["poliisiauto.local/api/v1"],"query":[{"key":"_method","value":"PUT"}],"variable":[]}},"response":[],"_postman_id":"8d8c7736-aec4-41ca-8a79-1c10b73cda4a"},{"name":"Messages","id":"e71cfa4c-b113-4201-b5ce-b1b7decf65de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/reports/1/messages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["reports","1","messages"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"722a297d-cb7d-4538-9658-6e58e01b8d21","name":"Messages","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/reports/1/messages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:54:58 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"content\": \"Tämä on vastaus Ollilta 🤠\",\n        \"report_id\": 1,\n        \"author_id\": 1,\n        \"is_anonymous\": 0,\n        \"created_at\": \"2022-12-04T16:38:43.000000Z\",\n        \"author_name\": \"Olli Opettaja\"\n    },\n    {\n        \"id\": 15,\n        \"content\": \"Pöö!\",\n        \"report_id\": 1,\n        \"author_id\": 1,\n        \"is_anonymous\": 0,\n        \"created_at\": \"2022-12-07T08:27:37.000000Z\",\n        \"author_name\": \"Olli Opettaja\"\n    },\n    {\n        \"id\": 17,\n        \"content\": \"Kaisakin tuli ihmettelemään että mitäs täällä meuhkataan\",\n        \"report_id\": 1,\n        \"author_id\": 2,\n        \"is_anonymous\": 0,\n        \"created_at\": \"2022-12-07T08:34:35.000000Z\",\n        \"author_name\": \"Kaisa Kuraattori\"\n    }\n]"}],"_postman_id":"e71cfa4c-b113-4201-b5ce-b1b7decf65de"}],"id":"e7b37792-746b-4d56-9d1e-e48a96f31669","description":"<p>Manage reports.</p>\n","_postman_id":"e7b37792-746b-4d56-9d1e-e48a96f31669","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}}},{"name":"Report messages","item":[{"name":"Store","id":"147e17b2-2b9a-486a-a8bf-f6500e238783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"Tämä on viesti raporttiin!","type":"default","description":"<p>The message content.</p>\n"}]},"url":"poliisiauto.local/api/v1/reports/1/messages","description":"<p>Store a new report message to a report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["reports","1","messages"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"147e17b2-2b9a-486a-a8bf-f6500e238783"},{"name":"Show","id":"0a37cd29-943b-4242-b344-a50720173291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/report-messages/1","description":"<p>Show a report message.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["report-messages","1"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"57d31970-aecc-47a0-a3f3-2c658caa15f4","name":"Show","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"This is a message to a report!","type":"default"}]},"url":"poliisiauto.local/api/v1/report-messages/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:55:25 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"content\": \"Tämä on vastaus Ollilta 🤠\",\n    \"report_id\": 1,\n    \"author_id\": 1,\n    \"is_anonymous\": 0,\n    \"created_at\": \"2022-12-04T16:38:43.000000Z\",\n    \"author_name\": \"Olli Opettaja\"\n}"}],"_postman_id":"0a37cd29-943b-4242-b344-a50720173291"},{"name":"Delete","id":"30a41403-dbfa-48d7-a898-fbdd1eaba394","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"poliisiauto.local/api/v1/report-messages/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["report-messages","2"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"30a41403-dbfa-48d7-a898-fbdd1eaba394"}],"id":"1af03c74-c604-42f0-bf60-64d74e780037","description":"<p>Manage report messages.</p>\n","_postman_id":"1af03c74-c604-42f0-bf60-64d74e780037","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}}},{"name":"Students","item":[{"name":"List","id":"e6b9ca08-7120-4730-829e-bafe2f69a8f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/students","description":"<p>Get a listing of students in the currently logged in user's organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["students"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"2723d963-95dc-45b1-a955-b98e2b803f0b","name":"List","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/students"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:55:36 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"first_name\": \"Kerttu\",\n        \"last_name\": \"Koululainen\",\n        \"email\": \"kerttu.k@esimerkki.fi\",\n        \"organization_id\": 1,\n        \"role\": \"student\",\n        \"phone\": null,\n        \"email_verified_at\": null,\n        \"created_at\": \"2022-12-04T16:26:54.000000Z\"\n    },\n    {\n        \"id\": 4,\n        \"first_name\": \"Ville\",\n        \"last_name\": \"Vitosluokkalainen\",\n        \"email\": \"ville.v@esimerkki.fi\",\n        \"organization_id\": 1,\n        \"role\": \"student\",\n        \"phone\": null,\n        \"email_verified_at\": null,\n        \"created_at\": \"2022-12-04T16:26:54.000000Z\"\n    },\n    {\n        \"id\": 5,\n        \"first_name\": \"Elli\",\n        \"last_name\": \"Eskarilainen\",\n        \"email\": \"elli.e@esimerkki.fi\",\n        \"organization_id\": 1,\n        \"role\": \"student\",\n        \"phone\": null,\n        \"email_verified_at\": null,\n        \"created_at\": \"2022-12-04T16:26:54.000000Z\"\n    }\n]"}],"_postman_id":"e6b9ca08-7120-4730-829e-bafe2f69a8f0"},{"name":"Store","id":"10908178-e6fd-4882-8697-8fa971a95631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/students","description":"<p><strong>NOT IMPLEMENTED!</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["students"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"10908178-e6fd-4882-8697-8fa971a95631"},{"name":"Show","id":"2557d31e-a8e8-4760-b133-c171660db2dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/students/3","description":"<p>Show a student.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["students","3"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"80bf42a5-d938-4aba-abcc-e919f19265ce","name":"Show","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/students/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:55:55 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"first_name\": \"Kerttu\",\n    \"last_name\": \"Koululainen\",\n    \"email\": \"kerttu.k@esimerkki.fi\",\n    \"organization_id\": 1,\n    \"role\": \"student\",\n    \"phone\": null,\n    \"email_verified_at\": null,\n    \"created_at\": \"2022-12-04T16:26:54.000000Z\"\n}"}],"_postman_id":"2557d31e-a8e8-4760-b133-c171660db2dc"},{"name":"Update","id":"3f6e0e2e-a963-4788-8f60-a89b577d4371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Elli","type":"default","description":"<p>New first name.</p>\n"},{"key":"last_name","value":"Esikoululainen","type":"default","description":"<p>New last name.</p>\n"},{"key":"email","value":"elli.e@esimerkki.fi","description":"<p>New email address.</p>\n","type":"text"}]},"url":"poliisiauto.local/api/v1/students/1?_method=PATCH","description":"<p>Update an existing student.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["students","1"],"host":["poliisiauto.local/api/v1"],"query":[{"key":"_method","value":"PATCH"}],"variable":[]}},"response":[],"_postman_id":"3f6e0e2e-a963-4788-8f60-a89b577d4371"},{"name":"Delete","id":"88ae4f40-4bf8-4dfa-a1cb-c262cce57a23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"poliisiauto.local/api/v1/students/2","description":"<p>Delete a student.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["students","2"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"88ae4f40-4bf8-4dfa-a1cb-c262cce57a23"},{"name":"Reports","id":"d1a70d1c-cddc-4745-88e1-731446ff5f84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/students/4/reports","description":"<p>Get a listing of reports a student has created.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["students","4","reports"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3c7a307d-e58b-4783-ae87-de00ac20f640","name":"Reports","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/students/4/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:56:08 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"description\": \"Moi. tämä on testi\",\n        \"report_case_id\": 3,\n        \"reporter_id\": null,\n        \"handler_id\": null,\n        \"bully_id\": null,\n        \"bullied_id\": 4,\n        \"is_anonymous\": 1,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-05T10:43:48.000000Z\",\n        \"reporter_name\": null\n    },\n    {\n        \"id\": 4,\n        \"description\": \"Tämäkin on testi!\",\n        \"report_case_id\": 4,\n        \"reporter_id\": 4,\n        \"handler_id\": null,\n        \"bully_id\": null,\n        \"bullied_id\": 4,\n        \"is_anonymous\": 0,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-05T10:44:22.000000Z\",\n        \"reporter_name\": \"Ville Vitosluokkalainen\"\n    },\n    {\n        \"id\": 8,\n        \"description\": \"Toimiiko tämä?\",\n        \"report_case_id\": 8,\n        \"reporter_id\": 4,\n        \"handler_id\": 2,\n        \"bully_id\": null,\n        \"bullied_id\": 4,\n        \"is_anonymous\": 0,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-05T12:01:06.000000Z\",\n        \"reporter_name\": \"Ville Vitosluokkalainen\"\n    }\n]"}],"_postman_id":"d1a70d1c-cddc-4745-88e1-731446ff5f84"},{"name":"Involved reports","id":"fdad97f5-6fc3-4efc-a422-ff5f35c908c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/students/4/involved-reports","description":"<p>Get a listing of reports a student is involved in. An involvement can be of type <code>bully</code>or <code>bullied</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["students","4","involved-reports"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3417e2dd-277d-4561-8828-c6618cb3ea9e","name":"Involved reports","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/students/4/involved-reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:57:44 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"51"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"bullied\": [\n        {\n            \"id\": 3,\n            \"description\": \"Moi. tämä on testi\",\n            \"report_case_id\": 3,\n            \"reporter_id\": null,\n            \"handler_id\": null,\n            \"bully_id\": null,\n            \"bullied_id\": 4,\n            \"is_anonymous\": 1,\n            \"type\": 1,\n            \"opened_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2022-12-05T10:43:48.000000Z\",\n            \"reporter_name\": null\n        },\n        {\n            \"id\": 4,\n            \"description\": \"Tämäkin on testi!\",\n            \"report_case_id\": 4,\n            \"reporter_id\": 4,\n            \"handler_id\": null,\n            \"bully_id\": null,\n            \"bullied_id\": 4,\n            \"is_anonymous\": 0,\n            \"type\": 1,\n            \"opened_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2022-12-05T10:44:22.000000Z\",\n            \"reporter_name\": \"Ville Vitosluokkalainen\"\n        },\n        {\n            \"id\": 8,\n            \"description\": \"Toimiiko tämä?\",\n            \"report_case_id\": 8,\n            \"reporter_id\": 4,\n            \"handler_id\": 2,\n            \"bully_id\": null,\n            \"bullied_id\": 4,\n            \"is_anonymous\": 0,\n            \"type\": 1,\n            \"opened_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2022-12-05T12:01:06.000000Z\",\n            \"reporter_name\": \"Ville Vitosluokkalainen\"\n        }\n    ],\n    \"bully\": [\n        {\n            \"id\": 1,\n            \"description\": \"Tämä on testi. Tässä ilmoituksessa Olli Opettaja ilmoittaa että Ville kiusasi Elliä.\",\n            \"report_case_id\": 1,\n            \"reporter_id\": 1,\n            \"handler_id\": null,\n            \"bully_id\": 4,\n            \"bullied_id\": 5,\n            \"is_anonymous\": 0,\n            \"type\": 1,\n            \"opened_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2022-12-04T16:38:14.000000Z\",\n            \"reporter_name\": \"Olli Opettaja\"\n        },\n        {\n            \"id\": 12,\n            \"description\": \"Kaijan ilmoitus\",\n            \"report_case_id\": 12,\n            \"reporter_id\": 2,\n            \"handler_id\": null,\n            \"bully_id\": 4,\n            \"bullied_id\": 5,\n            \"is_anonymous\": 0,\n            \"type\": 1,\n            \"opened_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2022-12-07T14:15:05.000000Z\",\n            \"reporter_name\": \"Kaisa Kuraattori\"\n        },\n        {\n            \"id\": 14,\n            \"description\": \"Kerttua taas kiusittu :(\",\n            \"report_case_id\": 14,\n            \"reporter_id\": 3,\n            \"handler_id\": null,\n            \"bully_id\": 4,\n            \"bullied_id\": 3,\n            \"is_anonymous\": 0,\n            \"type\": 1,\n            \"opened_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2022-12-08T19:58:33.000000Z\",\n            \"reporter_name\": \"Kerttu Koululainen\"\n        },\n        {\n            \"id\": 35,\n            \"description\": \"Ville löi Elliä ruokatunnilla.\",\n            \"report_case_id\": 35,\n            \"reporter_id\": null,\n            \"handler_id\": 1,\n            \"bully_id\": 4,\n            \"bullied_id\": 5,\n            \"is_anonymous\": 1,\n            \"type\": 1,\n            \"opened_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2022-12-12T12:59:48.000000Z\",\n            \"reporter_name\": null\n        },\n        {\n            \"id\": 36,\n            \"description\": \"Minua kiusattiin taas\",\n            \"report_case_id\": 36,\n            \"reporter_id\": 3,\n            \"handler_id\": 1,\n            \"bully_id\": 4,\n            \"bullied_id\": 3,\n            \"is_anonymous\": 0,\n            \"type\": 1,\n            \"opened_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2022-12-12T13:22:00.000000Z\",\n            \"reporter_name\": \"Kerttu Koululainen\"\n        },\n        {\n            \"id\": 37,\n            \"description\": \"Ville kiusasi taas Elliä!\",\n            \"report_case_id\": 37,\n            \"reporter_id\": 3,\n            \"handler_id\": 1,\n            \"bully_id\": 4,\n            \"bullied_id\": 5,\n            \"is_anonymous\": 0,\n            \"type\": 1,\n            \"opened_at\": null,\n            \"closed_at\": null,\n            \"created_at\": \"2022-12-12T13:29:09.000000Z\",\n            \"reporter_name\": \"Kerttu Koululainen\"\n        }\n    ]\n}"}],"_postman_id":"fdad97f5-6fc3-4efc-a422-ff5f35c908c9"}],"id":"c3551ee4-d03d-44ea-aa39-c0a63f55f22d","description":"<p>Manage students.</p>\n","_postman_id":"c3551ee4-d03d-44ea-aa39-c0a63f55f22d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}}},{"name":"Teachers","item":[{"name":"List","id":"12d1cd6f-5f93-46e8-96b8-12d2520398e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/teachers","description":"<p>Get a listing of teachers in the currently logged in user's organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["teachers"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"03e2cb61-985f-47aa-95ef-7ede447fc356","name":"List","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/teachers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:58:23 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"first_name\": \"Olli\",\n        \"last_name\": \"Opettaja\",\n        \"email\": \"olli.o@esimerkki.fi\",\n        \"organization_id\": 1,\n        \"role\": \"teacher\",\n        \"phone\": null,\n        \"email_verified_at\": null,\n        \"created_at\": \"2022-12-04T16:26:53.000000Z\"\n    },\n    {\n        \"id\": 2,\n        \"first_name\": \"Kaisa\",\n        \"last_name\": \"Kuraattori\",\n        \"email\": \"kaisa.k@esimerkki.fi\",\n        \"organization_id\": 1,\n        \"role\": \"teacher\",\n        \"phone\": null,\n        \"email_verified_at\": null,\n        \"created_at\": \"2022-12-04T16:26:53.000000Z\"\n    }\n]"}],"_postman_id":"12d1cd6f-5f93-46e8-96b8-12d2520398e0"},{"name":"Store","id":"9a78dcad-958e-4780-a070-9765ab847628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Olli","type":"default"},{"key":"last_name","value":"Opettaja","type":"default"}]},"url":"poliisiauto.local/api/v1/teachers","description":"<p><strong>NOT IMPLEMENTED!</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["teachers"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a78dcad-958e-4780-a070-9765ab847628"},{"name":"Show","id":"d5347f49-9614-4fb9-894d-57f3f7b604b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/teachers/1","description":"<p>Show a teacher.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["teachers","1"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6cf9829e-c128-45ae-bd61-b2137b5f8b85","name":"Show","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/teachers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:58:31 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"first_name\": \"Olli\",\n    \"last_name\": \"Opettaja\",\n    \"email\": \"olli.o@esimerkki.fi\",\n    \"organization_id\": 1,\n    \"role\": \"teacher\",\n    \"phone\": null,\n    \"email_verified_at\": null,\n    \"created_at\": \"2022-12-04T16:26:53.000000Z\"\n}"}],"_postman_id":"d5347f49-9614-4fb9-894d-57f3f7b604b9"},{"name":"Update","id":"7150cc41-9a02-4100-bc25-3bbb97b61fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Olli","type":"default","description":"<p>New first name.</p>\n"},{"key":"last_name","value":"Opettaja","type":"default","description":"<p>New last name.</p>\n"},{"key":"email","value":"olli.o@esimerkki.fi","description":"<p>New email address.</p>\n","type":"text"}]},"url":"poliisiauto.local/api/v1/teachers/1?_method=PATCH","description":"<p>Update an existing teacher.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["teachers","1"],"host":["poliisiauto.local/api/v1"],"query":[{"key":"_method","value":"PATCH"}],"variable":[]}},"response":[],"_postman_id":"7150cc41-9a02-4100-bc25-3bbb97b61fca"},{"name":"Delete","id":"f2ef65e1-7dc1-4a7c-a1e6-cf039bcc0df4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"poliisiauto.local/api/v1/teachers/3","description":"<p>Delete a teacher.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["teachers","3"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2ef65e1-7dc1-4a7c-a1e6-cf039bcc0df4"},{"name":"Reports","id":"e4677f7f-6383-4132-9f18-abda3baad3e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/teachers/1/reports","description":"<p>Get a listing of reports a teacher has created.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["teachers","1","reports"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"4f72da87-680a-414c-b71a-16cde0f8e254","name":"Reports","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/teachers/1/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:58:41 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"Tämä on testi. Tässä ilmoituksessa Olli Opettaja ilmoittaa että Ville kiusasi Elliä.\",\n        \"report_case_id\": 1,\n        \"reporter_id\": 1,\n        \"handler_id\": null,\n        \"bully_id\": 4,\n        \"bullied_id\": 5,\n        \"is_anonymous\": 0,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-04T16:38:14.000000Z\",\n        \"reporter_name\": \"Olli Opettaja\"\n    }\n]"}],"_postman_id":"e4677f7f-6383-4132-9f18-abda3baad3e9"},{"name":"Assigned reports","id":"a9b4b5a6-92f5-4007-a5c0-0e8ee69a2a4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/teachers/1/assigned-reports","description":"<p>Get a listing of reports a teacher has been assigned to.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["teachers","1","assigned-reports"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[{"id":"92a09e44-2c01-45cc-9609-438ce926ddfe","name":"Assigned reports","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"poliisiauto.local/api/v1/teachers/1/assigned-reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Dec 2022 04:58:53 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 5,\n        \"description\": \"Osoitettu Ollille\",\n        \"report_case_id\": 5,\n        \"reporter_id\": 5,\n        \"handler_id\": 1,\n        \"bully_id\": null,\n        \"bullied_id\": 5,\n        \"is_anonymous\": 0,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-05T10:52:37.000000Z\",\n        \"reporter_name\": \"Elli Eskarilainen\"\n    },\n    {\n        \"id\": 35,\n        \"description\": \"Ville löi Elliä ruokatunnilla.\",\n        \"report_case_id\": 35,\n        \"reporter_id\": null,\n        \"handler_id\": 1,\n        \"bully_id\": 4,\n        \"bullied_id\": 5,\n        \"is_anonymous\": 1,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-12T12:59:48.000000Z\",\n        \"reporter_name\": null\n    },\n    {\n        \"id\": 36,\n        \"description\": \"Minua kiusattiin taas\",\n        \"report_case_id\": 36,\n        \"reporter_id\": 3,\n        \"handler_id\": 1,\n        \"bully_id\": 4,\n        \"bullied_id\": 3,\n        \"is_anonymous\": 0,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-12T13:22:00.000000Z\",\n        \"reporter_name\": \"Kerttu Koululainen\"\n    },\n    {\n        \"id\": 37,\n        \"description\": \"Ville kiusasi taas Elliä!\",\n        \"report_case_id\": 37,\n        \"reporter_id\": 3,\n        \"handler_id\": 1,\n        \"bully_id\": 4,\n        \"bullied_id\": 5,\n        \"is_anonymous\": 0,\n        \"type\": 1,\n        \"opened_at\": null,\n        \"closed_at\": null,\n        \"created_at\": \"2022-12-12T13:29:09.000000Z\",\n        \"reporter_name\": \"Kerttu Koululainen\"\n    }\n]"}],"_postman_id":"a9b4b5a6-92f5-4007-a5c0-0e8ee69a2a4a"}],"id":"b1f52a4e-adc3-4d1d-8eaa-6efa1c9deda9","description":"<p>Manage teachers.</p>\n","_postman_id":"b1f52a4e-adc3-4d1d-8eaa-6efa1c9deda9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}}},{"name":"Administrators","item":[{"name":"List","id":"762add79-9be9-48e4-aac9-ffcb06416b47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/administrators","description":"<p>Get a listing of administrators in the currently logged in user's organization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["administrators"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"762add79-9be9-48e4-aac9-ffcb06416b47"},{"name":"Store","id":"30140a24-88b5-4f96-a826-a4cdb8be857a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Yrjö","type":"default"},{"key":"last_name","value":"Ylläpitäjä","type":"default"}]},"url":"poliisiauto.local/api/v1/administrators","description":"<p><strong>NOT IMPLEMENTED!</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["administrators"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"30140a24-88b5-4f96-a826-a4cdb8be857a"},{"name":"Show","id":"0ff40f66-21a7-49e4-a18d-8b329d081e86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"poliisiauto.local/api/v1/administrators/1","description":"<p>Show an asministrator.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["administrators","1"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ff40f66-21a7-49e4-a18d-8b329d081e86"},{"name":"Update","id":"73c1d536-5299-4f78-bef3-d9285a8afe54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Yrjö","type":"default","description":"<p>New first name.</p>\n"},{"key":"last_name","value":"Ylläpitäjä","type":"default","description":"<p>New last name.</p>\n"},{"key":"email","value":"yrjo.y@esimerkki.fi","description":"<p>New email.</p>\n","type":"text"}]},"url":"poliisiauto.local/api/v1/administrators/1?_method=PATCH","description":"<p>Update an existing administrator.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["administrators","1"],"host":["poliisiauto.local/api/v1"],"query":[{"key":"_method","value":"PATCH"}],"variable":[]}},"response":[],"_postman_id":"73c1d536-5299-4f78-bef3-d9285a8afe54"},{"name":"Delete","id":"313e9a14-6555-4358-b1a9-4ac35ca4d458","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"poliisiauto.local/api/v1/administrators/4","description":"<p>Delete an administrator.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}},"urlObject":{"path":["administrators","4"],"host":["poliisiauto.local/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"313e9a14-6555-4358-b1a9-4ac35ca4d458"}],"id":"cdc173db-c5d0-419a-8055-e7ba913761aa","description":"<p><strong>NOT IN USE!</strong></p>\n<p>Manage administrators.</p>\n","_postman_id":"cdc173db-c5d0-419a-8055-e7ba913761aa","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]},"isInherited":true,"source":{"_postman_id":"5fd01ded-b632-4259-b02d-26f74ddd579e","id":"5fd01ded-b632-4259-b02d-26f74ddd579e","name":"Poliisiauto","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN_HERE"}]}},"event":[{"listen":"prerequest","script":{"id":"16c943c5-2058-44a6-b98b-95df4d6cbb0b","type":"text/javascript","exec":["// Add a header that tells the server to use JSON as means to communicate","pm.request.headers.add({key: 'Accept', value: 'application/json' });"]}},{"listen":"test","script":{"id":"e80d405f-0b78-457c-998a-9bf2dd556ba1","type":"text/javascript","exec":[""]}}],"variable":[{"key":"HOST","value":"poliisiauto.local","type":"default"},{"key":"API_URL","value":"poliisiauto.local/api/v1","type":"default"},{"key":"TOKEN","value":"TOKEN_HERE","type":"default"}]}