{"info":{"_postman_id":"e8b4ae9b-91e3-4222-b76b-87b34e761f41","name":"PanDa","description":"<html><head></head><body><p>WIP </p>\n<h1 id=\"panda-story\">PanDa story</h1>\n<p>As DeSmart, we wanted to build a recognition-rich culture. What is that exactly?\nWell, simply speaking, it is a working culture where you can be appreciated and recognised for being helpful to the organisation in any way and, at the same time, get some gratification. Let’s be honest, people want to be recognised and appreciated for what they do.</p>\n<p>In order to develop such culture at DeSmart, we were thinking of some tool that will help us with the task. Few devs had come up with solution — our own internal micro-bonuses platform integrated with Slack, a communication tool that we use on a daily basis. It works so fine for us that we decided to share it with the world. We called it PanDa.</p>\n<p><strong>On a side note, PanDa is a word-play in Polish. It can be translated as “gimme”.</strong></p>\n<h1 id=\"creators\">Creators</h1>\n<ul>\n<li>Kamil Fojuth (<a href=\"mailto:fen@desmart.com\">fen@desmart.com</a>)</li>\n<li>Daria Wieliczko (<a href=\"mailto:daria@demsart.com\">daria@demsart.com</a>)</li>\n</ul>\n<h1 id=\"supported-integrations\">Supported integrations</h1>\n<ul>\n<li>Slack</li>\n</ul>\n<h1 id=\"tech-stack\">Tech stack</h1>\n<ul>\n<li><p>NodeJS v13.14.0</p>\n</li>\n<li><p>Express v4.17.1</p>\n</li>\n<li><p>Ramda v0.27.0</p>\n</li>\n<li><p>Knex v0.20.9</p>\n</li>\n<li><p>Bookshelf.js v1.1.0</p>\n</li>\n<li><p>AWS-sdk v2.871.0</p>\n</li>\n<li><p>Sendgrid Mail v6.5.2</p>\n</li>\n</ul>\n<h1 id=\"errors\">Errors</h1>\n<p>WIP</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"PanDa story","slug":"panda-story"},{"content":"Creators","slug":"creators"},{"content":"Supported integrations","slug":"supported-integrations"},{"content":"Tech stack","slug":"tech-stack"},{"content":"Errors","slug":"errors"}],"owner":"98950","collectionId":"e8b4ae9b-91e3-4222-b76b-87b34e761f41","publishedId":"TW73EkP4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-04T10:59:20.000Z"},"item":[{"name":"Healthcheck","item":[{"name":"Check state","id":"c616a750-61ef-4b73-a501-e47090a8d366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{API_URL}}","description":"<h1 id=\"description\">Description</h1>\n<p>Checks if the application is healthy and running. If the application is running then it should return simple response of:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"data\": \"OK\"\n}\n</code></pre><p><strong>For more detailed information about the state go to <a href=\"/#be4e5ee3-5c38-4847-84c1-99791a710d4b\">Healthcheck</a></strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[{"id":"67996829-97b4-4c87-9bed-bb98c6d51771","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":"{{API_URL}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"13"},{"key":"etag","value":"W/\"d-5PmqOUOLyDrp2YvSxI+Jo0DoZSM\""},{"key":"date","value":"Tue, 30 Mar 2021 14:45:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"OK\"\n}"}],"_postman_id":"c616a750-61ef-4b73-a501-e47090a8d366"},{"name":"Healthcheck","id":"be4e5ee3-5c38-4847-84c1-99791a710d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{API_URL}}/healthcheck","description":"<h1 id=\"description\">Description</h1>\n<p>Checks if the application is healthy and running with report of which part specifically is down. Sample response presents as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"postgres\": true,\n  \"_allgood\": true\n}\n</code></pre><h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["healthcheck"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[{"id":"deaa35d7-e5e9-4849-9f47-a4f8fd2cf28e","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":"{{API_URL}}/healthcheck"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"33"},{"key":"etag","value":"W/\"21-ytMvM0ScekQJiuvNRJdDWtKqybY\""},{"key":"date","value":"Tue, 30 Mar 2021 14:49:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"postgres\": true,\n    \"_allgood\": true\n}"}],"_postman_id":"be4e5ee3-5c38-4847-84c1-99791a710d4b"}],"id":"a329261d-f767-4439-92c5-a58000cd440f","description":"<h1 id=\"description\">Description</h1>\n<p>This module is responsible for providing information about current state of the application. </p>\n<h1 id=\"purpose\">Purpose</h1>\n<p>Provides an easy way to monitor working application.</p>\n","_postman_id":"a329261d-f767-4439-92c5-a58000cd440f"},{"name":"Appreciations","item":[{"name":"Fetch list","item":[{"name":"All from current organisation","id":"0cc3967c-2a12-4e9b-ab5e-74eeb51e6533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/appreciations?limit[page]=1&limit[take]=2&order[by]=content&order[dir]=ASC","description":"<h1 id=\"description\">Description</h1>\n<p><strong>Fetching all appreciations given in an organisation that currently logged in user is assigned to</strong>. By default you can fetch <strong>first page with 10 records</strong>. Except of defining the page number and quantity of returned objects you can also define by which property they should be ordered and determine the order direction (for details see <code>Params</code> description for this request).</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["appreciations"],"host":["{{API_URL}}"],"query":[{"description":{"content":"<p>[default - 1] [<strong>number</strong>] - wchich page is meant to be fetched</p>\n","type":"text/plain"},"key":"limit[page]","value":"1"},{"description":{"content":"<p>[default - 10] [<strong>number</strong>] - how many records are meant to be fetched per page</p>\n","type":"text/plain"},"key":"limit[take]","value":"2"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>id</code>, <code>giver_id</code>, <code>content</code>, <code>created_at</code>, <code>updated_at</code>, <code>points</code>, <code>core_values</code>, <code>organisation_id</code>] - by which property appreciations are meant to be ordered</p>\n","type":"text/plain"},"key":"order[by]","value":"content"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>ASC</code>, <code>DESC</code>] - determines direction of ordering</p>\n","type":"text/plain"},"key":"order[dir]","value":"ASC"}],"variable":[]}},"response":[{"id":"9cf316a8-8e64-4e97-99f9-fbc072a917dd","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"[string] - token received after action of loggin in, takes the form of `Bearer xyz...`","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"[string] - defines what kind of content is being sent, only acceptable value is `application/json`","type":"text"}],"url":{"raw":"{{API_URL}}/appreciations","host":["{{API_URL}}"],"path":["appreciations"],"query":[{"key":"limit[page]","value":"1","description":"[default - 1] [number] - wchich page is meant to be fetched","disabled":true},{"key":"limit[take]","value":"2","description":"[default - 10] [number] - how many records are meant to be fetched per page","disabled":true},{"key":"order[by]","value":"content","description":"[string] - by which property appreciations are meant to be ordered","disabled":true},{"key":"order[dir]","value":"ASC","description":"[enum] ['ASC', 'DESC'] - determines direction of ordering","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Mar 2021 12:28:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"a49e-cz5uzZSTmIBeFKVdlUAf0ZQeYKg\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"09101b6b7800004e97051af000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=i9rSekvI02GPZPrzs7%2B%2FTncZcaZTSvpOtIvvMqeK1N5N28ckGv6UQvXsWmOomm%2FivoudcICXOf5mOpvdeuG9tiK3kMWWl5gKAIaQvrdc11iEeYB5tSw%3D\"}],\"max_age\":604800}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"636061bf2f794e97-FRA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3-27=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n            \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n            \"content\": \"wspólnie spędzony czas i ogarnięcie tematu wystawiania produkcji 🐼 DZIĘKUJĘ! ❤️\",\n            \"createdAt\": \"2020-08-07T12:57:45.161Z\",\n            \"updatedAt\": \"2020-08-07T12:57:45.162Z\",\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                \"email\": \"daria@desmart.com\",\n                \"firstName\": \"Daria\",\n                \"lastName\": \"Wieliczko\",\n                \"phoneNumber\": \"502831304\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"daria\",\n                \"pointsLeft\": 195,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"email\": \"dooshek@desmart.com\",\n                    \"firstName\": \"Piotr\",\n                    \"lastName\": \"Duszyński\",\n                    \"phoneNumber\": \"+48606119472\",\n                    \"jobFunction\": \"c_level_executive\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                    \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"dooshek\",\n                    \"pointsLeft\": 300,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\",\n                    \"_pivot_appreciation_id\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"_pivot_receiver_id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"2c2023be-f2c4-44f7-afd7-0d74b3ac1192\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-08-07T13:56:05.133Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"5f028677-9748-40dc-aa1d-342011c6cec7\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-08-07T13:05:17.484Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"67db9fa3-2278-4849-8ba7-8641d15b9e56\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-24T07:20:55.287Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Robert Betlejewski\",\n                    \"giver\": {\n                        \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                        \"email\": \"bentlej@desmart.com\",\n                        \"firstName\": \"Robert\",\n                        \"lastName\": \"Betlejewski\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"bentlej\",\n                        \"pointsLeft\": 405,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"82cc8cdf-33d2-4440-b4f2-d93b60818cee\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-08-07T13:56:05.046Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"b43e06a6-8683-414b-82cf-50618dd07ff5\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-08-07T13:05:17.777Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"bd0b18bc-b2e8-4a37-99c2-ec2d0d742242\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-07T13:56:03.820Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"ea038244-d427-4e50-9e12-64e46cefbba1\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-08-07T13:05:17.861Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"f1e6a8ee-cad3-4548-a91e-ef22751ca288\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-07T13:05:15.695Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"f32e2bbe-cecf-4a77-9899-dd2c058e8fc0\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-08-07T13:56:04.429Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"cd2a6b8e-c574-4279-860a-552cfff93f92\",\n            \"giverId\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n            \"content\": \"postawienie produkcji pandy! 🐼\",\n            \"createdAt\": \"2020-08-07T10:38:05.890Z\",\n            \"updatedAt\": \"2020-08-07T10:38:05.890Z\",\n            \"points\": 50,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                \"email\": \"staszek@desmart.com\",\n                \"firstName\": \"Sandra\",\n                \"lastName\": \"Ptaszek\",\n                \"phoneNumber\": \"\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"sandra\",\n                \"pointsLeft\": 650,\n                \"avatar\": \"avatar_5\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2016-08-30/74570577920_570df38a555c53245952_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"cd2a6b8e-c574-4279-860a-552cfff93f92\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                },\n                {\n                    \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"email\": \"dooshek@desmart.com\",\n                    \"firstName\": \"Piotr\",\n                    \"lastName\": \"Duszyński\",\n                    \"phoneNumber\": \"+48606119472\",\n                    \"jobFunction\": \"c_level_executive\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                    \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"dooshek\",\n                    \"pointsLeft\": 300,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\",\n                    \"_pivot_appreciation_id\": \"cd2a6b8e-c574-4279-860a-552cfff93f92\",\n                    \"_pivot_receiver_id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"8f3c4ca4-e50d-4c87-85b0-78c51d2b1ecf\",\n                    \"appreciationId\": \"cd2a6b8e-c574-4279-860a-552cfff93f92\",\n                    \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-24T07:17:38.366Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Robert Betlejewski\",\n                    \"giver\": {\n                        \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                        \"email\": \"bentlej@desmart.com\",\n                        \"firstName\": \"Robert\",\n                        \"lastName\": \"Betlejewski\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"bentlej\",\n                        \"pointsLeft\": 405,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"page\": \"1\",\n        \"take\": \"2\",\n        \"recordsTotal\": \"99\",\n        \"pagesTotal\": 50\n    }\n}"},{"id":"2debf5e2-82cf-4194-b543-031ea7aaede1","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"[string] - token received after action of loggin in, takes the form of `Bearer xyz...`","type":"text","disabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"[string] - defines what kind of content is being sent, only acceptable value is `application/json`","type":"text"}],"url":{"raw":"{{API_URL}}/appreciations","host":["{{API_URL}}"],"path":["appreciations"],"query":[{"key":"limit[page]","value":"1","description":"[default - 1] [number] - wchich page is meant to be fetched","disabled":true},{"key":"limit[take]","value":"2","description":"[default - 10] [number] - how many records are meant to be fetched per page","disabled":true},{"key":"order[by]","value":"content","description":"[string] - by which property appreciations are meant to be ordered","disabled":true},{"key":"order[dir]","value":"ASC","description":"[enum] ['ASC', 'DESC'] - determines direction of ordering","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"78"},{"key":"etag","value":"W/\"4e-zkqkLQImYvfvsvXv8f4FoUMCBUA\""},{"key":"date","value":"Fri, 26 Mar 2021 12:56:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"user.unauthenticated\",\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"}],"_postman_id":"0cc3967c-2a12-4e9b-ab5e-74eeb51e6533"},{"name":"All that current user created","id":"31cab46e-f39e-4707-9a58-7fb37c729584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/appreciations/giver?limit[page]=1&limit[take]=2&order[by]=content&order[dir]=DESC","description":"<h1 id=\"description\">Description</h1>\n<p><strong>Fetching all appreciations given by currently logged in user</strong>. By default you can fetch <strong>first page with 10 records</strong>. Except of defining the page number and quantity of returned objects you can also define by which property they should be ordered and determine the order direction (for details see <code>Params</code> description for this request).</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["appreciations","giver"],"host":["{{API_URL}}"],"query":[{"description":{"content":"<p>[default - 1] [<strong>number</strong>] - wchich page is meant to be fetched</p>\n","type":"text/plain"},"key":"limit[page]","value":"1"},{"description":{"content":"<p>[default - 10] [<strong>number</strong>] - how many records are meant to be fetched per page</p>\n","type":"text/plain"},"key":"limit[take]","value":"2"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>id</code>, <code>giver_id</code>, <code>content</code>, <code>created_at</code>, <code>updated_at</code>, <code>points</code>, <code>core_values</code>, <code>organisation_id</code>] - by which property appreciations are meant to be ordered</p>\n","type":"text/plain"},"key":"order[by]","value":"content"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>ASC</code>, <code>DESC</code>] - determines direction of ordering</p>\n","type":"text/plain"},"key":"order[dir]","value":"DESC"}],"variable":[]}},"response":[{"id":"c2401ff6-5cc4-4225-8047-7d5c34d632ab","name":"200 - OK","originalRequest":{"method":"GET","header":[{"description":"[string] - token received after action of loggin in, takes the form of `Bearer xyz...`","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"[string] - defines what kind of content is being sent, only acceptable value is `application/json`","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{API_URL}}/appreciations/giver?limit[page]=1&limit[take]=2&order[by]=content&order[dir]=DESC","host":["{{API_URL}}"],"path":["appreciations","giver"],"query":[{"key":"limit[page]","value":"1","description":"[default - 1] [number] - wchich page is meant to be fetched"},{"key":"limit[take]","value":"2","description":"[default - 10] [number] - how many records are meant to be fetched per page"},{"key":"order[by]","value":"content","description":"[enum] [`id`, `giver_id`, `content`, `created_at`, `updated_at`, `points`, `core_values`, `organisation_id`] - by which property appreciations are meant to be ordered"},{"key":"order[dir]","value":"DESC","description":"[enum] [`ASC`, `DESC`] - determines direction of ordering"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Mar 2021 13:28:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"a567-qsBSQst1uteLdK9pjV4bPgSuskc\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"0910521b7800004de25b806000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=hr6ianXAArTHFccUjq458SzDQASf683b%2FBpd541RCdbP47MyrsAmOjLiE%2B3%2FdoIh0x9ZDWl%2F9xb2q8toKJuUvLZNs8C4ZLPiNGyMYXmksTD6IvG2OMY%3D\"}]}"},{"key":"NEL","value":"{\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6360b93f29c14de2-FRA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3-27=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n            \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n            \"content\": \"wspólnie spędzony czas i ogarnięcie tematu wystawiania produkcji 🐼 DZIĘKUJĘ! ❤️\",\n            \"createdAt\": \"2020-08-07T12:57:45.161Z\",\n            \"updatedAt\": \"2020-08-07T12:57:45.162Z\",\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                \"email\": \"daria@desmart.com\",\n                \"firstName\": \"Daria\",\n                \"lastName\": \"Wieliczko\",\n                \"phoneNumber\": \"502831304\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"daria\",\n                \"pointsLeft\": 195,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"email\": \"dooshek@desmart.com\",\n                    \"firstName\": \"Piotr\",\n                    \"lastName\": \"Duszyński\",\n                    \"phoneNumber\": \"+48606119472\",\n                    \"jobFunction\": \"c_level_executive\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                    \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"dooshek\",\n                    \"pointsLeft\": 300,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\",\n                    \"_pivot_appreciation_id\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"_pivot_receiver_id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"2c2023be-f2c4-44f7-afd7-0d74b3ac1192\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-08-07T13:56:05.133Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"f1e6a8ee-cad3-4548-a91e-ef22751ca288\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-07T13:05:15.695Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"f32e2bbe-cecf-4a77-9899-dd2c058e8fc0\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-08-07T13:56:04.429Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"b43e06a6-8683-414b-82cf-50618dd07ff5\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-08-07T13:05:17.777Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"ea038244-d427-4e50-9e12-64e46cefbba1\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-08-07T13:05:17.861Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"67db9fa3-2278-4849-8ba7-8641d15b9e56\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-24T07:20:55.287Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Robert Betlejewski\",\n                    \"giver\": {\n                        \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                        \"email\": \"bentlej@desmart.com\",\n                        \"firstName\": \"Robert\",\n                        \"lastName\": \"Betlejewski\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"bentlej\",\n                        \"pointsLeft\": 405,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"5f028677-9748-40dc-aa1d-342011c6cec7\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-08-07T13:05:17.484Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"82cc8cdf-33d2-4440-b4f2-d93b60818cee\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-08-07T13:56:05.046Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"bd0b18bc-b2e8-4a37-99c2-ec2d0d742242\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-07T13:56:03.820Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n            \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n            \"content\": \"Dziękuję za ogromne wsparcie na spotkaniu w sprawie potencjalnej integracji i za ciągłe poszukiwanie nowych rozwiązań przy problemach z jakimi się mierzymy w MyTalu :heart:\",\n            \"createdAt\": \"2020-11-20T16:51:28.933Z\",\n            \"updatedAt\": null,\n            \"points\": 150,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                \"email\": \"daria@desmart.com\",\n                \"firstName\": \"Daria\",\n                \"lastName\": \"Wieliczko\",\n                \"phoneNumber\": \"502831304\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"daria\",\n                \"pointsLeft\": 195,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"5e066309-03ec-4917-af02-93e208dbe13f\",\n                    \"email\": \"kasandra@desmart.com\",\n                    \"firstName\": \"Iwona\",\n                    \"lastName\": \"Sikora\",\n                    \"phoneNumber\": \"\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.454Z\",\n                    \"updatedAt\": \"2020-08-07T08:01:59.454Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"kasandra\",\n                    \"pointsLeft\": 900,\n                    \"avatar\": \"avatar_1\",\n                    \"avatarUrl\": null,\n                    \"_pivot_appreciation_id\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"_pivot_receiver_id\": \"5e066309-03ec-4917-af02-93e208dbe13f\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"7e122eb7-2266-4db0-b991-28d6b2c58b53\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-11-23T08:00:41.648Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"eb8d0085-22b9-4012-adea-e469bf02c08e\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-11-20T16:52:02.199Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"67bc1790-97c4-4589-96a5-4561c732a614\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-11-20T16:52:00.957Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"ff7c057f-f559-4a37-a880-53df9898010d\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"46376039-a9d8-4e01-9a7b-dc91264f0ad2\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-11-20T17:30:18.912Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Janek Borzęcki\",\n                    \"giver\": {\n                        \"id\": \"46376039-a9d8-4e01-9a7b-dc91264f0ad2\",\n                        \"email\": \"dzony@desmart.com\",\n                        \"firstName\": \"Janek\",\n                        \"lastName\": \"Borzęcki\",\n                        \"phoneNumber\": \"507117836\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"dzony\",\n                        \"pointsLeft\": 705,\n                        \"avatar\": \"avatar_4\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-12-13/859802602962_ff49a007932493a7b98d_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"911b9a14-1d65-4a58-a457-4cb63296b4e2\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-11-20T16:52:03.070Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"0d22c17b-b0c9-4bd2-b2b1-64ee7328bc31\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-11-20T16:52:04.573Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Piotr Duszyński\",\n                    \"giver\": {\n                        \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                        \"email\": \"dooshek@desmart.com\",\n                        \"firstName\": \"Piotr\",\n                        \"lastName\": \"Duszyński\",\n                        \"phoneNumber\": \"+48606119472\",\n                        \"jobFunction\": \"c_level_executive\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"dooshek\",\n                        \"pointsLeft\": 300,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n            \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n            \"content\": \"Dzięki, że zawsze służysz pomocą kontenerowo-ranczerowo-dockerową 🐋 Na dodatek masz ciepliwość tłumaczyć mi te wszystkie rzeczy i odpowiadać na moje liczne pytania 😊 Także dzieki Tobie sama się bardziej rozwijam w tych rejonach i wiem w końcu co się dzieje w tych niegdyś tajemniczych plikach\",\n            \"createdAt\": \"2021-03-02T19:11:24.302Z\",\n            \"updatedAt\": null,\n            \"points\": 150,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [\n                \"rozwój \",\n                \"partnerstwo \"\n            ],\n            \"giver\": {\n                \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                \"email\": \"daria@desmart.com\",\n                \"firstName\": \"Daria\",\n                \"lastName\": \"Wieliczko\",\n                \"phoneNumber\": \"502831304\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"daria\",\n                \"pointsLeft\": 195,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"email\": \"dooshek@desmart.com\",\n                    \"firstName\": \"Piotr\",\n                    \"lastName\": \"Duszyński\",\n                    \"phoneNumber\": \"+48606119472\",\n                    \"jobFunction\": \"c_level_executive\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                    \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"dooshek\",\n                    \"pointsLeft\": 300,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\",\n                    \"_pivot_appreciation_id\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"_pivot_receiver_id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"b0bfd076-2165-4610-aabc-fb9149b8898c\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-03T00:22:48.327Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Orzełek\",\n                    \"giver\": {\n                        \"id\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                        \"email\": \"orzel@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Orzełek\",\n                        \"phoneNumber\": \"518503717\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzel\",\n                        \"pointsLeft\": 750,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-15/683022823203_7ffda036ea338168f712_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"6aba311e-16e7-49d9-993d-f67d5e1d6c7a\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-02T21:42:23.026Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Jacek Bukowski\",\n                    \"giver\": {\n                        \"id\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                        \"email\": \"j.bukowski@desmart.com\",\n                        \"firstName\": \"Jacek\",\n                        \"lastName\": \"Bukowski\",\n                        \"phoneNumber\": \"791499184\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"j.bukowski\",\n                        \"pointsLeft\": 115,\n                        \"avatar\": \"avatar_3\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-29/801378135971_d22ffaa2438af195749c_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"e6ee8862-2231-4d6f-82f0-6b50a80db67d\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2021-03-02T19:20:43.461Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"e1ca9f38-86ec-4b49-892e-16122ba24156\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2021-03-02T19:20:43.974Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"50e031d2-967e-4e0e-a5a3-2d8d51d13d01\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2021-03-02T19:20:44.590Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"75161501-be85-4c67-9d3e-5d21f2d98270\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-02T21:40:35.122Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Robert Betlejewski\",\n                    \"giver\": {\n                        \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                        \"email\": \"bentlej@desmart.com\",\n                        \"firstName\": \"Robert\",\n                        \"lastName\": \"Betlejewski\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"bentlej\",\n                        \"pointsLeft\": 405,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"6834a3ac-0b8d-4ae0-98c4-bfbb41b23db3\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-03T06:19:28.243Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Sandra Ptaszek\",\n                    \"giver\": {\n                        \"id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                        \"email\": \"staszek@desmart.com\",\n                        \"firstName\": \"Sandra\",\n                        \"lastName\": \"Ptaszek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"sandra\",\n                        \"pointsLeft\": 650,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2016-08-30/74570577920_570df38a555c53245952_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"763a40d0-2e80-4e43-a568-434ac2bbe886\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2021-03-02T21:42:24.619Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Jacek Bukowski\",\n                    \"giver\": {\n                        \"id\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                        \"email\": \"j.bukowski@desmart.com\",\n                        \"firstName\": \"Jacek\",\n                        \"lastName\": \"Bukowski\",\n                        \"phoneNumber\": \"791499184\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"j.bukowski\",\n                        \"pointsLeft\": 115,\n                        \"avatar\": \"avatar_3\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-29/801378135971_d22ffaa2438af195749c_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"562713f9-74d1-4988-9a16-23b6c2a5e3eb\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-02T19:20:43.965Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"6660c4dc-b5b4-44fd-bb53-d1e09acdf38f\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-02T20:04:20.715Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Fojuth\",\n                    \"giver\": {\n                        \"id\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                        \"email\": \"fen@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Fojuth\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"fen\",\n                        \"pointsLeft\": 230,\n                        \"avatar\": \"avatar_4\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-12-16/504510167169_4140a9c7e09616d5d979_original.jpg\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n            \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n            \"content\": \"Cierpliwe wysłuchanie moich narzekań na support i wsparcie nowymi pomysłami 😄❤️\",\n            \"createdAt\": \"2020-12-08T16:54:32.255Z\",\n            \"updatedAt\": \"2020-12-08T16:54:32.255Z\",\n            \"points\": 150,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                \"email\": \"daria@desmart.com\",\n                \"firstName\": \"Daria\",\n                \"lastName\": \"Wieliczko\",\n                \"phoneNumber\": \"502831304\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"daria\",\n                \"pointsLeft\": 195,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"d3876135-0787-4acd-a299-420984233973\",\n                    \"email\": \"polo@desmart.com\",\n                    \"firstName\": \"Marcin\",\n                    \"lastName\": \"Polonis\",\n                    \"phoneNumber\": \"609923977\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-09-21T09:52:46.586Z\",\n                    \"updatedAt\": \"2020-10-07T08:05:38.374Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"user\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"polo\",\n                    \"pointsLeft\": 965,\n                    \"avatar\": \"avatar_4\",\n                    \"avatarUrl\": null,\n                    \"_pivot_appreciation_id\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"_pivot_receiver_id\": \"d3876135-0787-4acd-a299-420984233973\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"c21c73eb-cfa2-4d58-8201-11094848c697\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-12-08T17:06:54.653Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Sandra Ptaszek\",\n                    \"giver\": {\n                        \"id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                        \"email\": \"staszek@desmart.com\",\n                        \"firstName\": \"Sandra\",\n                        \"lastName\": \"Ptaszek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"sandra\",\n                        \"pointsLeft\": 650,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2016-08-30/74570577920_570df38a555c53245952_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"01c55e8b-bbd4-459a-a8d2-6e723ab3178c\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-12-08T17:01:11.895Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"738efe98-9928-46c9-bd0c-5f71116b0cff\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-12-08T18:29:49.371Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Rafał Wyszomirski\",\n                    \"giver\": {\n                        \"id\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                        \"email\": \"ralf@desmart.com\",\n                        \"firstName\": \"Rafał\",\n                        \"lastName\": \"Wyszomirski\",\n                        \"phoneNumber\": \"(+48) 790 385 749\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ralf\",\n                        \"pointsLeft\": 1000,\n                        \"avatar\": \"avatar_1\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-08-28/742883523366_0aa80b135573ec5c12cc_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"7d6d4ae7-c951-46a0-a886-fa20919cadf9\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-12-08T18:11:40.588Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"ca2f4483-f167-4c2a-9e1d-9f4f0a0797f1\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-12-08T17:01:12.352Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"1d42ac34-8bad-449f-8b73-7ac8648af289\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-12-08T16:57:09.553Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Kamil Fojuth\",\n                    \"giver\": {\n                        \"id\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                        \"email\": \"fen@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Fojuth\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"fen\",\n                        \"pointsLeft\": 230,\n                        \"avatar\": \"avatar_4\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-12-16/504510167169_4140a9c7e09616d5d979_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"57c7ead7-521e-49a9-a33e-2b1e84f4a668\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"46376039-a9d8-4e01-9a7b-dc91264f0ad2\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-12-08T17:20:31.796Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Janek Borzęcki\",\n                    \"giver\": {\n                        \"id\": \"46376039-a9d8-4e01-9a7b-dc91264f0ad2\",\n                        \"email\": \"dzony@desmart.com\",\n                        \"firstName\": \"Janek\",\n                        \"lastName\": \"Borzęcki\",\n                        \"phoneNumber\": \"507117836\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"dzony\",\n                        \"pointsLeft\": 705,\n                        \"avatar\": \"avatar_4\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-12-13/859802602962_ff49a007932493a7b98d_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"26dd0551-ac12-4d39-bb4b-405c0a492a50\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-12-08T17:01:13.078Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"68c5c826-4fea-485a-b420-9197817843b9\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-12-08T17:01:15.087Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n            \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n            \"content\": \"ciągłe ulepszanie/przyspieszanie buildów i deploy'ów\",\n            \"createdAt\": \"2021-01-29T14:06:17.767Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [\n                \"rozwój \"\n            ],\n            \"giver\": {\n                \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                \"email\": \"daria@desmart.com\",\n                \"firstName\": \"Daria\",\n                \"lastName\": \"Wieliczko\",\n                \"phoneNumber\": \"502831304\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"daria\",\n                \"pointsLeft\": 195,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"email\": \"dooshek@desmart.com\",\n                    \"firstName\": \"Piotr\",\n                    \"lastName\": \"Duszyński\",\n                    \"phoneNumber\": \"+48606119472\",\n                    \"jobFunction\": \"c_level_executive\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                    \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"dooshek\",\n                    \"pointsLeft\": 300,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\",\n                    \"_pivot_appreciation_id\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"_pivot_receiver_id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"f8bb1966-dbf6-4201-b9aa-cace822a9332\",\n                    \"appreciationId\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2021-01-29T14:07:14.596Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"f1b4ab9e-c713-4b14-8d76-f20e1c1d5f17\",\n                    \"appreciationId\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2021-01-29T14:07:13.700Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"bc5a952e-2ee5-4917-95d7-6e0125cd68e5\",\n                    \"appreciationId\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T14:07:14.932Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"bf1ecfcf-c49b-4609-b204-c03dc8e2b0e6\",\n                    \"appreciationId\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2021-01-29T14:07:15.216Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"2a55c91c-404d-4be3-9dd6-c9627fff79c2\",\n                    \"appreciationId\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"giverId\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-30T07:42:03.615Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Orzełek\",\n                    \"giver\": {\n                        \"id\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                        \"email\": \"orzel@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Orzełek\",\n                        \"phoneNumber\": \"518503717\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzel\",\n                        \"pointsLeft\": 750,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-15/683022823203_7ffda036ea338168f712_original.png\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"page\": \"1\",\n        \"take\": \"2\",\n        \"recordsTotal\": \"5\",\n        \"pagesTotal\": 3\n    }\n}"},{"id":"650d3bb7-bd6b-4f6f-8b4a-d49427791e8f","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"description":"[**string**] - token received after action of loggin in, takes the form of `Bearer xyz...`","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}","disabled":true},{"description":"[**string**] - defines what kind of content is being sent, only acceptable value is `application/json`","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{API_URL}}/appreciations/giver?limit[page]=1&limit[take]=2&order[by]=content&order[dir]=DESC","host":["{{API_URL}}"],"path":["appreciations","giver"],"query":[{"key":"limit[page]","value":"1","description":"[default - 1] [**number**] - wchich page is meant to be fetched"},{"key":"limit[take]","value":"2","description":"[default - 10] [**number**] - how many records are meant to be fetched per page"},{"key":"order[by]","value":"content","description":"[**enum**] [`id`, `giver_id`, `content`, `created_at`, `updated_at`, `points`, `core_values`, `organisation_id`] - by which property appreciations are meant to be ordered"},{"key":"order[dir]","value":"DESC","description":"[**enum**] [`ASC`, `DESC`] - determines direction of ordering"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Mar 2021 13:35:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"4e-zkqkLQImYvfvsvXv8f4FoUMCBUA\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"091058765a00004dfaac248000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=qXS%2Fs2npvmrMQZ8dQO76WICFqOBQA1BHO%2FQsUbQ%2BCcJSGuLLBAjLw9ia24vXC7nyj6OZJpG%2BsEQZTm7TKYK1bEjdf4mk%2Fn01HL0mPY6Uec%2FDAbBgHgg%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6360c36a2cb94dfa-FRA"},{"key":"alt-svc","value":"h3-27=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"user.unauthenticated\",\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"}],"_postman_id":"31cab46e-f39e-4707-9a58-7fb37c729584"},{"name":"All created by specific user","id":"130e6e5f-1c12-4aa2-80b2-fb2ca7bf8e17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/appreciations/giver/:id?limit[page]=1&limit[take]=2","description":"<h1 id=\"description\">Description</h1>\n<p><strong>Fetching all appreciations given by chosen  user - defined with id</strong>. By default you can fetch <strong>first page with 10 records</strong>. Except of defining the page number and quantity of returned objects you can also define by which property they should be ordered and determine the order direction (for details see <code>Params</code> description for this request).</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["appreciations","giver",":id"],"host":["{{API_URL}}"],"query":[{"description":{"content":"<p>[default - 1] [<strong>number</strong>] - wchich page is meant to be fetched</p>\n","type":"text/plain"},"key":"limit[page]","value":"1"},{"description":{"content":"<p>[default - 10] [<strong>number</strong>] - how many records are meant to be fetched per page</p>\n","type":"text/plain"},"key":"limit[take]","value":"2"},{"disabled":true,"description":{"content":"<p>[<strong>enum</strong>] [<code>id</code>, <code>giver_id</code>, <code>content</code>, <code>created_at</code>, <code>updated_at</code>, <code>points</code>, <code>core_values</code>, <code>organisation_id</code>] - by which property appreciations are meant to be ordered</p>\n","type":"text/plain"},"key":"order[by]","value":"content"},{"disabled":true,"description":{"content":"<p>[<strong>enum</strong>] [<code>ASC</code>, <code>DESC</code>] - determines direction of ordering</p>\n","type":"text/plain"},"key":"order[dir]","value":"ASC"}],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of existing user</p>\n","type":"text/plain"},"type":"string","value":"261f0a31-3ab3-47ed-90ba-82aa99455780","key":"id"}]}},"response":[{"id":"45291918-4d6a-4e9c-aca0-bc9a30c50075","name":"200 - OK","originalRequest":{"method":"GET","header":[{"description":"[**string**] - token received after action of loggin in, takes the form of `Bearer xyz...`","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"[**string**] - defines what kind of content is being sent, only acceptable value is `application/json`","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{API_URL}}/appreciations/giver/:id?limit[page]=2&limit[take]=2","host":["{{API_URL}}"],"path":["appreciations","giver",":id"],"query":[{"key":"limit[page]","value":"2","description":"[default - 1] [**number**] - wchich page is meant to be fetched"},{"key":"limit[take]","value":"2","description":"[default - 10] [**number**] - how many records are meant to be fetched per page"},{"key":"order[by]","value":"content","description":"[**enum**] [`id`, `giver_id`, `content`, `created_at`, `updated_at`, `points`, `core_values`, `organisation_id`] - by which property appreciations are meant to be ordered","disabled":true},{"key":"order[dir]","value":"ASC","description":"[**enum**] [`ASC`, `DESC`] - determines direction of ordering","type":"text","disabled":true}],"variable":[{"key":"id","value":"261f0a31-3ab3-47ed-90ba-82aa99455780","type":"string","description":"[**uuid**] - valid id of existing user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Mar 2021 13:43:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"a567-kQi3QL8hoh/GUvlKBVTFsshjpDo\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"09105f73c400004dfa8d130000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=Xi%2BjSZLa8ds%2FvMF45Hxs8ZKqZ56LRQsHDBjRUZ%2FIZ2fZGUaSgk0usoojxDVMC03j%2BYjrZyEO1ioHHnYqsRg4AsvyGKqTyltxPRyZa9c3A26IrGD9qfw%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6360ce99393d4dfa-FRA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3-27=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n            \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n            \"content\": \"wspólnie spędzony czas i ogarnięcie tematu wystawiania produkcji 🐼 DZIĘKUJĘ! ❤️\",\n            \"createdAt\": \"2020-08-07T12:57:45.161Z\",\n            \"updatedAt\": \"2020-08-07T12:57:45.162Z\",\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                \"email\": \"daria@desmart.com\",\n                \"firstName\": \"Daria\",\n                \"lastName\": \"Wieliczko\",\n                \"phoneNumber\": \"502831304\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"daria\",\n                \"pointsLeft\": 195,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"email\": \"dooshek@desmart.com\",\n                    \"firstName\": \"Piotr\",\n                    \"lastName\": \"Duszyński\",\n                    \"phoneNumber\": \"+48606119472\",\n                    \"jobFunction\": \"c_level_executive\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                    \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"dooshek\",\n                    \"pointsLeft\": 300,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\",\n                    \"_pivot_appreciation_id\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"_pivot_receiver_id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"2c2023be-f2c4-44f7-afd7-0d74b3ac1192\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-08-07T13:56:05.133Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"f1e6a8ee-cad3-4548-a91e-ef22751ca288\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-07T13:05:15.695Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"f32e2bbe-cecf-4a77-9899-dd2c058e8fc0\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-08-07T13:56:04.429Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"b43e06a6-8683-414b-82cf-50618dd07ff5\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-08-07T13:05:17.777Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"ea038244-d427-4e50-9e12-64e46cefbba1\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-08-07T13:05:17.861Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"67db9fa3-2278-4849-8ba7-8641d15b9e56\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-24T07:20:55.287Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Robert Betlejewski\",\n                    \"giver\": {\n                        \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                        \"email\": \"bentlej@desmart.com\",\n                        \"firstName\": \"Robert\",\n                        \"lastName\": \"Betlejewski\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"bentlej\",\n                        \"pointsLeft\": 405,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"5f028677-9748-40dc-aa1d-342011c6cec7\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-08-07T13:05:17.484Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"82cc8cdf-33d2-4440-b4f2-d93b60818cee\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-08-07T13:56:05.046Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"bd0b18bc-b2e8-4a37-99c2-ec2d0d742242\",\n                    \"appreciationId\": \"c481aa16-3802-4cae-9b9c-aec7dc28a71a\",\n                    \"giverId\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-07T13:56:03.820Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Bożek\",\n                    \"giver\": {\n                        \"id\": \"75873a51-d3a9-493b-8647-0dd19d0ee71e\",\n                        \"email\": \"kamilbozek@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Bożek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ramzess\",\n                        \"pointsLeft\": 850,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2020-05-14/1123750075859_3c3724bbdd2207ca2ddc_original.jpg\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n            \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n            \"content\": \"Dziękuję za ogromne wsparcie na spotkaniu w sprawie potencjalnej integracji i za ciągłe poszukiwanie nowych rozwiązań przy problemach z jakimi się mierzymy w MyTalu :heart:\",\n            \"createdAt\": \"2020-11-20T16:51:28.933Z\",\n            \"updatedAt\": null,\n            \"points\": 150,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                \"email\": \"daria@desmart.com\",\n                \"firstName\": \"Daria\",\n                \"lastName\": \"Wieliczko\",\n                \"phoneNumber\": \"502831304\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"daria\",\n                \"pointsLeft\": 195,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"5e066309-03ec-4917-af02-93e208dbe13f\",\n                    \"email\": \"kasandra@desmart.com\",\n                    \"firstName\": \"Iwona\",\n                    \"lastName\": \"Sikora\",\n                    \"phoneNumber\": \"\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.454Z\",\n                    \"updatedAt\": \"2020-08-07T08:01:59.454Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"kasandra\",\n                    \"pointsLeft\": 900,\n                    \"avatar\": \"avatar_1\",\n                    \"avatarUrl\": null,\n                    \"_pivot_appreciation_id\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"_pivot_receiver_id\": \"5e066309-03ec-4917-af02-93e208dbe13f\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"7e122eb7-2266-4db0-b991-28d6b2c58b53\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-11-23T08:00:41.648Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"eb8d0085-22b9-4012-adea-e469bf02c08e\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-11-20T16:52:02.199Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"67bc1790-97c4-4589-96a5-4561c732a614\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-11-20T16:52:00.957Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"ff7c057f-f559-4a37-a880-53df9898010d\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"46376039-a9d8-4e01-9a7b-dc91264f0ad2\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-11-20T17:30:18.912Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Janek Borzęcki\",\n                    \"giver\": {\n                        \"id\": \"46376039-a9d8-4e01-9a7b-dc91264f0ad2\",\n                        \"email\": \"dzony@desmart.com\",\n                        \"firstName\": \"Janek\",\n                        \"lastName\": \"Borzęcki\",\n                        \"phoneNumber\": \"507117836\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"dzony\",\n                        \"pointsLeft\": 705,\n                        \"avatar\": \"avatar_4\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-12-13/859802602962_ff49a007932493a7b98d_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"911b9a14-1d65-4a58-a457-4cb63296b4e2\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-11-20T16:52:03.070Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"0d22c17b-b0c9-4bd2-b2b1-64ee7328bc31\",\n                    \"appreciationId\": \"12a9652c-275d-480e-aff9-6c41d089c444\",\n                    \"giverId\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-11-20T16:52:04.573Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Piotr Duszyński\",\n                    \"giver\": {\n                        \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                        \"email\": \"dooshek@desmart.com\",\n                        \"firstName\": \"Piotr\",\n                        \"lastName\": \"Duszyński\",\n                        \"phoneNumber\": \"+48606119472\",\n                        \"jobFunction\": \"c_level_executive\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"dooshek\",\n                        \"pointsLeft\": 300,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n            \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n            \"content\": \"Cierpliwe wysłuchanie moich narzekań na support i wsparcie nowymi pomysłami 😄❤️\",\n            \"createdAt\": \"2020-12-08T16:54:32.255Z\",\n            \"updatedAt\": \"2020-12-08T16:54:32.255Z\",\n            \"points\": 150,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                \"email\": \"daria@desmart.com\",\n                \"firstName\": \"Daria\",\n                \"lastName\": \"Wieliczko\",\n                \"phoneNumber\": \"502831304\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"daria\",\n                \"pointsLeft\": 195,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"d3876135-0787-4acd-a299-420984233973\",\n                    \"email\": \"polo@desmart.com\",\n                    \"firstName\": \"Marcin\",\n                    \"lastName\": \"Polonis\",\n                    \"phoneNumber\": \"609923977\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-09-21T09:52:46.586Z\",\n                    \"updatedAt\": \"2020-10-07T08:05:38.374Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"user\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"polo\",\n                    \"pointsLeft\": 965,\n                    \"avatar\": \"avatar_4\",\n                    \"avatarUrl\": null,\n                    \"_pivot_appreciation_id\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"_pivot_receiver_id\": \"d3876135-0787-4acd-a299-420984233973\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"c21c73eb-cfa2-4d58-8201-11094848c697\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-12-08T17:06:54.653Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Sandra Ptaszek\",\n                    \"giver\": {\n                        \"id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                        \"email\": \"staszek@desmart.com\",\n                        \"firstName\": \"Sandra\",\n                        \"lastName\": \"Ptaszek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"sandra\",\n                        \"pointsLeft\": 650,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2016-08-30/74570577920_570df38a555c53245952_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"01c55e8b-bbd4-459a-a8d2-6e723ab3178c\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-12-08T17:01:11.895Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"738efe98-9928-46c9-bd0c-5f71116b0cff\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-12-08T18:29:49.371Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Rafał Wyszomirski\",\n                    \"giver\": {\n                        \"id\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                        \"email\": \"ralf@desmart.com\",\n                        \"firstName\": \"Rafał\",\n                        \"lastName\": \"Wyszomirski\",\n                        \"phoneNumber\": \"(+48) 790 385 749\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ralf\",\n                        \"pointsLeft\": 1000,\n                        \"avatar\": \"avatar_1\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-08-28/742883523366_0aa80b135573ec5c12cc_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"7d6d4ae7-c951-46a0-a886-fa20919cadf9\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-12-08T18:11:40.588Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"ca2f4483-f167-4c2a-9e1d-9f4f0a0797f1\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-12-08T17:01:12.352Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"1d42ac34-8bad-449f-8b73-7ac8648af289\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-12-08T16:57:09.553Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Kamil Fojuth\",\n                    \"giver\": {\n                        \"id\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                        \"email\": \"fen@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Fojuth\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"fen\",\n                        \"pointsLeft\": 230,\n                        \"avatar\": \"avatar_4\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-12-16/504510167169_4140a9c7e09616d5d979_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"57c7ead7-521e-49a9-a33e-2b1e84f4a668\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"46376039-a9d8-4e01-9a7b-dc91264f0ad2\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-12-08T17:20:31.796Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Janek Borzęcki\",\n                    \"giver\": {\n                        \"id\": \"46376039-a9d8-4e01-9a7b-dc91264f0ad2\",\n                        \"email\": \"dzony@desmart.com\",\n                        \"firstName\": \"Janek\",\n                        \"lastName\": \"Borzęcki\",\n                        \"phoneNumber\": \"507117836\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"dzony\",\n                        \"pointsLeft\": 705,\n                        \"avatar\": \"avatar_4\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-12-13/859802602962_ff49a007932493a7b98d_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"26dd0551-ac12-4d39-bb4b-405c0a492a50\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-12-08T17:01:13.078Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"68c5c826-4fea-485a-b420-9197817843b9\",\n                    \"appreciationId\": \"1a674610-9f88-4019-9cc8-b0ed784d3f7b\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-12-08T17:01:15.087Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n            \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n            \"content\": \"ciągłe ulepszanie/przyspieszanie buildów i deploy'ów\",\n            \"createdAt\": \"2021-01-29T14:06:17.767Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [\n                \"rozwój \"\n            ],\n            \"giver\": {\n                \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                \"email\": \"daria@desmart.com\",\n                \"firstName\": \"Daria\",\n                \"lastName\": \"Wieliczko\",\n                \"phoneNumber\": \"502831304\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"daria\",\n                \"pointsLeft\": 195,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"email\": \"dooshek@desmart.com\",\n                    \"firstName\": \"Piotr\",\n                    \"lastName\": \"Duszyński\",\n                    \"phoneNumber\": \"+48606119472\",\n                    \"jobFunction\": \"c_level_executive\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                    \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"dooshek\",\n                    \"pointsLeft\": 300,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\",\n                    \"_pivot_appreciation_id\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"_pivot_receiver_id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"f8bb1966-dbf6-4201-b9aa-cace822a9332\",\n                    \"appreciationId\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2021-01-29T14:07:14.596Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"f1b4ab9e-c713-4b14-8d76-f20e1c1d5f17\",\n                    \"appreciationId\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2021-01-29T14:07:13.700Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"bc5a952e-2ee5-4917-95d7-6e0125cd68e5\",\n                    \"appreciationId\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T14:07:14.932Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"bf1ecfcf-c49b-4609-b204-c03dc8e2b0e6\",\n                    \"appreciationId\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2021-01-29T14:07:15.216Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"2a55c91c-404d-4be3-9dd6-c9627fff79c2\",\n                    \"appreciationId\": \"9278bc2f-f596-4859-aee1-ef47a91445f7\",\n                    \"giverId\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-30T07:42:03.615Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Orzełek\",\n                    \"giver\": {\n                        \"id\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                        \"email\": \"orzel@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Orzełek\",\n                        \"phoneNumber\": \"518503717\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzel\",\n                        \"pointsLeft\": 750,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-15/683022823203_7ffda036ea338168f712_original.png\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n            \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n            \"content\": \"Dzięki, że zawsze służysz pomocą kontenerowo-ranczerowo-dockerową 🐋 Na dodatek masz ciepliwość tłumaczyć mi te wszystkie rzeczy i odpowiadać na moje liczne pytania 😊 Także dzieki Tobie sama się bardziej rozwijam w tych rejonach i wiem w końcu co się dzieje w tych niegdyś tajemniczych plikach\",\n            \"createdAt\": \"2021-03-02T19:11:24.302Z\",\n            \"updatedAt\": null,\n            \"points\": 150,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [\n                \"rozwój \",\n                \"partnerstwo \"\n            ],\n            \"giver\": {\n                \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                \"email\": \"daria@desmart.com\",\n                \"firstName\": \"Daria\",\n                \"lastName\": \"Wieliczko\",\n                \"phoneNumber\": \"502831304\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"daria\",\n                \"pointsLeft\": 195,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"email\": \"dooshek@desmart.com\",\n                    \"firstName\": \"Piotr\",\n                    \"lastName\": \"Duszyński\",\n                    \"phoneNumber\": \"+48606119472\",\n                    \"jobFunction\": \"c_level_executive\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                    \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"dooshek\",\n                    \"pointsLeft\": 300,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\",\n                    \"_pivot_appreciation_id\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"_pivot_receiver_id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"b0bfd076-2165-4610-aabc-fb9149b8898c\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-03T00:22:48.327Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Orzełek\",\n                    \"giver\": {\n                        \"id\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                        \"email\": \"orzel@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Orzełek\",\n                        \"phoneNumber\": \"518503717\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzel\",\n                        \"pointsLeft\": 750,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-15/683022823203_7ffda036ea338168f712_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"6aba311e-16e7-49d9-993d-f67d5e1d6c7a\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-02T21:42:23.026Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Jacek Bukowski\",\n                    \"giver\": {\n                        \"id\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                        \"email\": \"j.bukowski@desmart.com\",\n                        \"firstName\": \"Jacek\",\n                        \"lastName\": \"Bukowski\",\n                        \"phoneNumber\": \"791499184\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"j.bukowski\",\n                        \"pointsLeft\": 115,\n                        \"avatar\": \"avatar_3\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-29/801378135971_d22ffaa2438af195749c_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"e6ee8862-2231-4d6f-82f0-6b50a80db67d\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2021-03-02T19:20:43.461Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"e1ca9f38-86ec-4b49-892e-16122ba24156\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2021-03-02T19:20:43.974Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"50e031d2-967e-4e0e-a5a3-2d8d51d13d01\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2021-03-02T19:20:44.590Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"75161501-be85-4c67-9d3e-5d21f2d98270\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-02T21:40:35.122Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Robert Betlejewski\",\n                    \"giver\": {\n                        \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                        \"email\": \"bentlej@desmart.com\",\n                        \"firstName\": \"Robert\",\n                        \"lastName\": \"Betlejewski\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"bentlej\",\n                        \"pointsLeft\": 405,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"6834a3ac-0b8d-4ae0-98c4-bfbb41b23db3\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-03T06:19:28.243Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Sandra Ptaszek\",\n                    \"giver\": {\n                        \"id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                        \"email\": \"staszek@desmart.com\",\n                        \"firstName\": \"Sandra\",\n                        \"lastName\": \"Ptaszek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"sandra\",\n                        \"pointsLeft\": 650,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2016-08-30/74570577920_570df38a555c53245952_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"763a40d0-2e80-4e43-a568-434ac2bbe886\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2021-03-02T21:42:24.619Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Jacek Bukowski\",\n                    \"giver\": {\n                        \"id\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                        \"email\": \"j.bukowski@desmart.com\",\n                        \"firstName\": \"Jacek\",\n                        \"lastName\": \"Bukowski\",\n                        \"phoneNumber\": \"791499184\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"j.bukowski\",\n                        \"pointsLeft\": 115,\n                        \"avatar\": \"avatar_3\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-29/801378135971_d22ffaa2438af195749c_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"562713f9-74d1-4988-9a16-23b6c2a5e3eb\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-02T19:20:43.965Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"6660c4dc-b5b4-44fd-bb53-d1e09acdf38f\",\n                    \"appreciationId\": \"fc3b4643-90b9-4bbb-bc8e-af344a03377d\",\n                    \"giverId\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-02T20:04:20.715Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Fojuth\",\n                    \"giver\": {\n                        \"id\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                        \"email\": \"fen@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Fojuth\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"fen\",\n                        \"pointsLeft\": 230,\n                        \"avatar\": \"avatar_4\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-12-16/504510167169_4140a9c7e09616d5d979_original.jpg\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"page\": \"2\",\n        \"take\": \"2\",\n        \"recordsTotal\": \"5\",\n        \"pagesTotal\": 3\n    }\n}"}],"_postman_id":"130e6e5f-1c12-4aa2-80b2-fb2ca7bf8e17"},{"name":"All that current user received","id":"2f39e4ce-8461-4d31-b6ee-af513a43ead8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/appreciations/receiver?limit[page]=1&limit[take]=5&order[by]=content&order[dir]=ASC","description":"<h1 id=\"description\">Description</h1>\n<p><strong>Fetching all appreciations received by currently logged in user</strong>. By default you can fetch <strong>first page with 10 records</strong>. Except of defining the page number and quantity of returned objects you can also define by which property they should be ordered and determine the order direction (for details see <code>Params</code> description for this request).</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["appreciations","receiver"],"host":["{{API_URL}}"],"query":[{"description":{"content":"<p>[default - 1] [<strong>number</strong>] - wchich page is meant to be fetched</p>\n","type":"text/plain"},"key":"limit[page]","value":"1"},{"description":{"content":"<p>[default - 10] [<strong>number</strong>] - how many records are meant to be fetched per page</p>\n","type":"text/plain"},"key":"limit[take]","value":"5"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>id</code>, <code>giver_id</code>, <code>content</code>, <code>created_at</code>, <code>updated_at</code>, <code>points</code>, <code>core_values</code>, <code>organisation_id</code>] - by which property appreciations are meant to be ordered</p>\n","type":"text/plain"},"key":"order[by]","value":"content"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>ASC</code>, <code>DESC</code>] - determines direction of ordering</p>\n","type":"text/plain"},"key":"order[dir]","value":"ASC"}],"variable":[]}},"response":[{"id":"884badc4-1391-492b-b955-37e6d950cdd6","name":"200 - OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{API_URL}}/appreciations/receiver?limit[page]=1&limit[take]=5&order[by]=content&order[dir]=ASC","host":["{{API_URL}}"],"path":["appreciations","receiver"],"query":[{"key":"limit[page]","value":"1","description":"[default - 1] [**number**] - wchich page is meant to be fetched"},{"key":"limit[take]","value":"5","description":"[default - 10] [**number**] - how many records are meant to be fetched per page"},{"key":"order[by]","value":"content","description":"[**enum**] [`id`, `giver_id`, `content`, `created_at`, `updated_at`, `points`, `core_values`, `organisation_id`] - by which property appreciations are meant to be ordered"},{"key":"order[dir]","value":"ASC","description":"[**enum**] [`ASC`, `DESC`] - determines direction of ordering"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Mar 2021 13:53:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"8ee0-RzkgrcWqid16BBG8sC44MivNHdA\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"091068e3ec00004ac859161000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=idEAGuY1XtXXDoWjr4147vLfY34zrkUdxrqN24bAsXwYFyAvig14r0V3MQYq4S1Afg5tyrx8Z4tSC%2Biu3rlhOdtd4jYXTsR0xuG7OxKWSIy%2FWu7Esv0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6360ddb30a654ac8-FRA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3-27=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"23ee0041-0b0e-4cbc-bd6d-fa10083dae29\",\n            \"giverId\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n            \"content\": \"czytelne i pomocne README.md w projekcie AvaPrice\",\n            \"createdAt\": \"2021-03-19T17:08:53.752Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [\n                \"rozwój \",\n                \"odpowiedzialność\"\n            ],\n            \"giver\": {\n                \"id\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                \"email\": \"fen@desmart.com\",\n                \"firstName\": \"Kamil\",\n                \"lastName\": \"Fojuth\",\n                \"phoneNumber\": \"\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.452Z\",\n                \"updatedAt\": \"2020-08-07T08:01:59.452Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"fen\",\n                \"pointsLeft\": 230,\n                \"avatar\": \"avatar_4\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2018-12-16/504510167169_4140a9c7e09616d5d979_original.jpg\"\n            },\n            \"reactions\": [\n                {\n                    \"id\": \"7487c634-142d-41ec-a5ce-b912b3c96fdd\",\n                    \"appreciationId\": \"23ee0041-0b0e-4cbc-bd6d-fa10083dae29\",\n                    \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2021-03-20T09:00:56.988Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Robert Betlejewski\",\n                    \"giver\": {\n                        \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                        \"email\": \"bentlej@desmart.com\",\n                        \"firstName\": \"Robert\",\n                        \"lastName\": \"Betlejewski\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"bentlej\",\n                        \"pointsLeft\": 405,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"45b56c5c-7b72-413a-aea7-9ee225b5408f\",\n                    \"appreciationId\": \"23ee0041-0b0e-4cbc-bd6d-fa10083dae29\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2021-03-19T17:51:01.348Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"dc1ed7d7-4e50-4ed1-b440-0774427ab95c\",\n                    \"appreciationId\": \"23ee0041-0b0e-4cbc-bd6d-fa10083dae29\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2021-03-19T17:51:00.628Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"48f53ff9-07af-4144-ae29-c89234e56892\",\n                    \"appreciationId\": \"23ee0041-0b0e-4cbc-bd6d-fa10083dae29\",\n                    \"giverId\": \"46376039-a9d8-4e01-9a7b-dc91264f0ad2\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-19T17:37:22.523Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Janek Borzęcki\",\n                    \"giver\": {\n                        \"id\": \"46376039-a9d8-4e01-9a7b-dc91264f0ad2\",\n                        \"email\": \"dzony@desmart.com\",\n                        \"firstName\": \"Janek\",\n                        \"lastName\": \"Borzęcki\",\n                        \"phoneNumber\": \"507117836\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.756Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"dzony\",\n                        \"pointsLeft\": 705,\n                        \"avatar\": \"avatar_4\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-12-13/859802602962_ff49a007932493a7b98d_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"1726967e-1349-43d4-9ecb-4ffc24361cf1\",\n                    \"appreciationId\": \"23ee0041-0b0e-4cbc-bd6d-fa10083dae29\",\n                    \"giverId\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-19T17:41:24.683Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Orzełek\",\n                    \"giver\": {\n                        \"id\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                        \"email\": \"orzel@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Orzełek\",\n                        \"phoneNumber\": \"518503717\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzel\",\n                        \"pointsLeft\": 750,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-15/683022823203_7ffda036ea338168f712_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"9ca3d202-cefc-4995-8e41-e9ee2c614810\",\n                    \"appreciationId\": \"23ee0041-0b0e-4cbc-bd6d-fa10083dae29\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2021-03-19T17:51:03.548Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"07f04495-67bc-4367-a580-6b766b6892e2\",\n                    \"appreciationId\": \"23ee0041-0b0e-4cbc-bd6d-fa10083dae29\",\n                    \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-20T09:00:57.070Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Robert Betlejewski\",\n                    \"giver\": {\n                        \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                        \"email\": \"bentlej@desmart.com\",\n                        \"firstName\": \"Robert\",\n                        \"lastName\": \"Betlejewski\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"bentlej\",\n                        \"pointsLeft\": 405,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"b301ed3e-64ce-4793-983e-9010f2f296e6\",\n                    \"appreciationId\": \"23ee0041-0b0e-4cbc-bd6d-fa10083dae29\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-19T17:51:00.821Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"e1190b32-6014-4a75-aa59-8d83600ec427\",\n                    \"appreciationId\": \"23ee0041-0b0e-4cbc-bd6d-fa10083dae29\",\n                    \"giverId\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-19T17:09:47.751Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Piotr Duszyński\",\n                    \"giver\": {\n                        \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                        \"email\": \"dooshek@desmart.com\",\n                        \"firstName\": \"Piotr\",\n                        \"lastName\": \"Duszyński\",\n                        \"phoneNumber\": \"+48606119472\",\n                        \"jobFunction\": \"c_level_executive\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"dooshek\",\n                        \"pointsLeft\": 300,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\"\n                    }\n                }\n            ],\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"23ee0041-0b0e-4cbc-bd6d-fa10083dae29\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ]\n        },\n        {\n            \"id\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n            \"giverId\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n            \"content\": \"Dzięki za testowanie ze mną pgbouncera postgresowego na produkcji :smile: (testowanie, produkcja, heh)\",\n            \"createdAt\": \"2020-08-13T16:50:50.817Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                \"email\": \"dooshek@desmart.com\",\n                \"firstName\": \"Piotr\",\n                \"lastName\": \"Duszyński\",\n                \"phoneNumber\": \"+48606119472\",\n                \"jobFunction\": \"c_level_executive\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"dooshek\",\n                \"pointsLeft\": 300,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\"\n            },\n            \"reactions\": [\n                {\n                    \"id\": \"6a3c5e56-80fd-45b3-8f41-acf2d0d0abae\",\n                    \"appreciationId\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-08-13T16:51:22.660Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"54ad6aed-830c-42ef-aa19-9ac26e9cc4ae\",\n                    \"appreciationId\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-13T16:51:18.157Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"11a104bc-8901-4515-9017-7e01dea53493\",\n                    \"appreciationId\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-08-13T16:51:17.823Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"373a2fa8-e376-4a5c-a9fd-1de061e752d0\",\n                    \"appreciationId\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"giverId\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-08-13T17:14:07.891Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Kamil Fojuth\",\n                    \"giver\": {\n                        \"id\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                        \"email\": \"fen@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Fojuth\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"fen\",\n                        \"pointsLeft\": 230,\n                        \"avatar\": \"avatar_4\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-12-16/504510167169_4140a9c7e09616d5d979_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"0cf44487-1bf9-4bc1-bfe7-1f08490ac72d\",\n                    \"appreciationId\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-08-13T16:51:16.148Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                }\n            ],\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ]\n        },\n        {\n            \"id\": \"868e660b-00da-4c52-86f8-09b706f49687\",\n            \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n            \"content\": \"Dziękuję wam za przygotowanie nowej wersji PanDy z opcją bezpunktową i z wartościami. Jesteście super:)\",\n            \"createdAt\": \"2021-01-29T13:46:10.127Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [\n                \"partnerstwo \",\n                \"rozwój \"\n            ],\n            \"giver\": {\n                \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                \"email\": \"adrian@desmart.com\",\n                \"firstName\": \"Adrian\",\n                \"lastName\": \"Tomaszewski\",\n                \"phoneNumber\": \"+48504103992\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"adrian\",\n                \"pointsLeft\": 235,\n                \"avatar\": \"avatar_5\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n            },\n            \"reactions\": [\n                {\n                    \"id\": \"ba029529-5573-4e20-b830-aa102821583e\",\n                    \"appreciationId\": \"868e660b-00da-4c52-86f8-09b706f49687\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T13:48:10.654Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"533b2a5d-ef2e-416a-8c58-6a99630fcf36\",\n                    \"appreciationId\": \"868e660b-00da-4c52-86f8-09b706f49687\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2021-01-29T13:48:12.187Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"b534732f-a0e9-44a7-b8ed-5b8ce1c693eb\",\n                    \"appreciationId\": \"868e660b-00da-4c52-86f8-09b706f49687\",\n                    \"giverId\": \"be409dc8-97af-49ab-978e-4d4e43345d2c\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T13:49:53.652Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kinga Langowska\",\n                    \"giver\": {\n                        \"id\": \"be409dc8-97af-49ab-978e-4d4e43345d2c\",\n                        \"email\": \"kinga@desmart.com\",\n                        \"firstName\": \"Kinga\",\n                        \"lastName\": \"Langowska\",\n                        \"phoneNumber\": \"503 091 198\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"facetka\",\n                        \"pointsLeft\": 630,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": null\n                    }\n                },\n                {\n                    \"id\": \"21ded1e2-52f0-418b-98a9-d667f0d23d5b\",\n                    \"appreciationId\": \"868e660b-00da-4c52-86f8-09b706f49687\",\n                    \"giverId\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-03-13T16:18:07.734Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Daria Wieliczko\",\n                    \"giver\": {\n                        \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                        \"email\": \"daria@desmart.com\",\n                        \"firstName\": \"Daria\",\n                        \"lastName\": \"Wieliczko\",\n                        \"phoneNumber\": \"502831304\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"daria\",\n                        \"pointsLeft\": 195,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"8949e405-6589-456b-a458-abe31c4f5c62\",\n                    \"appreciationId\": \"868e660b-00da-4c52-86f8-09b706f49687\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2021-01-29T13:48:11.454Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"84b176fc-8156-423a-952e-2c7e294a729d\",\n                    \"appreciationId\": \"868e660b-00da-4c52-86f8-09b706f49687\",\n                    \"giverId\": \"9f852084-d0c7-4c98-97a8-ca4f5bfc3932\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T16:33:23.093Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Piotr Loch\",\n                    \"giver\": {\n                        \"id\": \"9f852084-d0c7-4c98-97a8-ca4f5bfc3932\",\n                        \"email\": \"harry@desmart.com\",\n                        \"firstName\": \"Piotr\",\n                        \"lastName\": \"Loch\",\n                        \"phoneNumber\": \"509347021\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"updatedAt\": \"2021-01-29T16:35:18.864Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"harry\",\n                        \"pointsLeft\": 990,\n                        \"avatar\": \"avatar_6\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-02-01/539711950372_4ce71b4a9632c937376d_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"9767f076-aacc-4c87-b6b4-74fcf2d842ee\",\n                    \"appreciationId\": \"868e660b-00da-4c52-86f8-09b706f49687\",\n                    \"giverId\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-30T07:42:07.337Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Orzełek\",\n                    \"giver\": {\n                        \"id\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                        \"email\": \"orzel@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Orzełek\",\n                        \"phoneNumber\": \"518503717\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzel\",\n                        \"pointsLeft\": 750,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-15/683022823203_7ffda036ea338168f712_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"d4f7d803-e6b5-44ad-8fb5-b5deaf7e9a53\",\n                    \"appreciationId\": \"868e660b-00da-4c52-86f8-09b706f49687\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2021-01-29T13:48:10.198Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                }\n            ],\n            \"receivers\": [\n                {\n                    \"id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                    \"email\": \"staszek@desmart.com\",\n                    \"firstName\": \"Sandra\",\n                    \"lastName\": \"Ptaszek\",\n                    \"phoneNumber\": \"\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                    \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"sandra\",\n                    \"pointsLeft\": 650,\n                    \"avatar\": \"avatar_5\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2016-08-30/74570577920_570df38a555c53245952_original.jpg\",\n                    \"_pivot_appreciation_id\": \"868e660b-00da-4c52-86f8-09b706f49687\",\n                    \"_pivot_receiver_id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\"\n                },\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"868e660b-00da-4c52-86f8-09b706f49687\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ]\n        },\n        {\n            \"id\": \"291b5639-09b5-4da9-84a4-654c9a851d35\",\n            \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n            \"content\": \"Dziękuję za pomoc w przygotowaniach do podsumowania roku:)\",\n            \"createdAt\": \"2020-12-04T09:27:07.095Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                \"email\": \"adrian@desmart.com\",\n                \"firstName\": \"Adrian\",\n                \"lastName\": \"Tomaszewski\",\n                \"phoneNumber\": \"+48504103992\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"adrian\",\n                \"pointsLeft\": 235,\n                \"avatar\": \"avatar_5\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n            },\n            \"reactions\": [\n                {\n                    \"id\": \"9958dea7-9051-4fcb-a8f8-537aed735a46\",\n                    \"appreciationId\": \"291b5639-09b5-4da9-84a4-654c9a851d35\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-12-04T09:29:47.435Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"4207fe7c-23b6-4061-a92a-f0b853d001f6\",\n                    \"appreciationId\": \"291b5639-09b5-4da9-84a4-654c9a851d35\",\n                    \"giverId\": \"be409dc8-97af-49ab-978e-4d4e43345d2c\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-12-04T09:29:02.649Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kinga Langowska\",\n                    \"giver\": {\n                        \"id\": \"be409dc8-97af-49ab-978e-4d4e43345d2c\",\n                        \"email\": \"kinga@desmart.com\",\n                        \"firstName\": \"Kinga\",\n                        \"lastName\": \"Langowska\",\n                        \"phoneNumber\": \"503 091 198\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"facetka\",\n                        \"pointsLeft\": 630,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": null\n                    }\n                }\n            ],\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"291b5639-09b5-4da9-84a4-654c9a851d35\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ]\n        },\n        {\n            \"id\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n            \"giverId\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n            \"content\": \"fajnie, że jest już nowa PanDa z wartościami! Dziękuję ❤️\",\n            \"createdAt\": \"2021-01-29T13:44:38.432Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [\n                \"rozwój \"\n            ],\n            \"giver\": {\n                \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                \"email\": \"dooshek@desmart.com\",\n                \"firstName\": \"Piotr\",\n                \"lastName\": \"Duszyński\",\n                \"phoneNumber\": \"+48606119472\",\n                \"jobFunction\": \"c_level_executive\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"dooshek\",\n                \"pointsLeft\": 300,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\"\n            },\n            \"reactions\": [\n                {\n                    \"id\": \"efd4e8d9-6c35-4fc4-8bd5-34a2c25e0aa5\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-30T07:42:10.162Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Orzełek\",\n                    \"giver\": {\n                        \"id\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                        \"email\": \"orzel@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Orzełek\",\n                        \"phoneNumber\": \"518503717\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzel\",\n                        \"pointsLeft\": 750,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-15/683022823203_7ffda036ea338168f712_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"ac954cae-ca94-4040-9b65-4298817811dd\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2021-01-29T13:46:43.098Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"770dfef3-d4ad-4de7-ae58-5f2b9bb214f9\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T13:46:42.801Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"ec5f794b-3945-438a-b597-c055060529ee\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2021-01-29T13:46:43.292Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"f18f68c3-0725-4063-a885-e4b8c7fe90dd\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T13:50:56.403Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Sandra Ptaszek\",\n                    \"giver\": {\n                        \"id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                        \"email\": \"staszek@desmart.com\",\n                        \"firstName\": \"Sandra\",\n                        \"lastName\": \"Ptaszek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"sandra\",\n                        \"pointsLeft\": 650,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2016-08-30/74570577920_570df38a555c53245952_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"bb2fb7bc-d703-4b61-8cb6-f856b51df316\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"9f852084-d0c7-4c98-97a8-ca4f5bfc3932\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T16:33:33.034Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Piotr Loch\",\n                    \"giver\": {\n                        \"id\": \"9f852084-d0c7-4c98-97a8-ca4f5bfc3932\",\n                        \"email\": \"harry@desmart.com\",\n                        \"firstName\": \"Piotr\",\n                        \"lastName\": \"Loch\",\n                        \"phoneNumber\": \"509347021\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"updatedAt\": \"2021-01-29T16:35:18.864Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"harry\",\n                        \"pointsLeft\": 990,\n                        \"avatar\": \"avatar_6\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-02-01/539711950372_4ce71b4a9632c937376d_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"763b1b56-9647-4ef3-87d5-323df6fd8059\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"be409dc8-97af-49ab-978e-4d4e43345d2c\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T13:50:02.642Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kinga Langowska\",\n                    \"giver\": {\n                        \"id\": \"be409dc8-97af-49ab-978e-4d4e43345d2c\",\n                        \"email\": \"kinga@desmart.com\",\n                        \"firstName\": \"Kinga\",\n                        \"lastName\": \"Langowska\",\n                        \"phoneNumber\": \"503 091 198\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"facetka\",\n                        \"pointsLeft\": 630,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": null\n                    }\n                },\n                {\n                    \"id\": \"dafc118c-c3de-4bbd-b60a-e01457ea5e8b\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2021-01-29T13:46:42.675Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                }\n            ],\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"page\": \"1\",\n        \"take\": \"5\",\n        \"recordsTotal\": \"14\",\n        \"pagesTotal\": 3\n    }\n}"}],"_postman_id":"2f39e4ce-8461-4d31-b6ee-af513a43ead8"},{"name":"All that specific user received","id":"1b59181a-62cd-4766-af78-e485d2e35b0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/appreciations/receiver/:id?limit[page]&limit[take]","description":"<h1 id=\"description\">Description</h1>\n<p><strong>Fetching all appreciations received by chosen user - defined with id</strong>. By default you can fetch <strong>first page with 10 records</strong>. Except of defining the page number and quantity of returned objects you can also define by which property they should be ordered and determine the order direction (for details see <code>Params</code> description for this request).</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["appreciations","receiver",":id"],"host":["{{API_URL}}"],"query":[{"description":{"content":"<p>[default - 1] [<strong>number</strong>] - wchich page is meant to be fetched</p>\n","type":"text/plain"},"key":"limit[page]","value":null},{"description":{"content":"<p>[default - 10] [<strong>number</strong>] - how many records are meant to be fetched per page</p>\n","type":"text/plain"},"key":"limit[take]","value":null},{"disabled":true,"description":{"content":"<p>[<strong>enum</strong>] [<code>id</code>, <code>giver_id</code>, <code>content</code>, <code>created_at</code>, <code>updated_at</code>, <code>points</code>, <code>core_values</code>, <code>organisation_id</code>] - by which property appreciations are meant to be ordered</p>\n","type":"text/plain"},"key":"order[by]","value":null},{"disabled":true,"description":{"content":"<p>[<strong>enum</strong>] [<code>ASC</code>, <code>DESC</code>] - determines direction of ordering</p>\n","type":"text/plain"},"key":"order[dir]","value":null}],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of existing user</p>\n","type":"text/plain"},"type":"string","value":"261f0a31-3ab3-47ed-90ba-82aa99455780","key":"id"}]}},"response":[{"id":"0d544d2e-8289-4921-a260-9f26a7bc5a9a","name":"200 - OK","originalRequest":{"method":"GET","header":[{"description":"[**string**] - token received after action of loggin in, takes the form of `Bearer xyz...`","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"[**string**] - defines what kind of content is being sent, only acceptable value is `application/json`","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{API_URL}}/appreciations/receiver/:id?limit[page]&limit[take]","host":["{{API_URL}}"],"path":["appreciations","receiver",":id"],"query":[{"key":"limit[page]","value":null,"description":"[default - 1] [**number**] - wchich page is meant to be fetched"},{"key":"limit[take]","value":null,"description":"[default - 10] [**number**] - how many records are meant to be fetched per page"},{"key":"order[by]","value":null,"description":"[**enum**] [`id`, `giver_id`, `content`, `created_at`, `updated_at`, `points`, `core_values`, `organisation_id`] - by which property appreciations are meant to be ordered","type":"text","disabled":true},{"key":"order[dir]","value":null,"description":"[**enum**] [`ASC`, `DESC`] - determines direction of ordering","type":"text","disabled":true}],"variable":[{"key":"id","value":"261f0a31-3ab3-47ed-90ba-82aa99455780","type":"string","description":"[**uuid**] - valid id of existing user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Mar 2021 13:57:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"ca09-juJ6nb26QaZLY6NWGoBgsgley7M\""},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"09106cb58700004ac82931a000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=c5Ok3FOMeAMfzIt6Qdc5rNoqKYjsg%2BUO34z0v2W5Z5c9qEOfGEQ9exUHmqXJXdrsMmjLmikqVs7%2FfggZzeEUvCWuIU1XYWr26TphwGXjJxPuaQD4xu4%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6360e3cf3ccb4ac8-FRA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3-27=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"cd2a6b8e-c574-4279-860a-552cfff93f92\",\n            \"giverId\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n            \"content\": \"postawienie produkcji pandy! 🐼\",\n            \"createdAt\": \"2020-08-07T10:38:05.890Z\",\n            \"updatedAt\": \"2020-08-07T10:38:05.890Z\",\n            \"points\": 50,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                \"email\": \"staszek@desmart.com\",\n                \"firstName\": \"Sandra\",\n                \"lastName\": \"Ptaszek\",\n                \"phoneNumber\": \"\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"sandra\",\n                \"pointsLeft\": 650,\n                \"avatar\": \"avatar_5\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2016-08-30/74570577920_570df38a555c53245952_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                    \"email\": \"dooshek@desmart.com\",\n                    \"firstName\": \"Piotr\",\n                    \"lastName\": \"Duszyński\",\n                    \"phoneNumber\": \"+48606119472\",\n                    \"jobFunction\": \"c_level_executive\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                    \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"dooshek\",\n                    \"pointsLeft\": 300,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\",\n                    \"_pivot_appreciation_id\": \"cd2a6b8e-c574-4279-860a-552cfff93f92\",\n                    \"_pivot_receiver_id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\"\n                },\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"cd2a6b8e-c574-4279-860a-552cfff93f92\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"8f3c4ca4-e50d-4c87-85b0-78c51d2b1ecf\",\n                    \"appreciationId\": \"cd2a6b8e-c574-4279-860a-552cfff93f92\",\n                    \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-24T07:17:38.366Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Robert Betlejewski\",\n                    \"giver\": {\n                        \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                        \"email\": \"bentlej@desmart.com\",\n                        \"firstName\": \"Robert\",\n                        \"lastName\": \"Betlejewski\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"bentlej\",\n                        \"pointsLeft\": 405,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n            \"giverId\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n            \"content\": \"Dzięki za testowanie ze mną pgbouncera postgresowego na produkcji :smile: (testowanie, produkcja, heh)\",\n            \"createdAt\": \"2020-08-13T16:50:50.817Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                \"email\": \"dooshek@desmart.com\",\n                \"firstName\": \"Piotr\",\n                \"lastName\": \"Duszyński\",\n                \"phoneNumber\": \"+48606119472\",\n                \"jobFunction\": \"c_level_executive\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"dooshek\",\n                \"pointsLeft\": 300,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"6a3c5e56-80fd-45b3-8f41-acf2d0d0abae\",\n                    \"appreciationId\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-08-13T16:51:22.660Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"54ad6aed-830c-42ef-aa19-9ac26e9cc4ae\",\n                    \"appreciationId\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-13T16:51:18.157Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"11a104bc-8901-4515-9017-7e01dea53493\",\n                    \"appreciationId\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-08-13T16:51:17.823Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"373a2fa8-e376-4a5c-a9fd-1de061e752d0\",\n                    \"appreciationId\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"giverId\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-08-13T17:14:07.891Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Kamil Fojuth\",\n                    \"giver\": {\n                        \"id\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                        \"email\": \"fen@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Fojuth\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.452Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"fen\",\n                        \"pointsLeft\": 230,\n                        \"avatar\": \"avatar_4\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-12-16/504510167169_4140a9c7e09616d5d979_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"0cf44487-1bf9-4bc1-bfe7-1f08490ac72d\",\n                    \"appreciationId\": \"558433b6-5b17-4e5f-b1b3-5bc996f1534c\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-08-13T16:51:16.148Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"d3308ae8-1e21-4d8d-99c0-916bb2e73c71\",\n            \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n            \"content\": \"test - wprowadzenie w panda.desmart.com :) \",\n            \"createdAt\": \"2020-08-24T07:12:36.814Z\",\n            \"updatedAt\": \"2020-08-24T07:12:36.814Z\",\n            \"points\": 50,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                \"email\": \"bentlej@desmart.com\",\n                \"firstName\": \"Robert\",\n                \"lastName\": \"Betlejewski\",\n                \"phoneNumber\": \"\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"bentlej\",\n                \"pointsLeft\": 405,\n                \"avatar\": \"avatar_5\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"d3308ae8-1e21-4d8d-99c0-916bb2e73c71\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"402a3b7f-74c4-4d32-9d6f-0f5b7159117a\",\n                    \"appreciationId\": \"d3308ae8-1e21-4d8d-99c0-916bb2e73c71\",\n                    \"giverId\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-08-24T07:51:50.743Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Rafał Wyszomirski\",\n                    \"giver\": {\n                        \"id\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                        \"email\": \"ralf@desmart.com\",\n                        \"firstName\": \"Rafał\",\n                        \"lastName\": \"Wyszomirski\",\n                        \"phoneNumber\": \"(+48) 790 385 749\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ralf\",\n                        \"pointsLeft\": 1000,\n                        \"avatar\": \"avatar_1\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-08-28/742883523366_0aa80b135573ec5c12cc_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"40745a01-a673-49eb-a254-52e9c2dfe268\",\n                    \"appreciationId\": \"d3308ae8-1e21-4d8d-99c0-916bb2e73c71\",\n                    \"giverId\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-08-24T07:51:55.087Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Rafał Wyszomirski\",\n                    \"giver\": {\n                        \"id\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                        \"email\": \"ralf@desmart.com\",\n                        \"firstName\": \"Rafał\",\n                        \"lastName\": \"Wyszomirski\",\n                        \"phoneNumber\": \"(+48) 790 385 749\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ralf\",\n                        \"pointsLeft\": 1000,\n                        \"avatar\": \"avatar_1\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-08-28/742883523366_0aa80b135573ec5c12cc_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"641c2ebb-f2c5-416a-a4f2-b475b8ea8bfd\",\n                    \"appreciationId\": \"d3308ae8-1e21-4d8d-99c0-916bb2e73c71\",\n                    \"giverId\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-08-24T07:51:52.943Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Rafał Wyszomirski\",\n                    \"giver\": {\n                        \"id\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                        \"email\": \"ralf@desmart.com\",\n                        \"firstName\": \"Rafał\",\n                        \"lastName\": \"Wyszomirski\",\n                        \"phoneNumber\": \"(+48) 790 385 749\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ralf\",\n                        \"pointsLeft\": 1000,\n                        \"avatar\": \"avatar_1\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-08-28/742883523366_0aa80b135573ec5c12cc_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"d8877dbb-55ef-4d23-aba1-5ba2b0a63c11\",\n                    \"appreciationId\": \"d3308ae8-1e21-4d8d-99c0-916bb2e73c71\",\n                    \"giverId\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-08-24T07:51:54.608Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Rafał Wyszomirski\",\n                    \"giver\": {\n                        \"id\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                        \"email\": \"ralf@desmart.com\",\n                        \"firstName\": \"Rafał\",\n                        \"lastName\": \"Wyszomirski\",\n                        \"phoneNumber\": \"(+48) 790 385 749\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.453Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"ralf\",\n                        \"pointsLeft\": 1000,\n                        \"avatar\": \"avatar_1\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-08-28/742883523366_0aa80b135573ec5c12cc_original.png\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"39d193b3-ee33-466c-ba75-0279f722b85e\",\n            \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n            \"content\": \"test\",\n            \"createdAt\": \"2020-08-28T10:25:47.978Z\",\n            \"updatedAt\": \"2020-08-28T10:25:47.978Z\",\n            \"points\": 50,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                \"email\": \"bentlej@desmart.com\",\n                \"firstName\": \"Robert\",\n                \"lastName\": \"Betlejewski\",\n                \"phoneNumber\": \"\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"bentlej\",\n                \"pointsLeft\": 405,\n                \"avatar\": \"avatar_5\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"39d193b3-ee33-466c-ba75-0279f722b85e\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ],\n            \"reactions\": []\n        },\n        {\n            \"id\": \"67d1c92f-4e82-4b9f-bc24-41496bff18ac\",\n            \"giverId\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n            \"content\": \"test: za czary przy pandzie\",\n            \"createdAt\": \"2020-08-28T10:41:00.530Z\",\n            \"updatedAt\": null,\n            \"points\": 50,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                \"email\": \"bentlej@desmart.com\",\n                \"firstName\": \"Robert\",\n                \"lastName\": \"Betlejewski\",\n                \"phoneNumber\": \"\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"bentlej\",\n                \"pointsLeft\": 405,\n                \"avatar\": \"avatar_5\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"67d1c92f-4e82-4b9f-bc24-41496bff18ac\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"88bd97f1-f5ec-49c3-9074-b8ceb01752fd\",\n                    \"appreciationId\": \"67d1c92f-4e82-4b9f-bc24-41496bff18ac\",\n                    \"giverId\": \"528d5365-7a9f-4ce8-ba76-0cd1489afee6\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-08-28T11:28:06.660Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Robert-user Betlejewski\",\n                    \"giver\": {\n                        \"id\": \"528d5365-7a9f-4ce8-ba76-0cd1489afee6\",\n                        \"email\": \"r.betlejewski@desmart.com\",\n                        \"firstName\": \"Robert-user\",\n                        \"lastName\": \"Betlejewski\",\n                        \"phoneNumber\": null,\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-28T10:22:51.147Z\",\n                        \"updatedAt\": \"2020-08-28T10:22:51.147Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"bentlej-test\",\n                        \"pointsLeft\": 1000,\n                        \"avatar\": \"avatar_6\",\n                        \"avatarUrl\": null\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"d602d347-d1d5-404e-970e-d305a2882851\",\n            \"giverId\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n            \"content\": \"za wszystko \",\n            \"createdAt\": \"2020-08-28T12:12:16.546Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                \"email\": \"ralf@desmart.com\",\n                \"firstName\": \"Rafał\",\n                \"lastName\": \"Wyszomirski\",\n                \"phoneNumber\": \"(+48) 790 385 749\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                \"updatedAt\": \"2020-08-07T08:01:59.453Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"user\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"ralf\",\n                \"pointsLeft\": 1000,\n                \"avatar\": \"avatar_1\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-08-28/742883523366_0aa80b135573ec5c12cc_original.png\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"d602d347-d1d5-404e-970e-d305a2882851\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                },\n                {\n                    \"id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\",\n                    \"email\": \"bentlej@desmart.com\",\n                    \"firstName\": \"Robert\",\n                    \"lastName\": \"Betlejewski\",\n                    \"phoneNumber\": \"\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                    \"updatedAt\": \"2020-08-28T10:16:16.771Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"bentlej\",\n                    \"pointsLeft\": 405,\n                    \"avatar\": \"avatar_5\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-11-19/840224194293_e909252506a8f099233b_original.png\",\n                    \"_pivot_appreciation_id\": \"d602d347-d1d5-404e-970e-d305a2882851\",\n                    \"_pivot_receiver_id\": \"5aab9be6-208c-4419-8c0d-3a56e62abe4f\"\n                }\n            ],\n            \"reactions\": []\n        },\n        {\n            \"id\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n            \"giverId\": \"d3876135-0787-4acd-a299-420984233973\",\n            \"content\": \"Za codzienną pomoc w zdobywaniu nowych umiejętności oraz za poświęcony mi czas! Wielkie dzięki!\",\n            \"createdAt\": \"2020-10-23T07:03:09.868Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"d3876135-0787-4acd-a299-420984233973\",\n                \"email\": \"polo@desmart.com\",\n                \"firstName\": \"Marcin\",\n                \"lastName\": \"Polonis\",\n                \"phoneNumber\": \"609923977\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-09-21T09:52:46.586Z\",\n                \"updatedAt\": \"2020-10-07T08:05:38.374Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"user\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"polo\",\n                \"pointsLeft\": 965,\n                \"avatar\": \"avatar_4\",\n                \"avatarUrl\": null\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                    \"email\": \"staszek@desmart.com\",\n                    \"firstName\": \"Sandra\",\n                    \"lastName\": \"Ptaszek\",\n                    \"phoneNumber\": \"\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                    \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"sandra\",\n                    \"pointsLeft\": 650,\n                    \"avatar\": \"avatar_5\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2016-08-30/74570577920_570df38a555c53245952_original.jpg\",\n                    \"_pivot_appreciation_id\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"_pivot_receiver_id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\"\n                },\n                {\n                    \"id\": \"561c5fb7-2388-4c27-a112-51ab15661b80\",\n                    \"email\": \"fen@desmart.com\",\n                    \"firstName\": \"Kamil\",\n                    \"lastName\": \"Fojuth\",\n                    \"phoneNumber\": \"\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.452Z\",\n                    \"updatedAt\": \"2020-08-07T08:01:59.452Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"fen\",\n                    \"pointsLeft\": 230,\n                    \"avatar\": \"avatar_4\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2018-12-16/504510167169_4140a9c7e09616d5d979_original.jpg\",\n                    \"_pivot_appreciation_id\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"_pivot_receiver_id\": \"561c5fb7-2388-4c27-a112-51ab15661b80\"\n                },\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                },\n                {\n                    \"id\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\",\n                    \"email\": \"ralf@desmart.com\",\n                    \"firstName\": \"Rafał\",\n                    \"lastName\": \"Wyszomirski\",\n                    \"phoneNumber\": \"(+48) 790 385 749\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                    \"updatedAt\": \"2020-08-07T08:01:59.453Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"user\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"ralf\",\n                    \"pointsLeft\": 1000,\n                    \"avatar\": \"avatar_1\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-08-28/742883523366_0aa80b135573ec5c12cc_original.png\",\n                    \"_pivot_appreciation_id\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"_pivot_receiver_id\": \"fe1b7e6a-945e-4cd2-9931-160ce899e6ad\"\n                },\n                {\n                    \"id\": \"7157c54b-4033-40df-8457-dfe2067b25b7\",\n                    \"email\": \"pedros@desmart.com\",\n                    \"firstName\": \"Paweł\",\n                    \"lastName\": \"Petrow\",\n                    \"phoneNumber\": \"\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                    \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"user\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"pedros\",\n                    \"pointsLeft\": 950,\n                    \"avatar\": \"avatar_6\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2016-04-21/36607244401_3c5c8bff10ad2b9fbff9_original.jpg\",\n                    \"_pivot_appreciation_id\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"_pivot_receiver_id\": \"7157c54b-4033-40df-8457-dfe2067b25b7\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"0290e1e1-b074-4c6a-9920-5362209f155e\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-10-23T07:18:18.120Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"c4d7d553-4a40-4796-8976-f9be45d91988\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"0522cec0-ee16-42b4-bb6c-5928eb7efbe7\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-10-23T07:03:58.123Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kacper Kaczmarek\",\n                    \"giver\": {\n                        \"id\": \"0522cec0-ee16-42b4-bb6c-5928eb7efbe7\",\n                        \"email\": \"kaczmar@desmart.com\",\n                        \"firstName\": \"Kacper\",\n                        \"lastName\": \"Kaczmarek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"kaczmar\",\n                        \"pointsLeft\": 650,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-09-02/734394317427_70cd2566c1c0eee72917_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"687e22f8-d5ee-4543-9efc-aa7b42337ebb\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-10-23T07:18:18.798Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"6e23c2d2-059f-443c-9e0f-dcf8092b573f\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-10-23T07:03:43.944Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"b3c4df81-87f1-4d8c-ab46-fed4b0e2484b\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-10-23T07:18:18.959Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"df8ab0d9-5076-4edc-a4ad-dc9ccb9f41ad\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2020-10-23T07:22:42.562Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Jacek Bukowski\",\n                    \"giver\": {\n                        \"id\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                        \"email\": \"j.bukowski@desmart.com\",\n                        \"firstName\": \"Jacek\",\n                        \"lastName\": \"Bukowski\",\n                        \"phoneNumber\": \"791499184\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"j.bukowski\",\n                        \"pointsLeft\": 115,\n                        \"avatar\": \"avatar_3\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-29/801378135971_d22ffaa2438af195749c_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"3072c7a8-b911-4deb-91bb-17b33e66aaa4\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-10-23T07:22:41.342Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Jacek Bukowski\",\n                    \"giver\": {\n                        \"id\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                        \"email\": \"j.bukowski@desmart.com\",\n                        \"firstName\": \"Jacek\",\n                        \"lastName\": \"Bukowski\",\n                        \"phoneNumber\": \"791499184\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"j.bukowski\",\n                        \"pointsLeft\": 115,\n                        \"avatar\": \"avatar_3\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-29/801378135971_d22ffaa2438af195749c_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"bc18e3a0-7b35-4a42-9893-b6624291b561\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-10-23T07:22:37.160Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Jacek Bukowski\",\n                    \"giver\": {\n                        \"id\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                        \"email\": \"j.bukowski@desmart.com\",\n                        \"firstName\": \"Jacek\",\n                        \"lastName\": \"Bukowski\",\n                        \"phoneNumber\": \"791499184\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"j.bukowski\",\n                        \"pointsLeft\": 115,\n                        \"avatar\": \"avatar_3\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-29/801378135971_d22ffaa2438af195749c_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"3e9eff26-d7a5-4602-8b48-9ce43cb9c980\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-10-23T07:22:42.762Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Jacek Bukowski\",\n                    \"giver\": {\n                        \"id\": \"f87db191-ff12-472b-88cf-58d759f3020b\",\n                        \"email\": \"j.bukowski@desmart.com\",\n                        \"firstName\": \"Jacek\",\n                        \"lastName\": \"Bukowski\",\n                        \"phoneNumber\": \"791499184\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.755Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"j.bukowski\",\n                        \"pointsLeft\": 115,\n                        \"avatar\": \"avatar_3\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-29/801378135971_d22ffaa2438af195749c_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"17541bde-eea1-43c4-ae3a-a5f9d4522fed\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-10-23T07:18:19.618Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Adrian Tomaszewski\",\n                    \"giver\": {\n                        \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                        \"email\": \"adrian@desmart.com\",\n                        \"firstName\": \"Adrian\",\n                        \"lastName\": \"Tomaszewski\",\n                        \"phoneNumber\": \"+48504103992\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"adrian\",\n                        \"pointsLeft\": 235,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"97f96ea1-7c7d-447c-bfe3-60d779cc2922\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-10-23T07:03:44.295Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"1182813a-5c18-4966-8f1b-b3d537ef7c8e\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"a985cbed-f3e4-4f44-b576-518af970e918\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-10-23T07:19:46.795Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Piotr Slowikowski\",\n                    \"giver\": {\n                        \"id\": \"a985cbed-f3e4-4f44-b576-518af970e918\",\n                        \"email\": \"slowik@desmart.com\",\n                        \"firstName\": \"Piotr\",\n                        \"lastName\": \"Slowikowski\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.752Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.752Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"slowik\",\n                        \"pointsLeft\": 950,\n                        \"avatar\": \"avatar_3\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-11-29/490370936289_bb1248121c209261969a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"4b22e2b2-aaba-4ed1-99c5-1fbf8514d5a3\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-10-23T07:03:44.195Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"2322c545-3a0c-4ecc-a4b3-a4bfa7267f3d\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"9f852084-d0c7-4c98-97a8-ca4f5bfc3932\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-10-23T07:24:35.161Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Piotr Loch\",\n                    \"giver\": {\n                        \"id\": \"9f852084-d0c7-4c98-97a8-ca4f5bfc3932\",\n                        \"email\": \"harry@desmart.com\",\n                        \"firstName\": \"Piotr\",\n                        \"lastName\": \"Loch\",\n                        \"phoneNumber\": \"509347021\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"updatedAt\": \"2021-01-29T16:35:18.864Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"harry\",\n                        \"pointsLeft\": 990,\n                        \"avatar\": \"avatar_6\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-02-01/539711950372_4ce71b4a9632c937376d_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"2653aa9d-c72f-4d5c-a1fb-52c24a39b6a4\",\n                    \"appreciationId\": \"4d20f243-02e6-4189-a052-5246439fb631\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2020-10-23T07:03:43.653Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"291b5639-09b5-4da9-84a4-654c9a851d35\",\n            \"giverId\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n            \"content\": \"Dziękuję za pomoc w przygotowaniach do podsumowania roku:)\",\n            \"createdAt\": \"2020-12-04T09:27:07.095Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"f3475353-1481-4e09-b98d-00d492e6902b\",\n                \"email\": \"adrian@desmart.com\",\n                \"firstName\": \"Adrian\",\n                \"lastName\": \"Tomaszewski\",\n                \"phoneNumber\": \"+48504103992\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"adrian\",\n                \"pointsLeft\": 235,\n                \"avatar\": \"avatar_5\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2018-02-13/314243768404_1a344bbbb150e5bed88b_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"291b5639-09b5-4da9-84a4-654c9a851d35\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"9958dea7-9051-4fcb-a8f8-537aed735a46\",\n                    \"appreciationId\": \"291b5639-09b5-4da9-84a4-654c9a851d35\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2020-12-04T09:29:47.435Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"4207fe7c-23b6-4061-a92a-f0b853d001f6\",\n                    \"appreciationId\": \"291b5639-09b5-4da9-84a4-654c9a851d35\",\n                    \"giverId\": \"be409dc8-97af-49ab-978e-4d4e43345d2c\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2020-12-04T09:29:02.649Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kinga Langowska\",\n                    \"giver\": {\n                        \"id\": \"be409dc8-97af-49ab-978e-4d4e43345d2c\",\n                        \"email\": \"kinga@desmart.com\",\n                        \"firstName\": \"Kinga\",\n                        \"lastName\": \"Langowska\",\n                        \"phoneNumber\": \"503 091 198\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"facetka\",\n                        \"pointsLeft\": 630,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": null\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": \"9880bc00-a90f-46c7-995e-6b28735bd27b\",\n            \"giverId\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n            \"content\": \"Za dockerowe wsparcie :)\",\n            \"createdAt\": \"2020-12-04T15:51:38.914Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [],\n            \"giver\": {\n                \"id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                \"email\": \"staszek@desmart.com\",\n                \"firstName\": \"Sandra\",\n                \"lastName\": \"Ptaszek\",\n                \"phoneNumber\": \"\",\n                \"jobFunction\": \"other\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"sandra\",\n                \"pointsLeft\": 650,\n                \"avatar\": \"avatar_5\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2016-08-30/74570577920_570df38a555c53245952_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"9880bc00-a90f-46c7-995e-6b28735bd27b\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ],\n            \"reactions\": []\n        },\n        {\n            \"id\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n            \"giverId\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n            \"content\": \"fajnie, że jest już nowa PanDa z wartościami! Dziękuję ❤️\",\n            \"createdAt\": \"2021-01-29T13:44:38.432Z\",\n            \"updatedAt\": null,\n            \"points\": 100,\n            \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n            \"coreValues\": [\n                \"rozwój \"\n            ],\n            \"giver\": {\n                \"id\": \"cb20b736-a727-4812-b328-c3720cb5d9ea\",\n                \"email\": \"dooshek@desmart.com\",\n                \"firstName\": \"Piotr\",\n                \"lastName\": \"Duszyński\",\n                \"phoneNumber\": \"+48606119472\",\n                \"jobFunction\": \"c_level_executive\",\n                \"isEmailVerified\": true,\n                \"isActive\": true,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-08-07T08:01:59.453Z\",\n                \"updatedAt\": \"2021-02-02T20:12:38.672Z\",\n                \"loggedInAt\": null,\n                \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                \"role\": \"admin\",\n                \"settings\": null,\n                \"passwordResetTokenCreatedAt\": null,\n                \"nickname\": \"dooshek\",\n                \"pointsLeft\": 300,\n                \"avatar\": \"avatar_2\",\n                \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-16/696118611173_8f01522db9923ad20bd8_original.jpg\"\n            },\n            \"receivers\": [\n                {\n                    \"id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\",\n                    \"email\": \"daria@desmart.com\",\n                    \"firstName\": \"Daria\",\n                    \"lastName\": \"Wieliczko\",\n                    \"phoneNumber\": \"502831304\",\n                    \"jobFunction\": \"other\",\n                    \"isEmailVerified\": true,\n                    \"isActive\": true,\n                    \"deletedAt\": null,\n                    \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                    \"updatedAt\": \"2021-03-08T09:52:08.237Z\",\n                    \"loggedInAt\": null,\n                    \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                    \"role\": \"admin\",\n                    \"settings\": null,\n                    \"passwordResetTokenCreatedAt\": null,\n                    \"nickname\": \"daria\",\n                    \"pointsLeft\": 195,\n                    \"avatar\": \"avatar_2\",\n                    \"avatarUrl\": \"https://avatars.slack-edge.com/2019-10-01/778989053028_6252094ff108591821c7_original.jpg\",\n                    \"_pivot_appreciation_id\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"_pivot_receiver_id\": \"261f0a31-3ab3-47ed-90ba-82aa99455780\"\n                }\n            ],\n            \"reactions\": [\n                {\n                    \"id\": \"efd4e8d9-6c35-4fc4-8bd5-34a2c25e0aa5\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-30T07:42:10.162Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kamil Orzełek\",\n                    \"giver\": {\n                        \"id\": \"a997c25f-d032-454e-964d-8dbb16e2e110\",\n                        \"email\": \"orzel@desmart.com\",\n                        \"firstName\": \"Kamil\",\n                        \"lastName\": \"Orzełek\",\n                        \"phoneNumber\": \"518503717\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.754Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzel\",\n                        \"pointsLeft\": 750,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-07-15/683022823203_7ffda036ea338168f712_original.png\"\n                    }\n                },\n                {\n                    \"id\": \"ac954cae-ca94-4040-9b65-4298817811dd\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"rocket\",\n                    \"createdAt\": \"2021-01-29T13:46:43.098Z\",\n                    \"points\": 25,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"770dfef3-d4ad-4de7-ae58-5f2b9bb214f9\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T13:46:42.801Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"ec5f794b-3945-438a-b597-c055060529ee\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"clap\",\n                    \"createdAt\": \"2021-01-29T13:46:43.292Z\",\n                    \"points\": 10,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"f18f68c3-0725-4063-a885-e4b8c7fe90dd\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T13:50:56.403Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Sandra Ptaszek\",\n                    \"giver\": {\n                        \"id\": \"099e33fb-6905-459c-bcee-85458ee3c8ae\",\n                        \"email\": \"staszek@desmart.com\",\n                        \"firstName\": \"Sandra\",\n                        \"lastName\": \"Ptaszek\",\n                        \"phoneNumber\": \"\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"updatedAt\": \"2020-08-07T08:02:01.750Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"sandra\",\n                        \"pointsLeft\": 650,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2016-08-30/74570577920_570df38a555c53245952_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"bb2fb7bc-d703-4b61-8cb6-f856b51df316\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"9f852084-d0c7-4c98-97a8-ca4f5bfc3932\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T16:33:33.034Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Piotr Loch\",\n                    \"giver\": {\n                        \"id\": \"9f852084-d0c7-4c98-97a8-ca4f5bfc3932\",\n                        \"email\": \"harry@desmart.com\",\n                        \"firstName\": \"Piotr\",\n                        \"lastName\": \"Loch\",\n                        \"phoneNumber\": \"509347021\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"updatedAt\": \"2021-01-29T16:35:18.864Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"user\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"harry\",\n                        \"pointsLeft\": 990,\n                        \"avatar\": \"avatar_6\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2019-02-01/539711950372_4ce71b4a9632c937376d_original.jpg\"\n                    }\n                },\n                {\n                    \"id\": \"763b1b56-9647-4ef3-87d5-323df6fd8059\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"be409dc8-97af-49ab-978e-4d4e43345d2c\",\n                    \"content\": \"heart\",\n                    \"createdAt\": \"2021-01-29T13:50:02.642Z\",\n                    \"points\": 50,\n                    \"giverName\": \"Kinga Langowska\",\n                    \"giver\": {\n                        \"id\": \"be409dc8-97af-49ab-978e-4d4e43345d2c\",\n                        \"email\": \"kinga@desmart.com\",\n                        \"firstName\": \"Kinga\",\n                        \"lastName\": \"Langowska\",\n                        \"phoneNumber\": \"503 091 198\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.457Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"facetka\",\n                        \"pointsLeft\": 630,\n                        \"avatar\": \"avatar_5\",\n                        \"avatarUrl\": null\n                    }\n                },\n                {\n                    \"id\": \"dafc118c-c3de-4bbd-b60a-e01457ea5e8b\",\n                    \"appreciationId\": \"94fa54c7-8fbe-4370-8f1c-b1ed41b09b8e\",\n                    \"giverId\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                    \"content\": \"thumbsup\",\n                    \"createdAt\": \"2021-01-29T13:46:42.675Z\",\n                    \"points\": 5,\n                    \"giverName\": \"Łukasz Orzechowski\",\n                    \"giver\": {\n                        \"id\": \"266a805b-dbe7-47ee-8c2c-f865957e12b3\",\n                        \"email\": \"orzech@desmart.com\",\n                        \"firstName\": \"Łukasz\",\n                        \"lastName\": \"Orzechowski\",\n                        \"phoneNumber\": \"505959754\",\n                        \"jobFunction\": \"other\",\n                        \"isEmailVerified\": true,\n                        \"isActive\": true,\n                        \"deletedAt\": null,\n                        \"createdAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"updatedAt\": \"2020-08-07T08:01:59.458Z\",\n                        \"loggedInAt\": null,\n                        \"organisationId\": \"727258c6-4156-4278-a8a4-8d482b85a72e\",\n                        \"role\": \"admin\",\n                        \"settings\": null,\n                        \"passwordResetTokenCreatedAt\": null,\n                        \"nickname\": \"orzech\",\n                        \"pointsLeft\": 0,\n                        \"avatar\": \"avatar_2\",\n                        \"avatarUrl\": \"https://avatars.slack-edge.com/2018-09-10/431438941712_7c9fbcb73ce9cca1288a_original.jpg\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"page\": 1,\n        \"take\": 10,\n        \"recordsTotal\": \"14\",\n        \"pagesTotal\": 2\n    }\n}"}],"_postman_id":"1b59181a-62cd-4766-af78-e485d2e35b0b"}],"id":"bd900004-6f6e-4b7c-8a62-cbd8721b225b","description":"<h1 id=\"description\">Description</h1>\n<p>This part of a module is responsible for fetching different kinds of appreciations lists. Each list is paginated and all details are included in following descriptions.</p>\n<h1 id=\"belongs-to-appreciations\">Belongs to: <a href=\"/#cb16f494-4163-4d2c-9ed0-f0e74dd48c95\">Appreciations</a></h1>\n","_postman_id":"bd900004-6f6e-4b7c-8a62-cbd8721b225b"},{"name":"Integrations","item":[{"name":"Pending appreciation","item":[{"name":"Create","id":"cd5e6f5d-2c9b-4e94-a8a7-cb484d9b8cf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\":\"testing\",\n  \"receivers\": [\"slck_756567657\"],\n  \"giver\": \"slck_756567657\",\n  \"points\": 150,\n  \"coreValues\": [\"one\", \"two\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/appreciation-integrations/:type","description":"<h1 id=\"description\">Description</h1>\n<p>Creates a new pending appreciation. Users and organisation are recognised from integration ids. If users couldn't be found then no record will not be created. </p>\n<p><strong>This stage does not effect user's points.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation. </p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>content</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>content of a thank you note that is meant to be sent, so a reason for the appreciation</td>\n</tr>\n<tr>\n<td>receivers</td>\n<td><strong>true</strong></td>\n<td><strong>array</strong> of <strong>string</strong>s</td>\n<td>list of user ids that are coming from the integrated communicator</td>\n</tr>\n<tr>\n<td>giver</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>user id that is coming from the integrated communicator</td>\n</tr>\n<tr>\n<td>points</td>\n<td>false</td>\n<td><strong>number</strong></td>\n<td>[default - 0] - number of points that the appreciation is worth, in the end it will be added to receivers account, <strong>has to be a number dividable by 5</strong></td>\n</tr>\n<tr>\n<td>coreValues</td>\n<td>false</td>\n<td><strong>array</strong> of <strong>string</strong>s</td>\n<td>list of core values that new appreciation is supporting</td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"content\":\"testing\",\n  \"receivers\": [\"U716722465AB\"],\n  \"giver\": \"U856563357CF\",\n  \"points\": 100,\n  \"coreValues\": [\"honesty\", \"bravery\"]\n}\n</code></pre>","urlObject":{"path":["appreciation-integrations",":type"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>enum</strong>] [<code>slack</code>] - integration name from which the appreciation is comming</p>\n","type":"text/plain"},"type":"string","value":"slack","key":"type"}]}},"response":[],"_postman_id":"cd5e6f5d-2c9b-4e94-a8a7-cb484d9b8cf7"},{"name":"Confirm","id":"c0176421-ce82-48af-9040-22485ad35910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"channel\":\"testing\",\r\n  \"messageTs\": \"slck_756567657\",\r\n  \"coreValues\": [\"one\", \"three\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/appreciation-integrations/:type/:id/confirm","description":"<h1 id=\"description\">Description</h1>\n<p>Confirms the existing pending appreciation. This action saves a newly created appreciation, subtracts fixed amount of points from the giver's pool and adds them accordingly to receivers pool. </p>\n<p>The number of points to give has to be already validated on the integration (bot) side because the notification (message to the chosen channel) comes before confirming the appreciation.</p>\n<p><strong>This stage effects actual user's points.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation. </p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channel</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>channel id that is coming from the integrated communicator, channel that the notification about appreciation was sent to</td>\n</tr>\n<tr>\n<td>messageTs</td>\n<td><strong>true</strong></td>\n<td><strong>timestamp</strong></td>\n<td>time of when the notification message was published</td>\n</tr>\n<tr>\n<td>coreValues</td>\n<td>false</td>\n<td><strong>array</strong> of <strong>string</strong>s</td>\n<td>list of core values that new appreciation is supporting</td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"channel\":\"C234SD45\",\n  \"messageTs\": \"1355517523.000005\",\n  \"coreValues\": [\"honesty\", \"bravery\"]\n}\n</code></pre>","urlObject":{"path":["appreciation-integrations",":type",":id","confirm"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>enum</strong>] [<code>slack</code>] - integration name from which the appreciation is comming</p>\n","type":"text/plain"},"type":"string","value":"slack","key":"type"},{"description":{"content":"<p>[<strong>uuid</strong>] - id of a valid existing pending appreciation</p>\n","type":"text/plain"},"type":"string","value":"3d5b07b6-f2fd-44f8-936e-e1584d4c3734","key":"id"}]}},"response":[],"_postman_id":"c0176421-ce82-48af-9040-22485ad35910"},{"name":"Delete/decline","id":"3636ca4e-f7ee-41c7-bf5c-bea1ce479615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/appreciation-integrations/:type/:id","description":"<h1 id=\"description\">Description</h1>\n<p>Declines the existing pending appreciation. This action deletes the appreciation that was still pending, it cannot be brought back. </p>\n<p><strong>This stage does not affect user's points.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation. </p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["appreciation-integrations",":type",":id"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>enum</strong>] [<code>slack</code>] - integration name from which the appreciation is comming</p>\n","type":"text/plain"},"type":"string","value":"slack","key":"type"},{"description":{"content":"<p>[<strong>uuid</strong>] - id of a valid existing pending appreciation</p>\n","type":"text/plain"},"type":"string","value":"816367dd-0ba5-4aaa-b1a0-fa98a8c624a8","key":"id"}]}},"response":[],"_postman_id":"3636ca4e-f7ee-41c7-bf5c-bea1ce479615"}],"id":"89f7ddbe-4025-4640-b8be-6c6380ae4fa9","description":"<h1 id=\"description\">Description</h1>\n<p>This part of module is responsible for saving new pending appreciation from one of the integrations. By pending appreciation we understand a thank you that was just sent through a communicator but has not been confirmed yet by a user. After being created it can be edited, confirmed or declined. </p>\n<h1 id=\"belongs-to-appreciationsintegrations\">Belongs to <a href=\"/#cb16f494-4163-4d2c-9ed0-f0e74dd48c95\">Appreciations</a>/<a href=\"#faceeb7e-4dd1-45e0-bf48-04ce13a038c0\">Integrations</a></h1>\n","_postman_id":"89f7ddbe-4025-4640-b8be-6c6380ae4fa9"}],"id":"faceeb7e-4dd1-45e0-bf48-04ce13a038c0","description":"<h1 id=\"description\">Description</h1>\n<p>This part of a module is responsible for all kinds of appreciation integrations. It exists so user could send appreciation through different kinds of communicators and so all co-workers could be notified on a chosen channel about them.</p>\n<h1 id=\"belongs-to-appreciations\">Belongs to: <a href=\"/#cb16f494-4163-4d2c-9ed0-f0e74dd48c95\">Appreciations</a></h1>\n","_postman_id":"faceeb7e-4dd1-45e0-bf48-04ce13a038c0"},{"name":"Create appreciation","id":"597deb71-765d-4d19-b3aa-1f01b7643ce8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"content\": \"wat\",\n\t\"receivers\": [\"7908beb9-86ae-4940-a068-76ff844d7eb4\"],\n\t\"points\": 175,\n    \"coreValues\": [\"what\", \"new\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/appreciations","description":"<h1 id=\"description\">Description</h1>\n<p>Creates and saves new appreciation. This action saves a newly created appreciation, currently logged in user is considered to be a giver, all other values are passed in body parameters. </p>\n<p>If user has enough points in his or hers pool to give then appreciation is saved and receivers gain that amount of points.</p>\n<p><strong>This stage affects user's points.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>This action sends messages to all existing communicator integrations e.g. <code>slack</code>.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>content</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>content of a thank you note that is meant to be sent, so a reason for the appreciation</td>\n</tr>\n<tr>\n<td>receivers</td>\n<td><strong>true</strong></td>\n<td><strong>array</strong> of <strong>uuid</strong>s</td>\n<td>list of user ids from giver's organisation, each uuid has to exist in the database otherwise it will by bypassed</td>\n</tr>\n<tr>\n<td>points</td>\n<td>false</td>\n<td><strong>number</strong></td>\n<td>[default - 0] - number of points that the appreciation is worth, in the end it will be added to receivers account, <strong>has to be a number dividable by 5</strong></td>\n</tr>\n<tr>\n<td>coreValues</td>\n<td>false</td>\n<td><strong>array</strong> of <strong>string</strong>s</td>\n<td>list of core values that new appreciation is supporting</td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"channel\":\"C234SD45\",\n  \"messageTs\": \"1355517523.000005\",\n  \"coreValues\": [\"honesty\", \"bravery\"]\n}\n</code></pre>","urlObject":{"path":["appreciations"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"597deb71-765d-4d19-b3aa-1f01b7643ce8"}],"id":"cb16f494-4163-4d2c-9ed0-f0e74dd48c95","description":"<h1 id=\"description\">Description</h1>\n<p>This module is responsible for management of appreciations. By appreciation we understand a thank you note that can be worth some amount of points (or none) and it is assigned to one or more people. As people see and react to the specific appreciation, it bumps up the point value of appreciations and saves related to reactions emojis.</p>\n<h1 id=\"purpose\">Purpose</h1>\n<p>Appreciations have as a goal to enrich culture of recognition to make it more rich and natural to people within organisation.</p>\n","_postman_id":"cb16f494-4163-4d2c-9ed0-f0e74dd48c95"},{"name":"Reactions","item":[{"name":"Integrations","item":[{"name":"Create reaction (by integration)","id":"6a687bfd-8d1e-4ab2-9ba4-fc75d5bc1354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"content\": \"rocket\",\n\t\"giver\": \"slck_123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/appreciation-integration/:channelKey/:messageTs/reaction/:type","description":"<h1 id=\"description\">Description</h1>\n<p>Saves new reaction from integration (bot) to an existing appreciation. Only reaction that exist in organisation's settings are being saved. The number of points assigned to each reaction type is also defined in settings. <strong>If the user giving the reaction does not have enough points in his pool to give then that reaction will not be saved.</strong></p>\n<p><strong>This stage effects actual user's points.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation. </p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>content</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>name of the given reaction, has to be present in organisation's defined reactions</td>\n</tr>\n<tr>\n<td>giver</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>user id that is coming from the integrated communicator</td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"content\": \"rocket\",\n    \"giver\": \"U856563357CF\"\n}\n</code></pre>","urlObject":{"path":["appreciation-integration",":channelKey",":messageTs","reaction",":type"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>string</strong>] - channel id that is coming from the integrated communicator, channel that the message about appreciation was sent to</p>\n","type":"text/plain"},"type":"string","value":"C234SD45","key":"channelKey"},{"description":{"content":"<p>[<strong>timestamp</strong>] - time of when the appreciation message was published on integration communicator e.g. slack</p>\n","type":"text/plain"},"type":"string","value":"1355517523.000005","key":"messageTs"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>slack</code>] - integration name from which the appreciation is comming</p>\n","type":"text/plain"},"type":"string","value":"slack","key":"type"}]}},"response":[],"_postman_id":"6a687bfd-8d1e-4ab2-9ba4-fc75d5bc1354"},{"name":"Delete reaction (by integration)","id":"8f844213-9a85-43b7-8754-a19d7a583280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/appreciation-integration/:channelKey/:messageTs/reaction/:reactionContent/:userKey/:type","description":"<h1 id=\"description\">Description</h1>\n<p>Deletes existing reaction by integration (bot) from an existing appreciation. <strong>Number of points assigned to that type of appreciation are returned to the giver.</strong> You cannot delete a reaction that does not exist. </p>\n<p>Reaction is recognised by the giver and content - only one reaction of a specific type can exist under the appreciation. Appreciation is recognised by channel key it was published at and a timestamp of a message.</p>\n<p><strong>This stage effects actual user's points.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation. </p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["appreciation-integration",":channelKey",":messageTs","reaction",":reactionContent",":userKey",":type"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>string</strong>] - channel id that is coming from the integrated communicator, channel that the message about appreciation was sent to</p>\n","type":"text/plain"},"type":"string","value":"C234SD45","key":"channelKey"},{"description":{"content":"<p>[<strong>timestamp</strong>] - time of when the appreciation message was published on integration communicator e.g. slack</p>\n","type":"text/plain"},"type":"string","value":"1355517523.000005","key":"messageTs"},{"description":{"content":"<p>[<strong>string</strong>] - name of the given reaction, has to be present in organisation's defined reactions</p>\n","type":"text/plain"},"type":"string","value":"rocket","key":"reactionContent"},{"description":{"content":"<p>[<strong>string</strong>] - user id in the integrated communicator</p>\n","type":"text/plain"},"type":"string","value":"U856563357CF","key":"userKey"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>slack</code>] - integration name from which the appreciation is comming</p>\n","type":"text/plain"},"type":"string","value":"slack","key":"type"}]}},"response":[],"_postman_id":"8f844213-9a85-43b7-8754-a19d7a583280"}],"id":"50c799c9-2318-4bf3-8427-b4c54eb2bb89","description":"<h1 id=\"description\">Description</h1>\n<p>This part of a module is responsible for all kinds of reaction integrations. It exists so user could react to appreciations that have already been sent through different kinds of communicators. Each reaction can have it's value that is set in organisation's settings.</p>\n<h1 id=\"belongs-to-reactions\">Belongs to: <a href=\"/#4f4efd22-1b38-4be1-ac93-d0cc5e325b60\">Reactions</a></h1>\n","_postman_id":"50c799c9-2318-4bf3-8427-b4c54eb2bb89"},{"name":"Create reaction","id":"32be883d-2f9e-4e80-8744-2743474ab1cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"content\": \"rocket\"\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/appreciations/:id/reaction","description":"<h1 id=\"description\">Description</h1>\n<p>Saves new reaction to an existing appreciation. Only reaction that exist in organisation's settings are being saved. The number of points assigned to each reaction type is also defined in settings. <strong>If the user giving the reaction does not have enough points in his pool to give then that reaction will not be saved.</strong></p>\n<p><strong>This stage affects user's points.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>content</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>the name of reaction to be given, has to be present in organisation's reactions definition</td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"content\": \"rocket\"\n}\n</code></pre>","urlObject":{"path":["appreciations",":id","reaction"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - id of a valid existing appreciation</p>\n","type":"text/plain"},"type":"string","value":"40c8e716-371b-47c9-aad0-420cc1043a1c","key":"id"}]}},"response":[],"_postman_id":"32be883d-2f9e-4e80-8744-2743474ab1cf"},{"name":"Fetch single","id":"81e1cd22-187f-4d70-9e6c-a3d1dff6292b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/appreciations/:id/reactions/:reactionId","description":"<h1 id=\"description\">Description</h1>\n<p><strong>Fetching a chosen reaction of given appreciation</strong>. To successfully fetch that information you need <code>id</code> of appreciation you are interested in and an <code>id</code> of reaction you need specifics about (for details see <code>Params</code> description for this request).</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["appreciations",":id","reactions",":reactionId"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of an existing appreciation</p>\n","type":"text/plain"},"type":"string","value":"c15e59c7-5c5d-403c-8cbd-04b40df122f6","key":"id"},{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of an existing reaction</p>\n","type":"text/plain"},"type":"string","value":"1452937e-d203-4046-ac8c-8d3b23eb498c","key":"reactionId"}]}},"response":[],"_postman_id":"81e1cd22-187f-4d70-9e6c-a3d1dff6292b"},{"name":"Fetch all from appreciation","id":"285f37cf-74a6-4e4e-8196-9ac6377d094e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/appreciations/:id/reactions","description":"<h1 id=\"description\">Description</h1>\n<p><strong>Fetching all reactions given within chosen appreciation</strong>. To successfully fetch that information you need <code>id</code> of an appreciation of your choice.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["appreciations",":id","reactions"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of an existing appreciation</p>\n","type":"text/plain"},"type":"string","value":"c15e59c7-5c5d-403c-8cbd-04b40df122f6","key":"id"}]}},"response":[],"_postman_id":"285f37cf-74a6-4e4e-8196-9ac6377d094e"},{"name":"Delete reaction","id":"d3f10de0-9797-4dbc-aefa-a8c632c0a7c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/appreciations/reaction/:id","description":"<h1 id=\"description\">Description</h1>\n<p>Deletes existing reaction from an appreciation. The number of points assigned to reaction type is returned to giver's pool. Currently logged in user has to be the giver of the reaction that is considered to be deleted. You cannot remove a non-existing reaction.</p>\n<p><strong>This stage affects user's points.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["appreciations","reaction",":id"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of an existing reaction</p>\n","type":"text/plain"},"type":"string","value":"f86141b4-6e18-4bf9-8266-b1d865774dc4","key":"id"}]}},"response":[],"_postman_id":"d3f10de0-9797-4dbc-aefa-a8c632c0a7c3"}],"id":"4f4efd22-1b38-4be1-ac93-d0cc5e325b60","description":"<h1 id=\"description\">Description</h1>\n<p>This module is responsible for management of reactions to appreciations. By reaction we understand an emoji that can be worth some amount of points (or none) and it is assigned to a specific appreciation. One person can react only once with a specific type of reactions but he or she can send multiple types of reactions that are available. As people see and react to the specific appreciation, it bumps up the point value of appreciations itself.</p>\n<p>For organisation the default definition of reactions are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Points</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>heart</td>\n<td>+50</td>\n</tr>\n<tr>\n<td>rocket</td>\n<td>+25</td>\n</tr>\n<tr>\n<td>clap</td>\n<td>+10</td>\n</tr>\n<tr>\n<td>thumbsup</td>\n<td>+5</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"purpose\">Purpose</h1>\n<p>Reactions have as a goal to enrich culture of recognition to make it more natural to people within organisation. Each reaction is raising the value of a single appreciation.</p>\n","_postman_id":"4f4efd22-1b38-4be1-ac93-d0cc5e325b60"},{"name":"Organisations","item":[{"name":"Integrations","item":[{"name":"Delete integration - bot","id":"e068c97b-7675-419e-ba95-38624a5819f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/organisation-integrations/:integrationKey/:integrationType","description":"<h1 id=\"description\">Description</h1>\n<p>Deletes chosen integration from an existing organisation. It removes all the data saved for the specific integration but all in application data will be kept.</p>\n<p><strong>Messages to that communicator will no longer be working.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation. </p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["organisation-integrations",":integrationKey",":integrationType"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>string</strong>] - identifier of an organisation within integrated communicator</p>\n","type":"text/plain"},"type":"string","value":"BBB","key":"integrationKey"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>slack</code>] - integration name from which the appreciation is comming</p>\n","type":"text/plain"},"type":"string","value":"slack","key":"integrationType"}]}},"response":[{"id":"6da09196-3c99-4657-b088-e387274fed9c","name":"200 - OK","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}","disabled":true}],"url":{"raw":"{{API_URL}}/organisation-integrations/:integrationKey/:integrationType","host":["{{API_URL}}"],"path":["organisation-integrations",":integrationKey",":integrationType"],"variable":[{"key":"integrationKey","value":"BBB"},{"key":"integrationType","value":"slack"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e068c97b-7675-419e-ba95-38624a5819f1"},{"name":"Delete integration - web","id":"3c756452-e47f-4924-bcfb-9a86d56d56ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"},{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"}],"url":"{{API_URL}}/organisation-integrations/admin/:integrationType","description":"<h1 id=\"description\">Description</h1>\n<p>Deletes chosen integration from organisation that admin user is from. It removes all the data saved for the specific integration but all in application data will be kept.</p>\n<p><strong>Messages to that communicator will no longer be working.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["organisation-integrations","admin",":integrationType"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>enum</strong>] [<code>slack</code>] - integration name from which the appreciation is comming</p>\n","type":"text/plain"},"type":"string","value":"slack","key":"integrationType"}]}},"response":[],"_postman_id":"3c756452-e47f-4924-bcfb-9a86d56d56ed"},{"name":"Fetch single","id":"da01cf19-c06a-46f4-9806-76c1bb2efd6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/organisation-integrations/:integrationKey/:integrationType","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches an organisation based on an existing correlation with integration (to a chosen communicator).</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation. </p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["organisation-integrations",":integrationKey",":integrationType"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>string</strong>] - identifier of an organisation within integrated communicator</p>\n","type":"text/plain"},"type":"string","value":"123qwe","key":"integrationKey"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>slack</code>] - integration name from which the appreciation is comming</p>\n","type":"text/plain"},"type":"string","value":"slack","key":"integrationType"}]}},"response":[],"_postman_id":"da01cf19-c06a-46f4-9806-76c1bb2efd6c"},{"name":"Fetch belonging users","id":"4855e2bc-aa1c-48ba-bd4b-653edbf566a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/organisation-integrations/:integrationKey/:integrationType/users","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches all users belonging to an organisation based on an existing correlation with integration (to a chosen communicator).</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation. </p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["organisation-integrations",":integrationKey",":integrationType","users"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>string</strong>] - identifier of an organisation within integrated communicator</p>\n","type":"text/plain"},"type":"string","value":"123qwe","key":"integrationKey"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>slack</code>] - integration name from which the appreciation is comming</p>\n","type":"text/plain"},"type":"string","value":"slack","key":"integrationType"}]}},"response":[],"_postman_id":"4855e2bc-aa1c-48ba-bd4b-653edbf566a0"},{"name":"Fetch leaderboard","id":"6693ac54-bff4-41b9-b5c4-f5462991f722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/organisation-integrations/:integrationKey/:integrationType/reports/:year/:month","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches a report for leaderboard based on the requested data. Returns a ready leaderboard of 5 people who got the most points/appreciations this month. The way the people are chosen is determined if points are enabled or disabled in the organisation.</p>\n<p><strong>Users only from integration are included in the leaderboard.</strong> </p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["organisation-integrations",":integrationKey",":integrationType","reports",":year",":month"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>string</strong>] - identifier of an organisation within integrated communicator</p>\n","type":"text/plain"},"type":"any","value":"TTYAXHMFS","key":"integrationKey"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>slack</code>] - integration name from which the appreciation is comming</p>\n","type":"text/plain"},"type":"any","value":"slack","key":"integrationType"},{"description":{"content":"<p>[<strong>number</strong>] - a year from which we want to fetch a report in format of <code>YYYY</code></p>\n","type":"text/plain"},"type":"any","value":"2021","key":"year"},{"description":{"content":"<p>[<strong>number</strong>] - a month from which we want to fetch a report in format of <code>MM</code></p>\n","type":"text/plain"},"type":"any","value":"04","key":"month"}]}},"response":[],"_postman_id":"6693ac54-bff4-41b9-b5c4-f5462991f722"}],"id":"da2386eb-ffbe-4680-8b5c-d6a99ab90ba5","description":"<h1 id=\"description\">Description</h1>\n<p>This part of a module is responsible for all kinds of organisation integrations. It exists so access to integrations would be kept in one place. It connects in application organisation to workspace in a communicator of choice e.g. <code>slack</code>.</p>\n<h1 id=\"belongs-to-organisations\">Belongs to: <a href=\"/#16703538-6ba0-4fd2-8d1c-d311c7ba8edd\">Organisations</a></h1>\n","_postman_id":"da2386eb-ffbe-4680-8b5c-d6a99ab90ba5"},{"name":"Invites","item":[{"name":"Create invite","id":"20d7e61f-ebc5-47c3-8564-cf32892bc0ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"emails\": [\"fen+35@desmart.com\"],\n\t\"role\": \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/organisation-invites","description":"<h1 id=\"description\">Description</h1>\n<p>Creates and saves new invitation within an organisation. To invite new users we need admin rights in organisation. Emails are validated if they are not already existing in db.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>After calling this route, emails are being sent. Each email from the list passed in <code>emails</code> should receive an invitation with token that allows them to create new account withing the organisation.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>role</td>\n<td><strong>true</strong></td>\n<td><strong>enum</strong> [<code>admin</code>, <code>user</code>]</td>\n<td>the name of a role that is meant to be assigned to invited people</td>\n</tr>\n<tr>\n<td>emails</td>\n<td><strong>true</strong></td>\n<td><strong>array</strong> of <strong>email</strong>s</td>\n<td>list of valid emails of people that we want to invite to our organisation.</td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"emails\": [\"fen+35@desmart.com\"],\n    \"role\": \"admin\"\n}\n</code></pre>","urlObject":{"path":["organisation-invites"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20d7e61f-ebc5-47c3-8564-cf32892bc0ba"},{"name":"Validate emails","id":"44858891-bfd9-4c93-8411-c38e4225f840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"emails\": [\"daria@desmart.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/organisation-invites/validate-email","description":"<h1 id=\"description\">Description</h1>\n<p>Validates passed emails. Checks if email addressed have correct format and checks it's availability. In case if a single email is taken, route returns en error <code>400</code> with all the details. Otherwise it returns the list of valid emails.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>emails</td>\n<td><strong>true</strong></td>\n<td><strong>array</strong> of <strong>email</strong>s</td>\n<td>list of valid emails of people that we want to invite to our organisation.</td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"emails\": [\"fen+35@desmart.com\"]\n}\n</code></pre>","urlObject":{"path":["organisation-invites","validate-email"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[{"id":"48f6b2db-8f22-464a-a944-76f672a40282","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"description":"[**string**] - defines what kind of content is being sent, only acceptable value is `application/json`","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"emails\": [\"daria@desmart.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/organisation-invites/validate-email"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"168"},{"key":"etag","value":"W/\"a8-hwO9kw9MXVwwHuPF7Cyb94fdeSE\""},{"key":"date","value":"Wed, 31 Mar 2021 10:08:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"organisation-invite.emails.invalid\",\n    \"code\": 400,\n    \"message\": [\n        {\n            \"message\": \"Already an organisation member\",\n            \"code\": 400,\n            \"email\": \"daria@desmart.com\",\n            \"inviteId\": null\n        }\n    ]\n}"}],"_postman_id":"44858891-bfd9-4c93-8411-c38e4225f840"},{"name":"Accept invite","id":"24d1adc6-ca6d-4007-bb6d-6a8f8fac4ada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"firstName\": \"Tom\",\n\t\"lastName\": \"Phillips\",\n\t\"jobFunction\": \"other\",\n\t\"password\": \"123qwe\",\n\t\"phoneNumber\": \"132131232312\"\n}"},"url":"{{API_URL}}/organisation-invites/:id/accept","description":"<h1 id=\"description\">Description</h1>\n<p>Accepts an invitation a user received. That process creates a user account within the organisation that the invitation was coming from. <strong>User still has to verify his or hers account after this step.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>An email is being sent upon creation of new account. It allows the user to verify the account and activate it.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the first name of a person</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the last name of a person</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the phone number of a person</td>\n</tr>\n<tr>\n<td>jobFunction</td>\n<td><strong>true</strong></td>\n<td><strong>enum</strong> [<code>c_level_executive</code>, <code>hr_leader_specialist</code>, <code>other</code>]</td>\n<td>the string representing the role of a person in a company</td>\n</tr>\n<tr>\n<td>password</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>password with which a user will later log in, has to have at least 6 characters</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"firstName\": \"Tom\",\n    \"lastName\": \"Phillips\",\n    \"jobFunction\": \"other\",\n    \"password\": \"123qwe\",\n    \"phoneNumber\": \"132131232312\"\n}\n</code></pre>","urlObject":{"path":["organisation-invites",":id","accept"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of an existing invitation</p>\n","type":"text/plain"},"type":"string","value":"6adeb4db-523b-4346-b36a-3f7701d874b7","key":"id"}]}},"response":[],"_postman_id":"24d1adc6-ca6d-4007-bb6d-6a8f8fac4ada"},{"name":"Fetch single","id":"78b3f89a-cffc-45c2-9b38-5e1b1072990e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/organisation-invites/:id","description":"<h1 id=\"description\">Description</h1>\n<p><strong>Fetching a chosen invitation from an organisation</strong>. To successfully fetch that information you need <code>id</code> of invitation you need specifics about (for details see <code>Params</code> description for this request).</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["organisation-invites",":id"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of an existing invitation</p>\n","type":"text/plain"},"type":"any","value":"b97f6490-4aa0-466d-9534-974b9685acc9","key":"id"}]}},"response":[],"_postman_id":"78b3f89a-cffc-45c2-9b38-5e1b1072990e"},{"name":"Fetch all","id":"832c6553-5b49-4da5-913b-a125f60dcad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"}],"url":"{{API_URL}}/organisation-invites?limit[take]=5&limit[page]=1","description":"<h1 id=\"description\">Description</h1>\n<p><strong>Fetching a all invitations from an organisation</strong>. Response is paginated, by default you can fetch first page with 10 records. The organisation from which are the invitations fetched is recognised by the token of admin user required for authorisation. User has to belong to only one organisation.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["organisation-invites"],"host":["{{API_URL}}"],"query":[{"description":{"content":"<p>[default - 10] [<strong>number</strong>] - how many records are meant to be fetched per page</p>\n","type":"text/plain"},"key":"limit[take]","value":"5"},{"description":{"content":"<p>[default - 1] [<strong>number</strong>] - wchich page is meant to be fetched</p>\n","type":"text/plain"},"key":"limit[page]","value":"1"}],"variable":[]}},"response":[],"_postman_id":"832c6553-5b49-4da5-913b-a125f60dcad5"},{"name":"Delete invite","id":"58dc8f80-c2e2-45e7-afe9-dfc5e596e206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"}],"url":"{{API_URL}}/organisation-invites/:id","description":"<h1 id=\"description\">Description</h1>\n<p><strong>Deleting a chosen invitation from an organisation</strong>. To successfully do this action you need <code>id</code> of invitation you want to destroy (for details see <code>Params</code> description for this request).</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["organisation-invites",":id"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of an existing invitation</p>\n","type":"text/plain"},"type":"any","value":"b97f6490-4aa0-466d-9534-974b9685acc9","key":"id"}]}},"response":[],"_postman_id":"58dc8f80-c2e2-45e7-afe9-dfc5e596e206"}],"id":"ca9f9117-525f-4e35-a953-491f3ccd141c","description":"<h1 id=\"description\">Description</h1>\n<p>This part of a module is responsible for all invitations to chosen organisation. Invitation allows a person to create an account connected to a specific organisation. By invitation we understand an email sent by the application with a token allowing a person to create an account. An email is sent on the demand of admin user of that organisation.</p>\n<h1 id=\"belongs-to-organisations\">Belongs to: <a href=\"/#16703538-6ba0-4fd2-8d1c-d311c7ba8edd\">Organisations</a></h1>\n","_postman_id":"ca9f9117-525f-4e35-a953-491f3ccd141c"},{"name":"Reports","item":[{"name":"Points report","id":"a50f4bcc-69ab-4272-82f0-819930160a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{API_URL}}/organisations/reports/point/:year/:month","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches a report based on the requested data. Report is put together based on points given and spent in that month and it allows an admin to have a quick view to how much points are specific people getting (including reactions).</p>\n<p><strong>Users that were deleted during the month are excluded from the report.</strong> </p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["organisations","reports","point",":year",":month"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>number</strong>] - a year from which we want to fetch a report in format of <code>YYYY</code></p>\n","type":"text/plain"},"type":"any","value":"2021","key":"year"},{"description":{"content":"<p>[<strong>number</strong>] - a monthfrom which we want to fetch a report in format of <code>MM</code></p>\n","type":"text/plain"},"type":"any","value":"04","key":"month"}]}},"response":[],"_postman_id":"a50f4bcc-69ab-4272-82f0-819930160a2b"},{"name":"Appreciations report","id":"e5ab2584-dd51-490d-88de-091d8a44bdf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{API_URL}}/organisations/reports/appreciation/:year/:month","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches a report based on the requested data. Report is put together based on number of given appreciations in that month and it allows an admin to have a quick view to how much specific people got (including reactions). </p>\n<p><strong>Users that were deleted during the month are excluded from the report.</strong> </p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["organisations","reports","appreciation",":year",":month"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>number</strong>] - a year from which we want to fetch a report in format of <code>YYYY</code></p>\n","type":"text/plain"},"type":"any","value":"2021","key":"year"},{"description":{"content":"<p>[<strong>number</strong>] - a month from which we want to fetch a report in format of <code>MM</code></p>\n","type":"text/plain"},"type":"any","value":"04","key":"month"}]}},"response":[],"_postman_id":"e5ab2584-dd51-490d-88de-091d8a44bdf8"}],"id":"6992b82e-3c8e-423d-a9fc-6d0dd317c6a5","description":"<h1 id=\"description\">Description</h1>\n<p>This part of a module is responsible for different kinds of reports. They are available for each organisation and accessible by its admins. From available reports you can see:</p>\n<ul>\n<li>points report</li>\n<li>appreciations report.</li>\n</ul>\n<p>Both kids include the values of reactions.</p>\n<h1 id=\"belongs-to-organisations\">Belongs to: <a href=\"/#16703538-6ba0-4fd2-8d1c-d311c7ba8edd\">Organisations</a></h1>\n","_postman_id":"6992b82e-3c8e-423d-a9fc-6d0dd317c6a5"},{"name":"Update information","id":"29ee293f-dc9b-4918-9069-b270fa17739d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"DeSmart Test\", \n    \"country\": \"PL\"\n}"},"url":"{{API_URL}}/organisations/profile","description":"<h1 id=\"description\">Description</h1>\n<p>Allows admin user to edit profile data of an organisation. Only passed properties are being updated, rest stays the same. This route allows you to change <code>name</code>, <code>logoUrl</code>, <code>country</code>, <code>city</code>, <code>address</code>.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>string that will be seen as the name of the organisation</td>\n</tr>\n<tr>\n<td>logoUrl</td>\n<td>false</td>\n<td><strong>url</strong></td>\n<td>valid url to a picture that is a logo of the company</td>\n</tr>\n<tr>\n<td>country</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>country name in unicode e.g. <code>RU</code>, <code>PL</code></td>\n</tr>\n<tr>\n<td>city</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>name of a city where the company has their main office</td>\n</tr>\n<tr>\n<td>address</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>full address of where the company has their main office</td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"name\": \"DeSmart Sp. z o. o.\",\n    \"city\": \"Gdynia\"\n}\n</code></pre>","urlObject":{"path":["organisations","profile"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29ee293f-dc9b-4918-9069-b270fa17739d"},{"name":"Update settings","id":"9e5bbb52-f189-475e-be3d-00308f923e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"pointsEnabled\": true\n}"},"url":"{{API_URL}}/organisations/settings","description":"<h1 id=\"description\">Description</h1>\n<p>Allows admin user to edit customised settings of an organisation. Only passed properties are being updated, rest stays the same. Missing properties are being filled from the defaults:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  pointsEnabled: true,\n  pointsAmount: 1000,\n  pointsGiveMinimum: 100,\n  pointsNameSingular: 'panda',\n  pointsNamePlural: 'pand',\n  language: 'pl',\n  reactions: [\n    {\n      content: 'thumbsup',\n      label: 'Dzięki!',\n      points: 5\n    },\n    {\n      content: 'clap',\n      label: 'Super!',\n      points: 10\n    },\n    {\n      content: 'rocket',\n      label: 'Wow!',\n      points: 25\n    },\n    {\n      content: 'heart',\n      label: 'Uwielbiam to!',\n      points: 50\n    }\n  ]\n}\n</code></pre><h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>When the number of points per month has changed then it invokes the reset of points for all users within that organisation.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pointsEnabled</td>\n<td>false</td>\n<td><strong>boolean</strong></td>\n<td>information if the organisation has the point system enabled or disabled, <code>true</code> - enabled</td>\n</tr>\n<tr>\n<td>pointsAmount</td>\n<td>false</td>\n<td><strong>number</strong></td>\n<td>number of points each user within the organisation can spend (per month), the minimal value is <code>100</code></td>\n</tr>\n<tr>\n<td>pointsGiveMinimum</td>\n<td>false</td>\n<td><strong>number</strong></td>\n<td>number of points that is the minimal amount a user has to give with single appreciation</td>\n</tr>\n<tr>\n<td>pointsNameSingular</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>singular form of the name for the points given within the organisation</td>\n</tr>\n<tr>\n<td>pointsNamePlural</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>plural form of the name for the points given within the organisation</td>\n</tr>\n<tr>\n<td>language</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>language name in unicode, can be in lowercase (e.g. <code>en</code>, <code>pl</code>, <code>de</code>)</td>\n</tr>\n<tr>\n<td>reactions</td>\n<td>false</td>\n<td><strong>array</strong> of <strong>object</strong>s</td>\n<td>list of definitions for reactions people within the organisations can operate to bump up the values of appreciations, <strong>look below the table for the reaction object description</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"pointsEnabled\": true\n}\n</code></pre><p><strong>Each object in <code>reactions</code> array should contain</strong>: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>content</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>name of the emoji that is supposed to represent the reaction</td>\n</tr>\n<tr>\n<td>points</td>\n<td><strong>true</strong></td>\n<td><strong>number</strong></td>\n<td>number of points that this reaction is worth</td>\n</tr>\n<tr>\n<td>label</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>label that is supposed to represent the reaction</td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n      content: 'heart',\n      label: 'I love it!',\n      points: 50\n}\n</code></pre>","urlObject":{"path":["organisations","settings"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e5bbb52-f189-475e-be3d-00308f923e2e"},{"name":"Fetch organisation profile","id":"7c32d97b-a741-41ed-86e3-c712191635e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/organisations/profile","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches a profile of an organisation. It shows basing information that has been saved, like <code>name</code>, <code>address</code>, <code>country</code> etc.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["organisations","profile"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c32d97b-a741-41ed-86e3-c712191635e5"}],"id":"16703538-6ba0-4fd2-8d1c-d311c7ba8edd","description":"<h1 id=\"description\">Description</h1>\n<p>This module is responsible for management of organisations. By organisation we understand an organised group of people that can be equal to a real life company. There is no way of having an organisation without any users in it.</p>\n<h1 id=\"purpose\">Purpose</h1>\n<p>Organisations have as a goal to create a relation that groups users. Their main purpose is to make keep stuff organised and easier to manage.</p>\n","_postman_id":"16703538-6ba0-4fd2-8d1c-d311c7ba8edd"},{"name":"Core Values","item":[{"name":"Create core vlaue","id":"671e3206-66d5-4170-8f38-d997106c0644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"sample value\"\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/core-values","description":"<h1 id=\"description\">Description</h1>\n<p>Saves new core value to the organisation of currently logged in user. User has to be an admin within that organisation. Core values are valued words that organisation is identified with.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>the name of core value to be added</td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"name\": \"new_core_value\"\n}\n</code></pre>","urlObject":{"path":["core-values"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"671e3206-66d5-4170-8f38-d997106c0644"},{"name":"Rename core value","id":"06d8e2e0-cb98-489d-9e29-9d06b565f0c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"wat2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/core-values/:id","description":"<h1 id=\"description\">Description</h1>\n<p>Renames previously saved core value in the organisation of currently logged in user. User has to be an admin within that organisation. To identify a core value which is meant to be renamed we need it's <code>id</code>.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>new name of core value to replace the old one</td>\n</tr>\n</tbody>\n</table>\n</div><p>example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"name\": \"renamed_value\"\n}\n</code></pre>","urlObject":{"path":["core-values",":id"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of an existing core value</p>\n","type":"text/plain"},"type":"string","value":"2c555c7b-ad78-481c-9598-6afa403eea94","key":"id"}]}},"response":[],"_postman_id":"06d8e2e0-cb98-489d-9e29-9d06b565f0c3"},{"name":"Delete core value","id":"478bcdb9-f9d1-416f-940c-bbfb8f74273a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/core-values/:id","description":"<h1 id=\"description\">Description</h1>\n<p>Deletes previously saved core value in the organisation of currently logged in user. User has to be an admin within that organisation. To identify a core value which is meant to be deleted we need it's <code>id</code>.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["core-values",":id"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of an existing core value</p>\n","type":"text/plain"},"type":"string","value":"2c555c7b-ad78-481c-9598-6afa403eea94","key":"id"}]}},"response":[],"_postman_id":"478bcdb9-f9d1-416f-940c-bbfb8f74273a"},{"name":"Fetch all values","id":"994a4595-54af-4b61-85e1-7f9619e29069","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/core-values","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches all previously saved core value in the organisation of currently logged in user. List of core values in the response is not paginated, it simply returns full list.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["core-values"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[{"id":"48c05807-5484-494a-b6ea-9ecf222515a2","name":"200 - OK","originalRequest":{"method":"GET","header":[{"description":"[**string**] - token received after action of loggin in, takes the form of `Bearer xyz...`","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"description":"[**string**] - defines what kind of content is being sent, only acceptable value is `application/json`","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{API_URL}}/core-values"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"744"},{"key":"etag","value":"W/\"2e8-dykZxyj45m3mMoLHWyfXy4osP/k\""},{"key":"date","value":"Tue, 30 Mar 2021 11:29:40 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"42cf123c-8545-42d6-b7d4-6356ad226644\",\n        \"organisationId\": \"0f19126f-fb56-4d79-9759-b4a299541a90\",\n        \"name\": \"odpowiedzialność\"\n    },\n    {\n        \"id\": \"2b190b90-acf9-4cf5-a13d-7ba34142bd02\",\n        \"organisationId\": \"0f19126f-fb56-4d79-9759-b4a299541a90\",\n        \"name\": \"odwaga\"\n    },\n    {\n        \"id\": \"d6e7f938-32b4-4dc9-acdf-907adb64fa9f\",\n        \"organisationId\": \"0f19126f-fb56-4d79-9759-b4a299541a90\",\n        \"name\": \"partnerstwo\"\n    },\n    {\n        \"id\": \"bb8734cb-11ea-4541-9321-f0d40bef9a2b\",\n        \"organisationId\": \"0f19126f-fb56-4d79-9759-b4a299541a90\",\n        \"name\": \"rozwój\"\n    },\n    {\n        \"id\": \"da84f08b-2a37-402d-8d91-5a98073bec7e\",\n        \"organisationId\": \"0f19126f-fb56-4d79-9759-b4a299541a90\",\n        \"name\": \"stabilizacja\"\n    },\n    {\n        \"id\": \"b95bf152-7dd1-4329-8027-74c0877544fc\",\n        \"organisationId\": \"0f19126f-fb56-4d79-9759-b4a299541a90\",\n        \"name\": \"transparentność\"\n    }\n]"}],"_postman_id":"994a4595-54af-4b61-85e1-7f9619e29069"}],"id":"dd48a132-80fd-4196-85ad-8604d538e396","description":"<h1 id=\"description\">Description</h1>\n<p>This module is responsible for management of core values. By core value we understand a simple word that comes with a value a company wants to be identified with. As people attach values to appreciations, it can give a view what values are present in everyday life of an organisation.</p>\n<h1 id=\"purpose\">Purpose</h1>\n<p>Core values have as a goal to show how established organisation's values live and are cherished from day to day with simple actions.</p>\n","_postman_id":"dd48a132-80fd-4196-85ad-8604d538e396"},{"name":"Users","item":[{"name":"Integrations","item":[{"name":"Fetch by integration key","id":"236fd2a0-2f60-402c-bd6d-6c35d128b021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/user-integrations/:integrationKey/:integrationType","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches a user based on an existing correlation with integration (to a chosen communicator).</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation. </p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["user-integrations",":integrationKey",":integrationType"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>string</strong>] - identifier of a user within integrated communicator</p>\n","type":"text/plain"},"type":"any","value":"slck_756567657","key":"integrationKey"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>slack</code>] - integration name from which the appreciation is comming</p>\n","type":"text/plain"},"type":"any","value":"slack","key":"integrationType"}]}},"response":[],"_postman_id":"236fd2a0-2f60-402c-bd6d-6c35d128b021"}],"id":"4374217f-6d79-4f00-8c72-b165c46820e1","description":"<h1 id=\"description\">Description</h1>\n<p>This part of a module is responsible for all kinds of user integrations. It exists so it would be possible to access user's personal information from integration. It connects in application users to workspace users in a communicator of choice e.g. <code>slack</code>.</p>\n<h1 id=\"belongs-to-users\">Belongs to: <a href=\"/#bf4c67aa-e30e-4792-96eb-a677f5028d38\">Users</a></h1>\n","_postman_id":"4374217f-6d79-4f00-8c72-b165c46820e1"},{"name":"Manage","item":[{"name":"Create user and organisation","id":"9bcfa230-abeb-4dad-aa27-4bff0ffb682e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"fen+232@desmart.com\",\n\t\"firstName\": \"John\",\n\t\"lastName\": \"Doe\",\n\t\"nickname\": \"\",\n\t\"password\": \"123qwe\",\n\t\"phoneNumber\": \"+48 (123) 123 123\",\n\t\"jobFunction\": \"hr_leader_specialist\",\n\t\"organisation\": {\n      \"name\": \"FooBar Corp 30\",\n      \"logoUrl\": \"https://image.freepik.com/darmowe-wektory/panda-kawy-kubek-logo-wektor-ikona-ilustracja_7688-995.jpg\",\n      \"country\": \"PL\",\n      \"city\": \"Gdynia\",\n      \"address\": \"Antoniego Abrahama 37/8\"\n    }\n}"},"url":"{{API_URL}}/users","description":"<h1 id=\"description\">Description</h1>\n<p>Creates new account for a new user alongside with a new organisation. <strong>User still has to verify his or hers account after this step.</strong> User cannot log in until the account is still inactive.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>An email is being sent upon creation of new account. It allows the user to verify the account and activate it.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td><strong>true</strong></td>\n<td><strong>email</strong></td>\n<td>valid email address that will be attached to user account, has to be unique withing the whole application</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the first name of a person</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the last name of a person</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing nickname for a person</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the phone number of a person</td>\n</tr>\n<tr>\n<td>jobFunction</td>\n<td><strong>true</strong></td>\n<td><strong>enum</strong> [<code>c_level_executive</code>, <code>hr_leader_specialist</code>, <code>other</code>]</td>\n<td>the string representing the role of a person in a company</td>\n</tr>\n<tr>\n<td>password</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>password with which a user will later log in, has to have at least 6 characters</td>\n</tr>\n<tr>\n<td>organisation</td>\n<td><strong>true</strong></td>\n<td><strong>object</strong></td>\n<td>object representing all data of an organisation's profile</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Organisation object</strong> should be represented as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>string that will be seen as the name of the organisation</td>\n</tr>\n<tr>\n<td>logoUrl</td>\n<td>false</td>\n<td><strong>url</strong></td>\n<td>valid url to a picture that is a logo of the company</td>\n</tr>\n<tr>\n<td>country</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>country name in unicode e.g. <code>RU</code>, <code>PL</code></td>\n</tr>\n<tr>\n<td>city</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>name of a city where the company has their main office</td>\n</tr>\n<tr>\n<td>address</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>full address of where the company has their main office</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"email\": \"fen+232@desmart.com\",\n   \"firstName\": \"John\",\n   \"lastName\": \"Doe\",\n   \"nickname\": \"\",\n   \"password\": \"123qwe\",\n   \"phoneNumber\": \"+48 (123) 123 123\",\n   \"jobFunction\": \"hr_leader_specialist\",\n   \"organisation\": {\n      \"name\": \"FooBar Corp 30\",\n      \"logoUrl\": \"\",\n      \"country\": \"PL\",\n      \"city\": \"Gdynia\",\n      \"address\": \"Antoniego Abrahama 37/8\"\n    }\n}\n</code></pre>","urlObject":{"path":["users"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bcfa230-abeb-4dad-aa27-4bff0ffb682e"},{"name":"Create user in organisation","id":"f7118dc6-8d98-4b3c-ab73-bc2e225065a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"fen+23@desmart.com\",\n\t\"firstName\": \"John\",\n\t\"password\": \"123qwe\",\n\t\"phoneNumber\": \"+48 (123) 123 123\",\n\t\"jobFunction\": \"hr_leader_specialist\",\n\t\"organisation\": {\n      \"id\": \"edf5cb2f-d1bc-4718-b8be-b99064b1e49a\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/users","description":"<h1 id=\"description\">Description</h1>\n<p>Creates new account for a new user and assigns him or her to given organisation. <strong>User still has to verify his or hers account after this step.</strong> User cannot log in until the account is still inactive.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>An email is being sent upon creation of new account. It allows the user to verify the account and activate it.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td><strong>true</strong></td>\n<td><strong>email</strong></td>\n<td>valid email address that will be attached to user account, has to be unique withing the whole application</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the first name of a person</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the last name of a person</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing nickname for a person</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the phone number of a person</td>\n</tr>\n<tr>\n<td>jobFunction</td>\n<td><strong>true</strong></td>\n<td><strong>enum</strong> [<code>c_level_executive</code>, <code>hr_leader_specialist</code>, <code>other</code>]</td>\n<td>the string representing the role of a person in a company</td>\n</tr>\n<tr>\n<td>password</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>password with which a user will later log in, has to have at least 6 characters</td>\n</tr>\n<tr>\n<td>organisation</td>\n<td><strong>true</strong></td>\n<td><strong>object</strong></td>\n<td>object representing an organisation</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Organisation object</strong> should be represented as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><strong>true</strong></td>\n<td><strong>uuid</strong></td>\n<td>identifier of an valid and existing organisation</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"email\": \"fen+23@desmart.com\",\n    \"firstName\": \"John\",\n    \"password\": \"123qwe\",\n    \"phoneNumber\": \"+48 (123) 123 123\",\n    \"jobFunction\": \"hr_leader_specialist\",\n    \"organisation\": {\n      \"id\": \"edf5cb2f-d1bc-4718-b8be-b99064b1e49a\"\n    }\n}\n</code></pre>","urlObject":{"path":["users"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7118dc6-8d98-4b3c-ab73-bc2e225065a8"},{"name":"Create users [bulk]","id":"f9f365dc-e369-4de1-a7aa-a1f5c67ce816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"masterUser\": {\n\t\t\t\"nickname\": \"klaus.schulze.dsfsd\",\n\t\t\t\"email\": \"klaus.schulze.1@foobar.com\",\n\t\t\t\"firstName\": \"\",\n\t\t\t\"lastName\": \"\",\n\t\t\t\"phoneNumber\": \"112 123 123\",\n\t\t\t\"isAdmin\": false,\n\t\t\t\"integrationId\": \"slck_34141241299786\"\n\t\t},\n\t\"integrationType\": \"slack\",\n\t\"organisation\": {\n\t\t\"key\": \"123qwe\",\n\t\t\"name\": \"Some Corp\",\n\t\t\"domain\": \"foobar.com\",\n\t\t\"integrations\": {\n\t\t\t\"access_token\": \"slkU_access_token\",\n\t\t\t\"other\": \"stuff\"\n\t\t}\n\t},\n\t\"users\": [\n\t\t{\n\t\t\t\"nickname\": \"klaus.schulze\",\n\t\t\t\"email\": \"klaus.schulze@foobar.com\",\n\t\t\t\"firstName\": \"Klaus\",\n\t\t\t\"lastName\": \"\",\n\t\t\t\"phoneNumber\": \"112 123 123\",\n\t\t\t\"isAdmin\": false,\n\t\t\t\"integrationId\": \"slck_34141241299786\"\n\t\t},\n\t\t{\n\t\t\t\"nickname\": \"robert.rich\",\n\t\t\t\"email\": \"robert.rich@foobar.com\",\n\t\t\t\"firstName\": \"Robert\",\n\t\t\t\"lastName\": \"\",\n\t\t\t\"phoneNumber\": \"112 123 123\",\n\t\t\t\"isAdmin\": true,\n\t\t\t\"integrationId\": \"slck_756567657\",\n\t\t\t\"avatarUrl\": \"avvv\"\n\t\t}\n\t]\n}\n"},"url":"{{API_URL}}/users/bulk-create","description":"<h1 id=\"description\">Description</h1>\n<p>Creates new accounts for all users passed into this route. The accounts are created as active right away. The organisation to which users are assigned to is determined based on the <code>masterUser</code>. If his or hers account already exists in some organisation, then all <code>users</code> are assigned to the same organisation and it also updates integration information for that specific organisation.. If <code>masterUser</code>'s email does not exist in the database then new organisation is created instead, based on the sent data. </p>\n<p><strong>All users have to go through the path of resetting theirs password to be able to log in after this step.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>masterUser</td>\n<td><strong>true</strong></td>\n<td>user <strong>object</strong></td>\n<td>object containing data about the user, based on which it is determined if new organisation should be created</td>\n</tr>\n<tr>\n<td>integrationType</td>\n<td><strong>true</strong></td>\n<td><strong>enum</strong> [<code>slack</code>]</td>\n<td>integration name from which the users are coming</td>\n</tr>\n<tr>\n<td>organisation</td>\n<td><strong>true</strong></td>\n<td>organisation <strong>object</strong></td>\n<td>object containing data about the organisation, main purpose is to save integration data from it</td>\n</tr>\n<tr>\n<td>users</td>\n<td><strong>true</strong></td>\n<td><strong>array</strong> of users <strong>object</strong>s</td>\n<td>list of users that should have the account created in the organisation of <code>masterUser</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>User object</strong> should be represented as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td><strong>true</strong></td>\n<td><strong>email</strong></td>\n<td>valid email address that will be attached to user account, has to be unique withing the whole application</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the first name of a person</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the last name of a person</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing nickname for a person</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the phone number of a person</td>\n</tr>\n<tr>\n<td>isAdmin</td>\n<td><strong>true</strong></td>\n<td><strong>boolean</strong></td>\n<td>determines if user should be an admin user in the application</td>\n</tr>\n<tr>\n<td>integrationId</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>identifier of a user within integrated communicator</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Organisation object</strong> should be represented as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>string that will be seen as the name of the organisation</td>\n</tr>\n<tr>\n<td>key</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>identifier of an organisation within integrated communicator</td>\n</tr>\n<tr>\n<td>domain</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>domain name with which the company identifies with</td>\n</tr>\n<tr>\n<td>integrations</td>\n<td><strong>true</strong></td>\n<td><strong>object</strong></td>\n<td>the structure is different depending on the type of integration, the direct response from integrations is passed here, should contain access tokens</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"masterUser\": {\n            \"nickname\": \"klaus.schulze.dsfsd\",\n            \"email\": \"klaus.schulze.1@foobar.com\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"phoneNumber\": \"112 123 123\",\n            \"isAdmin\": false,\n            \"integrationId\": \"slck_34141241299786\"\n        },\n    \"integrationType\": \"slack\",\n    \"organisation\": {\n        \"key\": \"123qwe\",\n        \"name\": \"Some Corp\",\n        \"domain\": \"foobar.com\",\n        \"integrations\": {\n            \"access_token\": \"slkU_access_token\",\n            \"other\": \"stuff\"\n        }\n    },\n    \"users\": [\n        {\n            \"nickname\": \"klaus.schulze\",\n            \"email\": \"klaus.schulze@foobar.com\",\n            \"firstName\": \"Klaus\",\n            \"lastName\": \"\",\n            \"phoneNumber\": \"112 123 123\",\n            \"isAdmin\": false,\n            \"integrationId\": \"slck_34141241299786\"\n        },\n        {\n            \"nickname\": \"robert.rich\",\n            \"email\": \"robert.rich@foobar.com\",\n            \"firstName\": \"Robert\",\n            \"lastName\": \"\",\n            \"phoneNumber\": \"112 123 123\",\n            \"isAdmin\": true,\n            \"integrationId\": \"slck_756567657\",\n            \"avatarUrl\": \"avvv\"\n        }\n    ]\n}\n</code></pre>","urlObject":{"path":["users","bulk-create"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9f365dc-e369-4de1-a7aa-a1f5c67ce816"},{"name":"Toggle activity","id":"3ecb22b1-bd1a-4539-9af2-9943af25e0e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/users/:id/toggle-activity","description":"<h1 id=\"description\">Description</h1>\n<p>Depending on if passed value is <code>true</code> or <code>false</code>, it changes the activity of chosen user account. User account is recognised based on it's identifier passed in path. <strong>Inactive user won't be able to log into the application.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>isActive</td>\n<td><strong>true</strong></td>\n<td><strong>boolean</strong></td>\n<td>determines if user account should be active or inactive withing organisation</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"isActive\": true\n}\n</code></pre>","urlObject":{"path":["users",":id","toggle-activity"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of existing user</p>\n","type":"text/plain"},"type":"string","value":"f25f3c66-b187-4ff5-bb82-c5cad5dd5c64","key":"id"}]}},"response":[],"_postman_id":"3ecb22b1-bd1a-4539-9af2-9943af25e0e6"},{"name":"Delete user","id":"ef6e8083-3d3e-4254-a1fe-740d007a2f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"}],"url":"{{API_URL}}/users/:id","description":"<h1 id=\"description\">Description</h1>\n<p>Deletes the account of choice. Account is recognised based on the <code>id</code> passed in path. In fact, application makes a soft-delete, which means it clears all personal information of a user but keeps the relations that were made as the user was active. <strong>It is impossible to fully bring back a user after it has been deleted.</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["users",":id"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of existing user</p>\n","type":"text/plain"},"type":"string","value":"f25f3c66-b187-4ff5-bb82-c5cad5dd5c64","key":"id"}]}},"response":[],"_postman_id":"ef6e8083-3d3e-4254-a1fe-740d007a2f91"}],"id":"5c9f99c4-8635-4d0b-8671-5d4657eb6237","description":"<h1 id=\"description\">Description</h1>\n<p>This part of a module is responsible for all kinds of management of users. From creating new users to deleting them. All the details you can find under specific endpoints. The most important thing to remember is: <strong>users can only manage users within the same organisation</strong>.</p>\n<h1 id=\"belongs-to-users\">Belongs to: <a href=\"/#bf4c67aa-e30e-4792-96eb-a677f5028d38\">Users</a></h1>\n","_postman_id":"5c9f99c4-8635-4d0b-8671-5d4657eb6237"},{"name":"Profiles","item":[{"name":"Files","item":[{"name":"Fetch users avatar","id":"4919475f-b0c2-41ea-8f1c-7fbcb9108766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"}],"url":"{{API_URL}}/files/avatar/:id","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches avatar information of a chosen user from same organisation as currently logged in user. Information about which user is logged in comes from the authorisation token passed in <code>headers</code>. </p>\n<p><strong>Picture data is fetched from AWS S3 and it had to be previously uploaded</strong></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["files","avatar",":id"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of existing user from the same organisation as currently logged in user</p>\n","type":"text/plain"},"type":"any","value":"402920c0-9c29-4482-a5da-bde029c5ed97","key":"id"}]}},"response":[],"_postman_id":"4919475f-b0c2-41ea-8f1c-7fbcb9108766"},{"name":"Upload avatar file","id":"50c6a21a-525c-4d7d-a91b-14108281c8b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"multipart/form-data","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>multipart/form-data</code></p>\n","type":"text"},{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"picture","description":"<p>[<strong>file</strong>] - chosen file that is meant to be saved as an avatar for a user, acceptable extensions: [<code>png</code>, <code>bmp</code>, <code>gif</code>, <code>ico</code>, <code>jpeg</code>, <code>jpg</code>, <code>svg</code>, <code>webp</code>, <code>tif</code>, <code>tiff</code>]</p>\n","type":"file","src":"/C:/Users/damon/Pictures/avs/daria-croped.jpg"}]},"url":"{{API_URL}}/files/avatar/upload","description":"<h1 id=\"description\">Description</h1>\n<p>Updates a user's profile picture aka avatar with passed picture. A user, which avatar is being updated is determined based on the authorisation token passed in <code>headers</code>, meaning each user always updates his or hers own profile.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>Passed picture is being saved to <strong>S3</strong>. If user previously had a different picture, it will be deleted along this process.</p>\n","urlObject":{"path":["files","avatar","upload"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"50c6a21a-525c-4d7d-a91b-14108281c8b7"},{"name":"Upload avatar from url","id":"71d03872-6ed1-48b2-b0f5-92361cdfde95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"},{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://media.wired.com/photos/598e35fb99d76447c4eb1f28/master/pass/phonepicutres-TA.jpg\"\r\n}"},"url":"{{API_URL}}/files/avatar/upload-from-url","description":"<h1 id=\"description\">Description</h1>\n<p>Updates a user's profile picture aka avatar. Picture will be downloaded from passed url and uploaded to the storage area. A user, which avatar is being updated is determined based on the authorisation token passed in <code>headers</code>, meaning each user always updates his or hers own profile.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>Picture is being saved to <strong>S3</strong>. If user previously had a different picture set, it will be deleted along this process.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td><strong>true</strong></td>\n<td><strong>url</strong></td>\n<td>the url leading to a picture, has to be downloadable</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["files","avatar","upload-from-url"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"71d03872-6ed1-48b2-b0f5-92361cdfde95"},{"name":"Delete avatar","id":"bc8269f0-e801-4d58-a244-0c0f77748dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"}],"url":"{{API_URL}}/files/avatar","description":"<h1 id=\"description\">Description</h1>\n<p>Deletes a user's profile picture aka avatar. A user, which avatar is being deleted is determined based on the authorisation token passed in <code>headers</code>, meaning each user always updates his or hers own profile.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>User's picture will be deleted from <strong>S3</strong> storage service.</p>\n","urlObject":{"path":["files","avatar"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc8269f0-e801-4d58-a244-0c0f77748dbe"}],"id":"7e1c27f5-767a-4c59-8e63-c60680fadf10","description":"<h1 id=\"description\">Description</h1>\n<p>This part of a module is responsible for file \nmanagement regarding user's profile. All files are stored in AWS's <strong>S3</strong> storage service. Files are deleted as soon as they are removed from the profile.</p>\n<h1 id=\"belongs-to-usersprofiles\">Belongs to: <a href=\"/#bf4c67aa-e30e-4792-96eb-a677f5028d38\">Users</a>/<a href=\"/#d576d7ed-8b25-44b1-bf9a-16dc3003fbf6\">Profiles</a></h1>\n","_postman_id":"7e1c27f5-767a-4c59-8e63-c60680fadf10"},{"name":"Update profile","id":"cb58ddd5-5ceb-43d8-9943-2b951419fa46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"firstName\": \"John\",\n\t\"phoneNumber\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/users/profile","description":"<h1 id=\"description\">Description</h1>\n<p>Updates a user's profile with passed values. Only passed values are being changed, all other are left with previous values. A user, which profile is being updated is determined based on the authorisation token passed in <code>headers</code>, meaning each user always updates his or hers own profile.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the first name of a person</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the last name of a person</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing nickname for a person</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the phone number of a person</td>\n</tr>\n<tr>\n<td>jobFunction</td>\n<td>false</td>\n<td><strong>enum</strong> [<code>c_level_executive</code>, <code>hr_leader_specialist</code>, <code>other</code>]</td>\n<td>the string representing the role of a person in a company</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"firstName\": \"John\",\n    \"phoneNumber\": \"\"\n}\n</code></pre>","urlObject":{"path":["users","profile"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb58ddd5-5ceb-43d8-9943-2b951419fa46"},{"name":"Update profile - admin","id":"222dd510-92e8-4bfe-89f3-4db0d6863a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"firstName\": \"John\",\n\t\"phoneNumber\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/users/:id/profile","description":"<h1 id=\"description\">Description</h1>\n<p>Updates a user's profile with passed values. Only passed values are being changed, all other are left with previous values. A user, which profile is being updated is determined based on passed <code>id</code> in the path. </p>\n<p><strong>Once user's email is changed it becomes unverified.</strong> It means a user won't be able to log in until he won't verify the account.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of a valid admin user (within organisation) is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>When user's email is changed, an email is being dispatched to verify the account.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>false</td>\n<td><strong>email</strong></td>\n<td>valid email address that will be attached to user account, has to be unique withing the whole application</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the first name of a person</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the last name of a person</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing nickname for a person</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>false</td>\n<td><strong>string</strong></td>\n<td>the string representing the phone number of a person</td>\n</tr>\n<tr>\n<td>jobFunction</td>\n<td>false</td>\n<td><strong>enum</strong> [<code>c_level_executive</code>, <code>hr_leader_specialist</code>, <code>other</code>]</td>\n<td>the string representing the role of a person in a company</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"firstName\": \"John\",\n    \"phoneNumber\": \"\"\n}\n</code></pre>","urlObject":{"path":["users",":id","profile"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of an existing user</p>\n","type":"text/plain"},"type":"any","value":"6adeb4db-523b-4346-b36a-3f7701d874b7","key":"id"}]}},"response":[],"_postman_id":"222dd510-92e8-4bfe-89f3-4db0d6863a31"},{"name":"Update settings","id":"352b6c18-9e0b-41b1-b0b3-0402490dd520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"notificationsEnabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/users/settings","description":"<h1 id=\"description\">Description</h1>\n<p>Updates a user's personal settings with passed values. Passed values in <code>body</code> are being merged with default settings, which meant that passed values have priority but each skipped value will get the default setting.</p>\n<p>Default user settings are presented as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  notificationsEnabled: true\n}\n\n</code></pre><h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>notificationsEnabled</td>\n<td>false</td>\n<td><strong>boolean</strong></td>\n<td>determines whether a user wants to receive notifications or silence them</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"notificationsEnabled\": false\n}\n</code></pre>","urlObject":{"path":["users","settings"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"352b6c18-9e0b-41b1-b0b3-0402490dd520"},{"name":"Fetch my profile","id":"4e4e552f-2e6e-47ec-9dc1-4a4786a8759e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/users/profile","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches profile information about currently logged in user. Information about which user is logged in comes from the authorisation token passed in <code>headers</code>.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["users","profile"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e4e552f-2e6e-47ec-9dc1-4a4786a8759e"},{"name":"Fetch any profile","id":"92a0a093-0a9d-4f3c-9ba7-ea6a4548d5e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AUTH_TOKEN}}","description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/users/:id","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches profile information about chosen user out of currently logged in user's organisation (<strong>user has to be from the same organisation as currently logged in user</strong>). Information about which user is logged in comes from the authorisation token passed in <code>headers</code>.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["users",":id"],"host":["{{API_URL}}"],"query":[],"variable":[{"description":{"content":"<p>[<strong>uuid</strong>] - valid id of existing user from the same organisation as currently logged in user</p>\n","type":"text/plain"},"type":"string","value":"f25f3c66-b187-4ff5-bb82-c5cad5dd5c64","key":"id"}]}},"response":[],"_postman_id":"92a0a093-0a9d-4f3c-9ba7-ea6a4548d5e0"},{"name":"Fetch belonging users","id":"86d7f374-1eea-4dff-b50c-899272e3fc58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/users/organisation?limit[page]=1&limit[take]=3&order[by]=created_at&order[dir]=ASC","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches profile information of all users within currently logged in user's organisation (<strong>user has to be from the same organisation as currently logged in user</strong>). Information about which user is logged in comes from the authorisation token passed in <code>headers</code>.</p>\n<p><strong>Fetched list is paginated.</strong> By default first page with 10 records is fetched.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["users","organisation"],"host":["{{API_URL}}"],"query":[{"description":{"content":"<p>[default - 1] [<strong>number</strong>] - wchich page is meant to be fetched</p>\n","type":"text/plain"},"key":"limit[page]","value":"1"},{"description":{"content":"<p>[default - 10] [<strong>number</strong>] - how many records are meant to be fetched per page</p>\n","type":"text/plain"},"key":"limit[take]","value":"3"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>id</code>, <code>email</code>, <code>first_name</code>, <code>last_name</code>, <code>nickname</code>, <code>phone_numebr</code>, <code>job_function</code>, <code>is_active</code>, <code>created_at</code>, <code>updated_at</code>, <code>logged_in_at</code>, <code>points_left</code>] - by which property users are meant to be ordered</p>\n","type":"text/plain"},"key":"order[by]","value":"created_at"},{"description":{"content":"<p>[<strong>enum</strong>] [<code>ASC</code>, <code>DESC</code>] - determines direction of ordering</p>\n","type":"text/plain"},"key":"order[dir]","value":"ASC"}],"variable":[]}},"response":[],"_postman_id":"86d7f374-1eea-4dff-b50c-899272e3fc58"},{"name":"Fetch matching users","id":"64031373-e0bd-4833-b9ac-9da9c2913dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/users/organisation/search?pattern=john","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches profile information of all users that match the search pattern within currently logged in user's organisation (<strong>user has to be from the same organisation as currently logged in user</strong>). Information about which user is logged in comes from the authorisation token passed in <code>headers</code>.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["users","organisation","search"],"host":["{{API_URL}}"],"query":[{"description":{"content":"<p>[<strong>string</strong>] - pattern that is tried to be matched to user's <code>email</code>, <code>first_name</code>, <code>last_name</code> or <code>nickname</code></p>\n","type":"text/plain"},"key":"pattern","value":"john"}],"variable":[]}},"response":[],"_postman_id":"64031373-e0bd-4833-b9ac-9da9c2913dcd"}],"id":"d576d7ed-8b25-44b1-bf9a-16dc3003fbf6","description":"<h1 id=\"description\">Description</h1>\n<p>This part of a module is responsible for profile management of users. A user's profile is all the personal information a user has entered. It also contains his or hers personal settings that allow to gain more customisation withing the application.</p>\n<h1 id=\"belongs-to-users\">Belongs to: <a href=\"/#bf4c67aa-e30e-4792-96eb-a677f5028d38\">Users</a></h1>\n","_postman_id":"d576d7ed-8b25-44b1-bf9a-16dc3003fbf6"},{"name":"Reset password","item":[{"name":"Token validation","id":"ba52725a-52e3-4be7-98e2-77300d5b49d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"16cc34ff-2124-4058-a40b-7cbe4d914d1d\",\n\t\"token\": \"puNPg79xSWsdswID\"\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/users/reset-password-validate","description":"<h1 id=\"description\">Description</h1>\n<p>Validates if token for a specific user is valid and has the power to be used to reset a password. Validity of the token is determined based on:</p>\n<ul>\n<li>if it hasn't expired yet</li>\n<li>is equal to the generated one</li>\n</ul>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><strong>true</strong></td>\n<td><strong>uuid</strong></td>\n<td>valid identifier of an existing user</td>\n</tr>\n<tr>\n<td>token</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>generated token by application and passed in the email directly to the user it belongs to</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"id\": \"16cc34ff-2124-4058-a40b-7cbe4d914d1d\",\n    \"token\": \"puNPg79xSWsdswID\"\n}\n</code></pre>","urlObject":{"path":["users","reset-password-validate"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba52725a-52e3-4be7-98e2-77300d5b49d3"},{"name":"Password reset [init]","id":"48efe274-4b44-4d34-88ef-ebd78edb48b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"fen+1@desmart.com\"\n}"},"url":"{{API_URL}}/users/reset-password-init","description":"<h1 id=\"description\">Description</h1>\n<p>Begins the process of resetting user's password. If entered email doesn't exist in the database then no action will take place. Otherwise a user should receive an email containing a reset password token to continue the process.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>If entered email is registered in the application then a user should receive an email to reset his or hers password.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td><strong>true</strong></td>\n<td><strong>email</strong></td>\n<td>valid email of an existing user</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"email\": \"fen+1@desmart.com\"\n}\n</code></pre>","urlObject":{"path":["users","reset-password-init"],"host":["{{API_URL}}"],"query":[{"disabled":true,"key":"e2e","value":"true"}],"variable":[]}},"response":[],"_postman_id":"48efe274-4b44-4d34-88ef-ebd78edb48b5"},{"name":"Password reset [finish]","id":"1b5a0b7b-ef7b-47bb-921f-d6918f0d1b83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"c15e59c7-5c5d-403c-8cbd-04b40df122f5\",\n\t\"token\": \"qwZBNKAtQsVkmmGm\",\n\t\"password\": \"123qwe\"\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/users/reset-password-finish","description":"<h1 id=\"description\">Description</h1>\n<p>This step finalises the resetting of a user's password. After this step is completed user can log in with his or hers new password. Token passed has to be valid, the validation can be done separately in <a href=\"/#ba52725a-52e3-4be7-98e2-77300d5b49d3\">Token validation</a></p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><strong>true</strong></td>\n<td><strong>uuid</strong></td>\n<td>valid identifier of an existing user</td>\n</tr>\n<tr>\n<td>token</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>generated token by application and passed in the email directly to the user it belongs to</td>\n</tr>\n<tr>\n<td>password</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>password with which a user will later log in, has to have at least 6 characters</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"id\": \"c15e59c7-5c5d-403c-8cbd-04b40df122f5\",\n    \"token\": \"qwZBNKAtQsVkmmGm\",\n    \"password\": \"123qwe\"\n}\n</code></pre>","urlObject":{"path":["users","reset-password-finish"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b5a0b7b-ef7b-47bb-921f-d6918f0d1b83"}],"id":"c8760da6-21de-42d5-857d-a6a35a298dce","description":"<h1 id=\"description\">Description</h1>\n<p>Section is responsible for resetting a password if a user has forgotten it and/or he/she has troubles logging in.</p>\n<p>To reset a password we start with <a href=\"/#48efe274-4b44-4d34-88ef-ebd78edb48b5\">Password reset [init]</a> that sends an email to a user, from where he has to continue by clicking attached link (confirming that he or she is who he or she says he/she is). An email contains reset password token that can be validated with <a href=\"/#ba52725a-52e3-4be7-98e2-77300d5b49d3\">Token validation</a>, the token is valid for 24h. To finalise the password change we use <a href=\"/#1b5a0b7b-ef7b-47bb-921f-d6918f0d1b83\">Password reset [finish]</a>.</p>\n<h1 id=\"belongs-to-users\">Belongs to: <a href=\"/#bf4c67aa-e30e-4792-96eb-a677f5028d38\">Users</a></h1>\n","_postman_id":"c8760da6-21de-42d5-857d-a6a35a298dce"},{"name":"Stats","item":[{"name":"Point summary","id":"b475cff1-0608-4252-82e2-d853cceb95f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/users/point-summary","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches a summary for received points for user is currently logged in. Information about which user is logged in comes from the authorisation token passed in headers.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["users","point-summary"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b475cff1-0608-4252-82e2-d853cceb95f3"},{"name":"Appreciation counters","id":"25dd643c-4787-4f91-a185-98251bd6242b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[<strong>string</strong>] - token received after action of loggin in, takes the form of <code>Bearer xyz...</code></p>\n","key":"Authorization","type":"text","value":"{{AUTH_TOKEN}}"},{"key":"Content-Type","value":"application/json","description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","type":"text"}],"url":"{{API_URL}}/users/appreciation-counters","description":"<h1 id=\"description\">Description</h1>\n<p>Fetches summary for received appreciations for user is currently logged in. Information about which user is logged in comes from the authorisation token passed in headers.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>Token of any valid user is accepted and has access to this route.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n","urlObject":{"path":["users","appreciation-counters"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"25dd643c-4787-4f91-a185-98251bd6242b"}],"id":"cd3f0e08-e3cf-4157-ba9d-5f559f2aee88","description":"<h1 id=\"description\">Description</h1>\n<p>This part of module is responsible for small stats of a user. Based on those stats you can for example base your indicators or visualise point summary.</p>\n<h1 id=\"belongs-to-users\">Belongs to: <a href=\"/#bf4c67aa-e30e-4792-96eb-a677f5028d38\">Users</a></h1>\n","_postman_id":"cd3f0e08-e3cf-4157-ba9d-5f559f2aee88"},{"name":"Verification","item":[{"name":"Resend verification email","id":"91c063ae-764f-4b92-a5dd-d2b858b3f134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"fen+10@desmart.com\"\n}"},"url":"{{API_URL}}/users/resend-verification-email","description":"<h1 id=\"description\">Description</h1>\n<p>The route does not do any logic itself. It only invokes the <strong>#Action</strong> described below.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>If entered email is registered in the application then a user should receive another email to verify his or hers account.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td><strong>true</strong></td>\n<td><strong>email</strong></td>\n<td>valid email of an existing user</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"email\": \"fen+1@desmart.com\"\n}\n</code></pre>","urlObject":{"path":["users","resend-verification-email"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"91c063ae-764f-4b92-a5dd-d2b858b3f134"},{"name":"Verify user's email","id":"c57e4e0c-d6a0-4cb3-a15e-86f1f7daa1e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"9ce3ea72-d4c2-4cc6-8af7-5477718f607e\",\n\t\"token\": \"2ZfDCQPbn1IvZnNB\"\n}","options":{"raw":{"language":"json"}}},"url":"{{API_URL}}/users/verify","description":"<h1 id=\"description\">Description</h1>\n<p>This route verifies user's account (with chosen <code>id</code>). In order for it to work the data has to be valid. Validity of the token is determined based on:</p>\n<ul>\n<li>if it hasn't expired yet</li>\n<li>is equal to the generated one.</li>\n</ul>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td><strong>true</strong></td>\n<td><strong>uuid</strong></td>\n<td>valid identifier of an existing user</td>\n</tr>\n<tr>\n<td>token</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>generated token by application and passed in the email directly to the user it belongs to</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"id\": \"9ce3ea72-d4c2-4cc6-8af7-5477718f607e\",\n    \"token\": \"2ZfDCQPbn1IvZnNB\"\n}\n</code></pre>","urlObject":{"path":["users","verify"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c57e4e0c-d6a0-4cb3-a15e-86f1f7daa1e2"}],"id":"718d4678-a078-4104-9681-0033ddd09601","description":"<h1 id=\"description\">Description</h1>\n<p>This part of module is responsible for verification of a user's account.</p>\n<h1 id=\"belongs-to-users\">Belongs to: <a href=\"/#bf4c67aa-e30e-4792-96eb-a677f5028d38\">Users</a></h1>\n","_postman_id":"718d4678-a078-4104-9681-0033ddd09601"},{"name":"[LOG IN]","event":[{"listen":"test","script":{"id":"7f662b37-6c42-452a-ac94-ed400074580e","exec":["const jsonData = JSON.parse(responseBody);","","if (jsonData) {","    postman.setEnvironmentVariable(\"AUTH_TOKEN\", \"Bearer \" + jsonData.token);","}"],"type":"text/javascript"}}],"id":"3f8e6172-2014-4c16-a2a9-2ceb8dd31b83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[<strong>string</strong>] - defines what kind of content is being sent, only acceptable value is <code>application/json</code></p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"staszek+company@desmart.com\",\n\t\"password\": \"123qwe\"\n}"},"url":"{{API_URL}}/users/auth","description":"<h1 id=\"description\">Description</h1>\n<p>This route will attempt to log in a user using his or hers <code>email</code> and <code>password</code>. Correctness of the values is checked and if they are correct then a user receives a <code>token</code> which can be used to get access to other routes. Otherwise an error is returned.</p>\n<h1 id=\"authorisation\">Authorisation</h1>\n<p>This route does not require any authorisation.</p>\n<h1 id=\"actions\">Actions</h1>\n<p>No additional action takes place after calling this route.</p>\n<h1 id=\"body-parameters\">Body parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td><strong>true</strong></td>\n<td><strong>email</strong></td>\n<td>valid email of an existing user</td>\n</tr>\n<tr>\n<td>password</td>\n<td><strong>true</strong></td>\n<td><strong>string</strong></td>\n<td>valid password of an existing user</td>\n</tr>\n</tbody>\n</table>\n</div><p>example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"email\": \"daria@desmart.com\",\n    \"password\": \"123qwe\"\n}\n</code></pre>","urlObject":{"path":["users","auth"],"host":["{{API_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f8e6172-2014-4c16-a2a9-2ceb8dd31b83"}],"id":"bf4c67aa-e30e-4792-96eb-a677f5028d38","description":"<h1 id=\"description\">Description</h1>\n<p>This module is responsible for management of users. By users we understand entities that are equivalent to people that are connected to or are working at a specific company. Each user has to be assigned to a company and cannot exist without one.</p>\n<h1 id=\"purpose\">Purpose</h1>\n<p>Users have as a goal to create more of a customised feel while using the application. Beside that their main purpose is to keep stuff organised and easier to manage.</p>\n","_postman_id":"bf4c67aa-e30e-4792-96eb-a677f5028d38"},{"name":"New Request","id":"fef9d9c1-0ee5-4819-b6f3-cbed7ecd9abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"fef9d9c1-0ee5-4819-b6f3-cbed7ecd9abd"}]}