{"info":{"_postman_id":"ad5a492b-0694-45e9-95e1-b6f773fde2b9","name":"Preggie.Kernel","description":"<html><head></head><body><p>Api for Kernel of Preggie</p>\n<h3 id=\"pregnancy-status\">Pregnancy status</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Имя</th>\n<th>Значение</th>\n<th>Описание</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PREGNANCY_MOM</td>\n<td>-3</td>\n<td>Mom</td>\n</tr>\n<tr>\n<td>PREGNANCY_PLANNING</td>\n<td>-2</td>\n<td>Planning</td>\n</tr>\n<tr>\n<td>PREGNANCY_NOT_PLANNING</td>\n<td>-1</td>\n<td>Non planning</td>\n</tr>\n<tr>\n<td>PREGNANCY_MIN</td>\n<td>1</td>\n<td>Prgnancy min value</td>\n</tr>\n<tr>\n<td>PREGNANCY_MAX</td>\n<td>42</td>\n<td>Prgnancy max value</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"relations\">Relations</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Value</th>\n<th>Owner</th>\n<th>Person</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FOLLOW</td>\n<td>1</td>\n<td>Alice</td>\n<td>Bob</td>\n<td>Alice follows Bob</td>\n</tr>\n<tr>\n<td>FOLLOWED_BY</td>\n<td>2</td>\n<td>Bob</td>\n<td>Alice</td>\n<td>Bob is followed by Alice</td>\n</tr>\n<tr>\n<td>BLACKLIST</td>\n<td>4</td>\n<td>Alice</td>\n<td>Bob</td>\n<td>Alice add Bob to black list</td>\n</tr>\n<tr>\n<td>BLACKLISTED_BY</td>\n<td>8</td>\n<td>Bob</td>\n<td>Alice</td>\n<td>Bob is added to black list by Alice</td>\n</tr>\n<tr>\n<td>FOLLOW_REQUEST</td>\n<td>16</td>\n<td>Alice</td>\n<td>Bob</td>\n<td>Alice request Bob's permission to follow him</td>\n</tr>\n<tr>\n<td>FOLLOW_REQUESTED_BY</td>\n<td>32</td>\n<td>Bob</td>\n<td>Alice</td>\n<td>Bob got request from Alice to follow him</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"gender\">Gender</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Male</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Female</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"post-types\">Post types</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>regular</td>\n<td>Regular post</td>\n</tr>\n<tr>\n<td>admin</td>\n<td>Admin post</td>\n</tr>\n<tr>\n<td>media</td>\n<td>Media post</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"post-access-levels\">Post access levels</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ACCESS_LEVEL_PUBLIC</td>\n<td>0</td>\n<td>Public access</td>\n</tr>\n<tr>\n<td>ACCESS_LEVEL_FOLLOWERS</td>\n<td>1</td>\n<td>Only for followers</td>\n</tr>\n<tr>\n<td>ACCESS_LEVEL_PRIVATE</td>\n<td>2</td>\n<td>Only for owner</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"notification-types\">Notification types</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>TYPE_SUBSCRIBE</td>\n</tr>\n<tr>\n<td>2</td>\n<td>TYPE_LIKE</td>\n</tr>\n<tr>\n<td>3</td>\n<td>TYPE_COMMENT</td>\n</tr>\n<tr>\n<td>4</td>\n<td>TYPE_MENTION_POST</td>\n</tr>\n<tr>\n<td>5</td>\n<td>TYPE_MENTION_COMMENT</td>\n</tr>\n<tr>\n<td>6</td>\n<td>TYPE_UPDATE_PREGNANCY</td>\n</tr>\n<tr>\n<td>7</td>\n<td>TYPE_MESSENGER</td>\n</tr>\n<tr>\n<td>8</td>\n<td>TYPE_INVITE</td>\n</tr>\n<tr>\n<td>9</td>\n<td>TYPE_GROUP_CHAT_INVITE</td>\n</tr>\n<tr>\n<td>10</td>\n<td>TYPE_EXTENSION</td>\n</tr>\n<tr>\n<td>11</td>\n<td>TYPE_SYSTEM</td>\n</tr>\n<tr>\n<td>90</td>\n<td>TYPE_OLD_COMMENT</td>\n</tr>\n<tr>\n<td>91</td>\n<td>TYPE_OLD_MENTION_COMMENT</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"notification-type-images\">Notification type images</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>comment</td>\n<td>TYPE_IMAGE_COMMENT</td>\n</tr>\n<tr>\n<td>add</td>\n<td>TYPE_IMAGE_ADD</td>\n</tr>\n<tr>\n<td>like</td>\n<td>TYPE_IMAGE_LIKE</td>\n</tr>\n<tr>\n<td>notify</td>\n<td>TYPE_IMAGE_NOTIFY</td>\n</tr>\n<tr>\n<td>star</td>\n<td>TYPE_IMAGE_STAR</td>\n</tr>\n<tr>\n<td>celebrate_1</td>\n<td>TYPE_IMAGE_CELEBRATE_1</td>\n</tr>\n<tr>\n<td>celebrate_2</td>\n<td>TYPE_IMAGE_CELEBRATE_2</td>\n</tr>\n<tr>\n<td>celebrate_3</td>\n<td>TYPE_IMAGE_CELEBRATE_3</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"user-in-group-statuses\">User in Group statuses</h3>\n<p>  Допускается наличие сразу нескольких статусов непртировречащих друг другу по смыслу, например MEMBER, SUBSCRIBER, ADMIN</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>NO_MEMBERSHIP</td>\n<td>0</td>\n<td>У пользователя нет статусов в группе</td>\n</tr>\n<tr>\n<td>PENDING</td>\n<td>1</td>\n<td>Ожидает запроса на принятие в группу, только после этого он может получить статусы MEMBER и SUBSCRIBER</td>\n</tr>\n<tr>\n<td>REJECTED</td>\n<td>2</td>\n<td>Отказано в заявке в закрытую группу</td>\n</tr>\n<tr>\n<td>BLACKLIST</td>\n<td>4</td>\n<td>Не используется сейчас. Устанавливается пользователем. Группа находится в черном списке, ее посты не будут добавлены в ленту, даже если группа открытая</td>\n</tr>\n<tr>\n<td>BANNED</td>\n<td>8</td>\n<td>Устанавливается админом группы. Забанен в группе, не будет видеть посты, не может подавать заявки на вступление</td>\n</tr>\n<tr>\n<td>MEMBER</td>\n<td>16</td>\n<td>Не используется сейчас. Участник группы, отображается в списке участников, может писать</td>\n</tr>\n<tr>\n<td>SUBSCRIBER</td>\n<td>32</td>\n<td>Подписчик группы, посты подмешиваются в ленту</td>\n</tr>\n<tr>\n<td>ADMIN</td>\n<td>64</td>\n<td>Администратор группы, может управлять участием других пользователей</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"типы-сообщений-в-мессенджере\">Типы сообщений в мессенджере</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Regular</td>\n</tr>\n<tr>\n<td>1</td>\n<td>System</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"пользователи-в-чатах\">Пользователи в чатах</h3>\n<p>  Допускается наличие сразу нескольких статусов непртировречащих друг другу по смыслу</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PENDING</td>\n<td>1</td>\n<td>Ожидает запроса на принятие в чат, только после этого он может получить статус MEMBER</td>\n</tr>\n<tr>\n<td>REJECTED</td>\n<td>2</td>\n<td>Отказано в заявке в чат</td>\n</tr>\n<tr>\n<td>BLACKLISTED</td>\n<td>4</td>\n<td>Устанавливается админом чат. Забанен в чате, не может подавать заявки на вступление</td>\n</tr>\n<tr>\n<td>INVITED</td>\n<td>8</td>\n<td>Не используется</td>\n</tr>\n<tr>\n<td>MEMBER</td>\n<td>16</td>\n<td>Участник чата, отображается в списке участников, может писать</td>\n</tr>\n<tr>\n<td>ADMIN</td>\n<td>32</td>\n<td>Администратор чата, может управлять участием других пользователей</td>\n</tr>\n<tr>\n<td>OWNER</td>\n<td>64</td>\n<td>Владелец чата, может управлять участием других пользователей и администраторами</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"credit-card-for-testing\">Credit card for testing</h3>\n<p>|Pan|Expiration|cvc|3ds code|Cardholder|\n|---||---------|--|---------|----------|\n|4111 1111 1111 1111| 12/2019 | 123 | 12345678 | ANY |</p>\n<h3 id=\"discovery-item-type--model\">Discovery item type &lt;==&gt; model</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Model name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>applications</td>\n<td>Extension</td>\n</tr>\n<tr>\n<td>channels</td>\n<td>ChannelGroup</td>\n</tr>\n<tr>\n<td>users</td>\n<td>ShortUser</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"errors\">Errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Auth</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>AUTH_BAD_PASSWORD</td>\n<td>541</td>\n<td>Login not matched password</td>\n</tr>\n<tr>\n<td>AUTH_BAD_TOKEN</td>\n<td>542</td>\n<td>Bad token</td>\n</tr>\n<tr>\n<td>AUTH_BAD_REFRESH_TOKEN</td>\n<td>543</td>\n<td>Bad refresh token</td>\n</tr>\n<tr>\n<td>AUTH_USER_BANNED</td>\n<td>544</td>\n<td>User banned</td>\n</tr>\n<tr>\n<td>AUTH_BAD_DEVICE</td>\n<td>545</td>\n<td>Device not found</td>\n</tr>\n<tr>\n<td>NOT_PERMITTED</td>\n<td>515</td>\n<td>Some action is not permitted for this user</td>\n</tr>\n<tr>\n<td>Check format</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>VALID_TYPE</td>\n<td>509</td>\n<td>Valid scalar type</td>\n</tr>\n<tr>\n<td>VALID_LOCALE</td>\n<td>502</td>\n<td>Valid locale code (eg 'ru', 'en')</td>\n</tr>\n<tr>\n<td>VALID_EMAIL</td>\n<td>503</td>\n<td>Valid email</td>\n</tr>\n<tr>\n<td>VALID_DATETIME</td>\n<td>507</td>\n<td>Valid string date time format</td>\n</tr>\n<tr>\n<td>VALID_IP</td>\n<td>508</td>\n<td>Valid IP</td>\n</tr>\n<tr>\n<td>VALID_LOGIN</td>\n<td>512</td>\n<td>Valid user login</td>\n</tr>\n<tr>\n<td>VALID_COUNTRY</td>\n<td>513</td>\n<td>Valid ISO country code</td>\n</tr>\n<tr>\n<td>VALID_PASSWORD</td>\n<td>550</td>\n<td>Proper password string</td>\n</tr>\n<tr>\n<td>VALID_URL</td>\n<td>551</td>\n<td>Valid URL</td>\n</tr>\n<tr>\n<td>VALID_GENDER</td>\n<td>552</td>\n<td>Valid gender</td>\n</tr>\n<tr>\n<td>VALID_CHOICE</td>\n<td>1007</td>\n<td>Value is one of a given set of valid choices</td>\n</tr>\n<tr>\n<td>Comparison</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>NOT_BLANK</td>\n<td>500</td>\n<td>Not blank field but could be empty string</td>\n</tr>\n<tr>\n<td>LENGTH_MIN</td>\n<td>505</td>\n<td>Minimal string length</td>\n</tr>\n<tr>\n<td>LENGTH_MAX</td>\n<td>504</td>\n<td>Maximal string length</td>\n</tr>\n<tr>\n<td>LENGTH_EQUAL</td>\n<td>506</td>\n<td>Equal string length</td>\n</tr>\n<tr>\n<td>GREATER_OR_EQUAL</td>\n<td>510</td>\n<td>Value greater or equal</td>\n</tr>\n<tr>\n<td>LESS_OR_EQUAL</td>\n<td>511</td>\n<td>Value less or equal</td>\n</tr>\n<tr>\n<td>NOT_EQUAL</td>\n<td>1006</td>\n<td>Value not equal</td>\n</tr>\n<tr>\n<td>User and relations related</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>YOURSELF_ACTION</td>\n<td>1002</td>\n<td>Impossible action with yourself</td>\n</tr>\n<tr>\n<td>IN_BLACKLIST</td>\n<td>1003</td>\n<td>Impossible action because user in blacklist</td>\n</tr>\n<tr>\n<td>UNKNOWN_RELATION_TYPE</td>\n<td>1004</td>\n<td>Relation type is unknown</td>\n</tr>\n<tr>\n<td>IMPOSSIBLE_RELATION</td>\n<td>1005</td>\n<td>Relation that cant be in this particular situation</td>\n</tr>\n<tr>\n<td>Discovery</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>INCORRECT_DISCOVERY_PART</td>\n<td>10001</td>\n<td>Server not support this type of discovery items</td>\n</tr>\n<tr>\n<td>Misc</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>READ_ONLY</td>\n<td>1001</td>\n<td>Property is read-only</td>\n</tr>\n<tr>\n<td>UNIQUE_ENTITY</td>\n<td>501</td>\n<td>Value must be unique</td>\n</tr>\n<tr>\n<td>IN_SET</td>\n<td>514</td>\n<td>Value not in some particular set of possible values</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6278558","collectionId":"ad5a492b-0694-45e9-95e1-b6f773fde2b9","publishedId":"RznCqKYN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-01-03T10:09:25.000Z"},"item":[{"name":"feed","item":[{"name":"/api/v1/feed/media/count","id":"9e810dfb-a8e2-47cc-a56f-464e3dd5c314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/media/count?post_id={{post_id}}&direction={{direction}}","description":"<p>Получение кол-во новых или старых постов относительно поста переданного в post_id</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","media","count"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"post_id","value":"{{post_id}}"},{"key":"direction","value":"{{direction}}"}],"variable":[]}},"response":[],"_postman_id":"9e810dfb-a8e2-47cc-a56f-464e3dd5c314"},{"name":"/api/v1/feed/media","id":"0c526657-48aa-4ec0-b605-aaa1e9b21ff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/media?post_id={{post_id}}&direction={{direction}}&per_page={{per_page}}","description":"<p>Get a media feed</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","media"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"post_id","value":"{{post_id}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[],"_postman_id":"0c526657-48aa-4ec0-b605-aaa1e9b21ff4"},{"name":"/api/v1/feed/post/batch_privacy_change","id":"d76b36c9-a429-4b81-941a-104aa66d0a1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/post/batch_privacy_change","description":"<p>Массовое обновление видимости постов текущего пользователя. Возможны такие направления: 0 =&gt; 1, 1 =&gt; 0, 0,1 =&gt; 2  Левая часть то что будет переведено. Правая соответсвенно во что будет переведено и задаётся входящим параметром access_level_to</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","post","batch_privacy_change"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"d76b36c9-a429-4b81-941a-104aa66d0a1b"},{"name":"/api/v1/feed/user/:userId","id":"d2563eef-5d29-4beb-81fa-96132d78def8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/user/:userId?post_id={{post_id}}&direction={{direction}}&per_page={{per_page}}&order={{order}}","description":"<p>Get a user feed</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","user",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"post_id","value":"{{post_id}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"order","value":"{{order}}"}],"variable":[{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"d2563eef-5d29-4beb-81fa-96132d78def8"},{"name":"/api/v1/feed/bookmark/:postId/create","id":"97b7d7b9-9407-4b12-8eb7-88567c165911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/bookmark/:postId/create","description":"<p>Add bookmark</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","bookmark",":postId","create"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"97b7d7b9-9407-4b12-8eb7-88567c165911"},{"name":"/api/v1/feed/main/count","id":"fcec69d4-e0b3-43e5-81a6-035a6f11e1a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/main/count?post_id={{post_id}}&direction={{direction}}","description":"<p>Получение кол-во новых или старых постов относительно поста переданного в post_id</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","main","count"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"post_id","value":"{{post_id}}"},{"key":"direction","value":"{{direction}}"}],"variable":[]}},"response":[],"_postman_id":"fcec69d4-e0b3-43e5-81a6-035a6f11e1a0"},{"name":"/api/v1/feed/post/:postId/comments_notification","id":"157009b2-a602-4737-9ed4-c0e729ba1cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/post/:postId/comments_notification","description":"<p>Set notifications on new comments</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","post",":postId","comments_notification"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"157009b2-a602-4737-9ed4-c0e729ba1cc4"},{"name":"/api/v1/feed/post/:postId","id":"39104e34-1d02-4fbc-97a4-3a56a893ac4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/post/:postId?with_comments={{with_comments}}&order={{order}}&comment_id={{comment_id}}&direction={{direction}}&per_page={{per_page}}&with={{with}}","description":"<p>Получение поста по PK</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","post",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"with_comments","value":"{{with_comments}}"},{"key":"order","value":"{{order}}"},{"key":"comment_id","value":"{{comment_id}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"with","value":"{{with}}"}],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"39104e34-1d02-4fbc-97a4-3a56a893ac4c"},{"name":"/api/v1/feed/favorite","id":"067c6953-6514-4521-ab7a-79b46d67895f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/favorite?post_id={{post_id}}&direction={{direction}}&per_page={{per_page}}","description":"<p>Get a favorites feed</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","favorite"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"post_id","value":"{{post_id}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[],"_postman_id":"067c6953-6514-4521-ab7a-79b46d67895f"},{"name":"/api/v1/feed/like/comment/:commentId","id":"d74664fa-9901-4648-be5c-f77eb1b0bbf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/like/comment/:commentId?per_page=20&page=0&user_id=&direction=","description":"<p>Get likes by a comment</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","like","comment",":commentId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"20"},{"key":"page","value":"0"},{"key":"user_id","value":""},{"key":"direction","value":""}],"variable":[{"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[],"_postman_id":"d74664fa-9901-4648-be5c-f77eb1b0bbf9"},{"name":"/api/v1/feed/like/:postId","id":"7db9d430-dd97-48d6-a913-2539436f6822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/like/:postId","description":"<p>Delete a like</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","like",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"7db9d430-dd97-48d6-a913-2539436f6822"},{"name":"/api/v1/feed/post/:postId/view","id":"c628317e-6ac5-4274-967c-b6cedcdaae46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/post/:postId/view","description":"<p>Запись во внутренюю статистику события просмотра поста</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","post",":postId","view"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"c628317e-6ac5-4274-967c-b6cedcdaae46"},{"name":"/api/v1/feed/like/:postId","id":"1d56bcff-0d54-4823-aa3e-758d3157f342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/like/:postId?per_page=20&page=0&user_id=&direction=","description":"<p>Get likes by a post</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","like",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"20"},{"key":"page","value":"0"},{"key":"user_id","value":""},{"key":"direction","value":""}],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"1d56bcff-0d54-4823-aa3e-758d3157f342"},{"name":"/api/v1/feed/group/:groupId/count","id":"26ab1e51-b783-4d0f-9371-47d179586cf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/group/:groupId/count?post_id={{post_id}}&direction={{direction}}","description":"<p>Получение кол-во новых или старых постов относительно поста переданного в post_id</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","group",":groupId","count"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"post_id","value":"{{post_id}}"},{"key":"direction","value":"{{direction}}"}],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"}]}},"response":[],"_postman_id":"26ab1e51-b783-4d0f-9371-47d179586cf5"},{"name":"/api/v1/feed/bookmark","id":"b161256b-e36d-4aff-8f28-55a65cefe785","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/bookmark?post_id={{post_id}}&direction={{direction}}&per_page={{per_page}}","description":"<p>Get a bookmark feed</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","bookmark"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"post_id","value":"{{post_id}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[],"_postman_id":"b161256b-e36d-4aff-8f28-55a65cefe785"},{"name":"/api/v1/feed/post/:postId/click","id":"4a4f5203-8312-4998-9425-3bc606b860cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/post/:postId/click","description":"<p>Запись во внутренюю статистику события нажатия на пост</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","post",":postId","click"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"4a4f5203-8312-4998-9425-3bc606b860cc"},{"name":"/api/v1/feed/post/:postId","id":"2e2cedc0-9c02-47e1-aacd-5f1c2f37fa5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Данные для редактирования поста, неодходимо передать либо content либо image, либо оба параметра\n"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/post/:postId","description":"<p>Редактирование поста</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","post",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"2e2cedc0-9c02-47e1-aacd-5f1c2f37fa5e"},{"name":"/api/v1/feed/bookmark/:postId/delete","id":"66b72dc8-fbe3-463e-845f-98eac0c3d54c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/bookmark/:postId/delete","description":"<p>Add bookmark</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","bookmark",":postId","delete"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"66b72dc8-fbe3-463e-845f-98eac0c3d54c"},{"name":"/api/v1/feed/like/post/:postId","id":"794ddc40-f5a4-49d0-ad8b-2ee25d89fbe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/like/post/:postId?per_page=20&page=0&user_id=&direction=","description":"<p>Get likes by a post</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","like","post",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"20"},{"key":"page","value":"0"},{"key":"user_id","value":""},{"key":"direction","value":""}],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"794ddc40-f5a4-49d0-ad8b-2ee25d89fbe9"},{"name":"/api/v1/feed/main","id":"147f3f6d-06a4-4504-9dcb-b629dd6659e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/main?post_id=&per_page=5","description":"<p>Get a main news feed</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","main"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"post_id","value":""},{"key":"per_page","value":"5"}],"variable":[]}},"response":[{"id":"41147558-f2b4-45e8-8db9-437d85328af0","name":"/api/v1/feed/main","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":{"raw":"http://dev.kernel.daria.testbb.ru/api/v1/feed/main?post_id=&per_page=5","protocol":"http","host":["dev.kernel.daria.testbb.ru"],"path":["api","v1","feed","main"],"query":[{"key":"post_id","value":""},{"key":"per_page","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.3"},{"key":"Date","value":"Wed, 02 Jan 2019 15:40:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16356"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"b51a45"},{"key":"X-Powered-By","value":"React/alpha"}],"cookie":[],"responseTime":null,"body":"{\n    \"posts\": [\n        {\n            \"last_comments\": [\n                {\n                    \"id\": \"5c1bcf67d758f62d5d738b61\",\n                    \"content\": \"#tag\",\n                    \"content_deeplinks\": [\n                        {\n                            \"url\": \"momlifeadhoc://search/posts?query=%23tag\",\n                            \"range\": {\n                                \"location\": 0,\n                                \"length\": 4\n                            }\n                        }\n                    ],\n                    \"mentions\": [],\n                    \"tags\": [\n                        {\n                            \"range\": {\n                                \"location\": 0,\n                                \"length\": 4\n                            },\n                            \"tag\": \"tag\"\n                        }\n                    ],\n                    \"urls\": [],\n                    \"has_image\": false,\n                    \"user_login\": \"zx16\",\n                    \"user_id\": \"56eff73a0ebb389c638b45ad\"\n                },\n                {\n                    \"id\": \"5c1e28c1d758f61fdb6d648c\",\n                    \"content\": \"Vfgg\",\n                    \"content_deeplinks\": [],\n                    \"mentions\": [],\n                    \"tags\": [],\n                    \"urls\": [],\n                    \"has_image\": false,\n                    \"user_login\": \"ka88\",\n                    \"user_id\": \"5b9f8c07d758f653302052c7\"\n                }\n            ],\n            \"id\": \"5c1bcf36d758f62d5d738b52\",\n            \"dateline\": 1545326390,\n            \"content\": \"#tag bdhdhs\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 2,\n                \"likes\": 0,\n                \"thanks\": 0\n            },\n            \"images\": [],\n            \"content_deeplinks\": [\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23tag\",\n                    \"range\": {\n                        \"location\": 0,\n                        \"length\": 4\n                    }\n                }\n            ],\n            \"mentions\": [],\n            \"tags\": [\n                {\n                    \"range\": {\n                        \"location\": 0,\n                        \"length\": 4\n                    },\n                    \"tag\": \"tag\"\n                }\n            ],\n            \"urls\": [],\n            \"type\": \"regular\",\n            \"share_data\": null,\n            \"user_id\": \"56eff73a0ebb389c638b45ad\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 54.71202048776274,\n                \"lon\": 20.43353140084407\n            },\n            \"hidden_comments\": false,\n            \"did_bookmark\": false,\n            \"did_like\": false,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        },\n        {\n            \"button_title\": \"mail\",\n            \"button_link\": \"http://mail.rus\",\n            \"button_author\": \"5b9fb858d758f65330205394\",\n            \"button_description\": \"\",\n            \"button_caption\": \"sdasd\",\n            \"button_color\": \"950000\",\n            \"media_content_type\": \"video_hls\",\n            \"media_content\": \"http://dev.kernel.daria.testbb.ru/api/v1/public/promo_video/5ba22bfad758f620860e7a34\",\n            \"media_content_meta\": {\n                \"aspect_ratio\": \"16:9\"\n            },\n            \"id\": \"5ba22bfad758f620860e7a34\",\n            \"dateline\": 1537354740,\n            \"content\": \"sdfgafdsgsdfg\\n#help\\nsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpvsdfgafdsgsdfg\\n#helpvvsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpvvvvvvvvsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#helpsdfgafdsgsdfg\\n#help\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 3,\n                \"likes\": 2,\n                \"thanks\": 1\n            },\n            \"images\": [],\n            \"content_deeplinks\": [\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23help\",\n                    \"range\": {\n                        \"location\": 14,\n                        \"length\": 5\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 34,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 53,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 72,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpvsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 91,\n                        \"length\": 19\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpvvsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 111,\n                        \"length\": 20\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 132,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 151,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpvvvvvvvvsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 170,\n                        \"length\": 26\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 197,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 216,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 235,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 254,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 273,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 292,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 311,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 330,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 349,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 368,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 387,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 406,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 425,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 444,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 463,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 482,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 501,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 520,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 539,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 558,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 577,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 596,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 615,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 634,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 653,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 672,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 691,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 710,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 729,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 748,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 767,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 786,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 805,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 824,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 843,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23helpsdfgafdsgsdfg\",\n                    \"range\": {\n                        \"location\": 862,\n                        \"length\": 18\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://search/posts?query=%23help\",\n                    \"range\": {\n                        \"location\": 881,\n                        \"length\": 5\n                    }\n                }\n            ],\n            \"mentions\": [],\n            \"tags\": [\n                {\n                    \"range\": {\n                        \"location\": 14,\n                        \"length\": 5\n                    },\n                    \"tag\": \"help\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 34,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 53,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 72,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 91,\n                        \"length\": 19\n                    },\n                    \"tag\": \"helpvsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 111,\n                        \"length\": 20\n                    },\n                    \"tag\": \"helpvvsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 132,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 151,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 170,\n                        \"length\": 26\n                    },\n                    \"tag\": \"helpvvvvvvvvsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 197,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 216,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 235,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 254,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 273,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 292,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 311,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 330,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 349,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 368,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 387,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 406,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 425,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 444,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 463,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 482,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 501,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 520,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 539,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 558,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 577,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 596,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 615,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 634,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 653,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 672,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 691,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 710,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 729,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 748,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 767,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 786,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 805,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 824,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 843,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 862,\n                        \"length\": 18\n                    },\n                    \"tag\": \"helpsdfgafdsgsdfg\"\n                },\n                {\n                    \"range\": {\n                        \"location\": 881,\n                        \"length\": 5\n                    },\n                    \"tag\": \"help\"\n                }\n            ],\n            \"urls\": [],\n            \"type\": \"promo\",\n            \"share_data\": null,\n            \"user_id\": \"5b9fb858d758f65330205394\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 50.0839905,\n                \"lon\": 14.4793319\n            },\n            \"hidden_comments\": false,\n            \"last_comments\": [],\n            \"did_bookmark\": false,\n            \"did_like\": true,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        },\n        {\n            \"last_comments\": [],\n            \"id\": \"5c1bca6bd758f62d5d738b17\",\n            \"dateline\": 1545325163,\n            \"content\": \"@ka88\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 0,\n                \"likes\": 0,\n                \"thanks\": 0\n            },\n            \"images\": [],\n            \"content_deeplinks\": [\n                {\n                    \"url\": \"momlifeadhoc://profile/5b9f8c07d758f653302052c7\",\n                    \"range\": {\n                        \"location\": 0,\n                        \"length\": 5\n                    }\n                }\n            ],\n            \"mentions\": [\n                {\n                    \"user_id\": \"5b9f8c07d758f653302052c7\",\n                    \"range\": {\n                        \"location\": 0,\n                        \"length\": 5\n                    }\n                }\n            ],\n            \"tags\": [],\n            \"urls\": [],\n            \"type\": \"regular\",\n            \"share_data\": null,\n            \"user_id\": \"5c1bca30d758f62d5d738b08\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 54.7065,\n                \"lon\": 20.511\n            },\n            \"hidden_comments\": false,\n            \"did_bookmark\": false,\n            \"did_like\": false,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        },\n        {\n            \"last_comments\": [],\n            \"id\": \"5c1a379c672c6c4a08192b92\",\n            \"dateline\": 1545222043,\n            \"content\": \"poll test 2\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 0,\n                \"likes\": 0,\n                \"thanks\": 0\n            },\n            \"images\": [],\n            \"content_deeplinks\": [],\n            \"mentions\": [],\n            \"tags\": [],\n            \"urls\": [],\n            \"type\": \"regular\",\n            \"share_data\": null,\n            \"user_id\": \"596dfc2e6a8c122f7561fc52\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 50.0840287,\n                \"lon\": 14.4794095\n            },\n            \"hidden_comments\": false,\n            \"did_bookmark\": false,\n            \"did_like\": false,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        },\n        {\n            \"last_comments\": [],\n            \"id\": \"5c1a3403672c6c3ed52486a2\",\n            \"dateline\": 1545221123,\n            \"content\": \"poll test 2\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 0,\n                \"likes\": 0,\n                \"thanks\": 0\n            },\n            \"images\": [],\n            \"content_deeplinks\": [],\n            \"mentions\": [],\n            \"tags\": [],\n            \"urls\": [],\n            \"type\": \"regular\",\n            \"share_data\": null,\n            \"user_id\": \"596dfc2e6a8c122f7561fc52\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 50.0840287,\n                \"lon\": 14.4794095\n            },\n            \"hidden_comments\": false,\n            \"did_bookmark\": false,\n            \"did_like\": false,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        },\n        {\n            \"last_comments\": [],\n            \"id\": \"5c192532672c6c3f3711e642\",\n            \"dateline\": 1545151785,\n            \"content\": \"poll test 1\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 0,\n                \"likes\": 0,\n                \"thanks\": 0\n            },\n            \"images\": [],\n            \"content_deeplinks\": [],\n            \"mentions\": [],\n            \"tags\": [],\n            \"urls\": [],\n            \"type\": \"regular\",\n            \"share_data\": null,\n            \"user_id\": \"596dfc2e6a8c122f7561fc52\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 50.0840287,\n                \"lon\": 14.4794095\n            },\n            \"hidden_comments\": false,\n            \"did_bookmark\": false,\n            \"did_like\": false,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        }\n    ],\n    \"users\": [\n        {\n            \"id\": \"56eff73a0ebb389c638b45ad\",\n            \"login\": \"zx16\",\n            \"name\": \"qwe\",\n            \"caption\": null,\n            \"avatar\": {\n                \"full_url\": \"http://img.preggie.testbb.ru/kernel/2016/11/03/1478181665581b432164d11.jpeg\",\n                \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/C_y_TMWR_Y3Th4iHOLBqMg/WxH/kernel/2016/11/03/1478181665581b432164d11.jpeg\",\n                \"width\": 1536,\n                \"height\": 2048,\n                \"type\": \"image\"\n            },\n            \"cover\": {\n                \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/03/02/15199832935a991abd71c15.jpeg\",\n                \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/l_NIb8z42l_tY30K54j1ew/WxH/kernel/2018/03/02/15199832935a991abd71c15.jpeg\",\n                \"width\": 1560,\n                \"height\": 2080,\n                \"type\": \"image\"\n            },\n            \"country_id\": \"RU\",\n            \"pregnancy_settings\": {\n                \"pregnancy\": -3,\n                \"days\": null,\n                \"dt_pregnancy\": null,\n                \"fetuses\": 1\n            },\n            \"messenger_settings\": {\n                \"allow_messaging\": true,\n                \"allow_add_to_group\": true\n            },\n            \"children\": [\n                {\n                    \"id\": \"5821f0516a8c1261a6068354\",\n                    \"name\": \"Markt\",\n                    \"sex\": 1,\n                    \"image\": {\n                        \"full_url\": \"http://img.preggie.testbb.ru/kernel/2016/12/09/1481276730584a7d3a9e713.jpeg\",\n                        \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/bGu3kevsftFKPhg5jxw1lw/WxH/kernel/2016/12/09/1481276730584a7d3a9e713.jpeg\",\n                        \"width\": 1536,\n                        \"height\": 2048,\n                        \"type\": \"image\"\n                    },\n                    \"birthday\": 1283299200\n                }\n            ],\n            \"locality\": \"Russia, Zverevo\",\n            \"type\": \"regular\",\n            \"special_statuses\": {\n                \"mombassador\": true,\n                \"label\": \"test label\"\n            },\n            \"label\": null,\n            \"privacy_settings\": {\n                \"is_private\": false,\n                \"is_web_hidden\": false\n            },\n            \"relations\": [\n                2\n            ]\n        },\n        {\n            \"id\": \"5b9fb858d758f65330205394\",\n            \"login\": \"dyeghqs\",\n            \"name\": \"твэв\",\n            \"caption\": null,\n            \"avatar\": null,\n            \"cover\": {\n                \"full_url\": \"http://img.preggie.testbb.ru/covers/default3.jpg\",\n                \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/ASowM7zBp9aKFyMCzp15rA/WxH/covers/default3.jpg\",\n                \"width\": 2250,\n                \"height\": 996,\n                \"type\": \"image\"\n            },\n            \"country_id\": \"CZ\",\n            \"pregnancy_settings\": {\n                \"pregnancy\": -2,\n                \"days\": null,\n                \"dt_pregnancy\": null,\n                \"fetuses\": 1\n            },\n            \"messenger_settings\": {\n                \"allow_messaging\": true,\n                \"allow_add_to_group\": true\n            },\n            \"children\": [],\n            \"locality\": \"Czech republic, Prague\",\n            \"type\": \"regular\",\n            \"special_statuses\": {\n                \"mombassador\": false,\n                \"label\": null\n            },\n            \"label\": null,\n            \"privacy_settings\": {\n                \"is_private\": false,\n                \"is_web_hidden\": false\n            },\n            \"relations\": []\n        },\n        {\n            \"id\": \"5c1bca30d758f62d5d738b08\",\n            \"login\": \"jdjsjdj\",\n            \"name\": \"jzjxjdj\",\n            \"caption\": null,\n            \"avatar\": null,\n            \"cover\": {\n                \"full_url\": \"http://img.preggie.testbb.ru/covers/default3.jpg\",\n                \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/ASowM7zBp9aKFyMCzp15rA/WxH/covers/default3.jpg\",\n                \"width\": 2250,\n                \"height\": 996,\n                \"type\": \"image\"\n            },\n            \"country_id\": \"RU\",\n            \"pregnancy_settings\": {\n                \"pregnancy\": -2,\n                \"days\": null,\n                \"dt_pregnancy\": null,\n                \"fetuses\": 1\n            },\n            \"messenger_settings\": {\n                \"allow_messaging\": true,\n                \"allow_add_to_group\": true\n            },\n            \"children\": [],\n            \"locality\": \"Russia, Kaliningrad\",\n            \"type\": \"regular\",\n            \"special_statuses\": {\n                \"mombassador\": false,\n                \"label\": null\n            },\n            \"label\": null,\n            \"privacy_settings\": {\n                \"is_private\": false,\n                \"is_web_hidden\": false\n            },\n            \"relations\": []\n        },\n        {\n            \"id\": \"596dfc2e6a8c122f7561fc52\",\n            \"login\": \"jeka.ns222\",\n            \"name\": \"Jekatesst\",\n            \"caption\": null,\n            \"avatar\": null,\n            \"cover\": null,\n            \"country_id\": \"SK\",\n            \"pregnancy_settings\": {\n                \"pregnancy\": -3,\n                \"days\": null,\n                \"dt_pregnancy\": 1503446400,\n                \"fetuses\": 1\n            },\n            \"messenger_settings\": {\n                \"allow_messaging\": true,\n                \"allow_add_to_group\": false\n            },\n            \"children\": [\n                {\n                    \"id\": \"5b683a1052a62200227b50f8\",\n                    \"name\": \"Dfhdjgb\",\n                    \"sex\": 1,\n                    \"image\": null,\n                    \"birthday\": 1344124800\n                }\n            ],\n            \"locality\": \"Slovakia, Bratislava\",\n            \"type\": \"regular\",\n            \"special_statuses\": {\n                \"mombassador\": false,\n                \"label\": null\n            },\n            \"label\": null,\n            \"privacy_settings\": {\n                \"is_private\": false,\n                \"is_web_hidden\": true\n            },\n            \"relations\": []\n        }\n    ],\n    \"groups\": []\n}"}],"_postman_id":"147f3f6d-06a4-4504-9dcb-b629dd6659e2"},{"name":"/api/v1/feed/like/post/:postId","id":"6855fb2f-f477-4956-a6fa-fc83eabf37e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/like/post/:postId","description":"<p>Delete a like</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","like","post",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"6855fb2f-f477-4956-a6fa-fc83eabf37e4"},{"name":"/api/v1/feed/post/:postId/comments_notification","id":"95c3f3c1-5f10-47f6-aab1-d063f43c1598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/post/:postId/comments_notification","description":"<p>Delete notifications on new comments</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","post",":postId","comments_notification"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"95c3f3c1-5f10-47f6-aab1-d063f43c1598"},{"name":"/api/v1/feed/post/create","id":"9cd5a5cd-fec0-4056-b786-1a292e9c191b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Данные для создания поста, неодходимо передать либо content либо image, либо оба параметра\n"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/post/create","description":"<p>Create a new post</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","post","create"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cd5a5cd-fec0-4056-b786-1a292e9c191b"},{"name":"/api/v1/feed/post/:postId","id":"bce6467f-82fb-486e-949c-980e7de75f65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/post/:postId","description":"<p>Delete post</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","post",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"bce6467f-82fb-486e-949c-980e7de75f65"},{"name":"/api/v1/feed/activity","id":"1cbc06d8-c7dc-4e80-b449-0851d5e41b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/activity?post_id={{post_id}}&type={{type}}&direction={{direction}}&per_page={{per_page}}","description":"<p>Фид активности пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","activity"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"post_id","value":"{{post_id}}"},{"key":"type","value":"{{type}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[],"_postman_id":"1cbc06d8-c7dc-4e80-b449-0851d5e41b7e"},{"name":"/api/v1/feed/favorite/count","id":"ff1edd1a-08be-4460-ba6f-16d12b7a644f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/favorite/count?post_id={{post_id}}&direction={{direction}}","description":"<p>Получение кол-во новых или старых постов относительно поста переданного в post_id</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","favorite","count"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"post_id","value":"{{post_id}}"},{"key":"direction","value":"{{direction}}"}],"variable":[]}},"response":[],"_postman_id":"ff1edd1a-08be-4460-ba6f-16d12b7a644f"},{"name":"/api/v1/feed/group/:groupId","id":"dcfcea80-affc-4077-a050-49d1db920da9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/group/:groupId?post_id={{post_id}}&direction={{direction}}&per_page={{per_page}}","description":"<p>Get a group feed</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","group",":groupId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"post_id","value":"{{post_id}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"}],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"}]}},"response":[],"_postman_id":"dcfcea80-affc-4077-a050-49d1db920da9"},{"name":"/api/v1/feed/like/:postId","id":"1d6a5d7a-0cfc-4eb0-9767-c7bbf913cf96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/like/:postId","description":"<p>Create a like for a post</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","like",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"1d6a5d7a-0cfc-4eb0-9767-c7bbf913cf96"},{"name":"/api/v1/feed/thank/:objectType/:objectId","id":"e1e5e666-f190-4220-a5e6-cf746cd79bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/thank/:objectType/:objectId?per_page=20&page=0&user_id=&direction=","description":"<p>Get thank by a comment or post</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","thank",":objectType",":objectId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"20"},{"key":"page","value":"0"},{"key":"user_id","value":""},{"key":"direction","value":""}],"variable":[{"type":"any","value":"{{objectType}}","key":"objectType"},{"type":"any","value":"{{objectId}}","key":"objectId"}]}},"response":[],"_postman_id":"e1e5e666-f190-4220-a5e6-cf746cd79bc8"},{"name":"/api/v1/feed/brand/:brandId/click","id":"3cafbaa9-1a82-4d36-8e8d-c95aea33b9b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/brand/:brandId/click","description":"<p>Запись во внутренюю статистику события нажатия на брендинговую компанию</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","brand",":brandId","click"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{brandId}}","key":"brandId"}]}},"response":[],"_postman_id":"3cafbaa9-1a82-4d36-8e8d-c95aea33b9b9"},{"name":"/api/v1/feed/like/comment/:commentId","id":"a126a4f4-88b1-4961-b138-2af43dedf98d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/like/comment/:commentId","description":"<p>Delete a like</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","like","comment",":commentId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[],"_postman_id":"a126a4f4-88b1-4961-b138-2af43dedf98d"},{"name":"/api/v1/feed/like/comment/:commentId","id":"f98456c8-aa31-47dc-a810-3a20e68290bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/like/comment/:commentId","description":"<p>Create a like for a comment</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","like","comment",":commentId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[],"_postman_id":"f98456c8-aa31-47dc-a810-3a20e68290bf"},{"name":"/api/v1/feed/like/post/:postId","id":"3fbc5eba-7893-4b91-b01b-4e3c645ba267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/like/post/:postId","description":"<p>Create a like for a post</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","like","post",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"3fbc5eba-7893-4b91-b01b-4e3c645ba267"},{"name":"/api/v1/feed/thank/:objectType/:objectId","id":"aa0776fb-d684-471b-b60e-8c34f8600107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/thank/:objectType/:objectId","description":"<p>Create a thank for a comment or post</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","thank",":objectType",":objectId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{objectType}}","key":"objectType"},{"type":"any","value":"{{objectId}}","key":"objectId"}]}},"response":[],"_postman_id":"aa0776fb-d684-471b-b60e-8c34f8600107"},{"name":"/api/v1/feed/thank/:objectType/:objectId","id":"1d4f4552-efd4-4722-822d-8091110f1db7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/feed/thank/:objectType/:objectId","description":"<p>Delete a thank</p>\n","urlObject":{"protocol":"http","path":["api","v1","feed","thank",":objectType",":objectId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{objectType}}","key":"objectType"},{"type":"any","value":"{{objectId}}","key":"objectId"}]}},"response":[],"_postman_id":"1d4f4552-efd4-4722-822d-8091110f1db7"}],"id":"0a9ba908-73db-4d31-a954-1d6488d33eef","description":"<p>Folder for feed</p>\n","_postman_id":"0a9ba908-73db-4d31-a954-1d6488d33eef"},{"name":"public","item":[{"name":"/api/v1/public/lokalise/test","id":"11e65e87-32d0-43c9-ba59-771479ffca95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/public/lokalise/test","description":"<p>Test lokalise strings</p>\n","urlObject":{"protocol":"http","path":["api","v1","public","lokalise","test"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"11e65e87-32d0-43c9-ba59-771479ffca95"},{"name":"/api/v1/public/comment/:postId/:parentCommentId","id":"ae54209b-db3c-4cfc-babd-0641d67a0892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/public/comment/:postId/:parentCommentId?order={{order}}&comment_id={{comment_id}}&direction={{direction}}&per_page={{per_page}}&with={{with}}","description":"<p>Получение комментов 2 уровня без авторизации</p>\n","urlObject":{"protocol":"http","path":["api","v1","public","comment",":postId",":parentCommentId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"order","value":"{{order}}"},{"key":"comment_id","value":"{{comment_id}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"with","value":"{{with}}"}],"variable":[{"type":"any","value":"{{postId}}","key":"postId"},{"type":"any","value":"{{parentCommentId}}","key":"parentCommentId"}]}},"response":[],"_postman_id":"ae54209b-db3c-4cfc-babd-0641d67a0892"},{"name":"/api/v1/public/lokalise/hook","id":"f71cebad-778f-45e2-9884-2b9c32856e02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/public/lokalise/hook","description":"<p>Update Lokalise strings from remote API to local DB</p>\n","urlObject":{"protocol":"http","path":["api","v1","public","lokalise","hook"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"f71cebad-778f-45e2-9884-2b9c32856e02"},{"name":"/api/v1/public/promo_video/:postId","id":"c899c615-e997-4771-a99c-109ccfa455e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/public/promo_video/:postId","description":"<p>Returns HLS playlist in m3u8 format</p>\n","urlObject":{"protocol":"http","path":["api","v1","public","promo_video",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"c899c615-e997-4771-a99c-109ccfa455e8"},{"name":"/api/v1/public/comment/:postId","id":"c4f032a3-6137-42e4-a840-d6a83f7f4da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/public/comment/:postId?order={{order}}&comment_id={{comment_id}}&direction={{direction}}&per_page={{per_page}}&with={{with}}","description":"<p>Получение комментов к посту без авторизации</p>\n","urlObject":{"protocol":"http","path":["api","v1","public","comment",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"order","value":"{{order}}"},{"key":"comment_id","value":"{{comment_id}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"with","value":"{{with}}"}],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"c4f032a3-6137-42e4-a840-d6a83f7f4da3"},{"name":"/api/v1/public/feed/post/:postId","id":"af8b9e7f-d784-4458-8be2-4e21aa4256ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/public/feed/post/:postId?with_comments={{with_comments}}&order={{order}}&comment_id={{comment_id}}&direction={{direction}}&per_page={{per_page}}&with={{with}}","description":"<p>Получение поста по PK без авторизации</p>\n","urlObject":{"protocol":"http","path":["api","v1","public","feed","post",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"with_comments","value":"{{with_comments}}"},{"key":"order","value":"{{order}}"},{"key":"comment_id","value":"{{comment_id}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"with","value":"{{with}}"}],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"af8b9e7f-d784-4458-8be2-4e21aa4256ec"}],"id":"ef0f4d0f-1980-470e-a3a1-0d56d5237081","description":"<p>Folder for public</p>\n","_postman_id":"ef0f4d0f-1980-470e-a3a1-0d56d5237081"},{"name":"bookmarks","item":[{"name":"bookmark","item":[{"name":"/api/v1/bookmarks/bookmark","event":[{"listen":"prerequest","script":{"id":"b6b49e3b-95ac-47c2-aaf7-45ffd4d0c05a","exec":["// pm.globals.set(\"post_id\", \"5c2c889ed758f64cbd16fa5c\");","// pm.globals.set(\"direction\", \"newer\");","// pm.globals.set(\"per_page\", \"25\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"a3da7f1e-aef3-41ff-9474-0edfba235618","exec":["// pm.globals.unset(\"post_id\");","// pm.globals.unset(\"direction\");","// pm.globals.unset(\"per_page\");"],"type":"text/javascript"}}],"id":"9a99a9cd-ae3b-4c53-9008-d5a0e9e22407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer "},{"key":"Cookie","type":"text","value":"XDEBUG_SESSION=;"},{"key":"APPVER","type":"text","value":"4.30.0"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/bookmark?post_id={{post_id}}&direction={{direction}}&per_page={{per_page}}","description":"<p>Получить все букмарки пользователя без учета коллекций</p>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","bookmark"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"description":{"content":"<p>ID поста от которого идет пагинация</p>\n","type":"text/plain"},"key":"post_id","value":"{{post_id}}"},{"description":{"content":"<p>newer | older</p>\n","type":"text/plain"},"key":"direction","value":"{{direction}}"},{"description":{"content":"<p>Кол-во элементов на страницу</p>\n","type":"text/plain"},"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[{"id":"3697e182-a104-4d04-86ce-a7436ebbdc34","name":"200 OK + GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer "},{"key":"Cookie","type":"text","value":"XDEBUG_SESSION=;"},{"key":"APPVER","type":"text","value":"4.30.0"}],"url":{"raw":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/bookmark?post_id=5c2c8894d758f64cbd16fa5a&direction=older&per_page=25","protocol":"http","host":["dev.kernel.daria.testbb.ru"],"path":["api","v1","bookmarks","bookmark"],"query":[{"key":"post_id","value":"5c2c8894d758f64cbd16fa5a","description":"ID поста от которого идет пагинация"},{"key":"direction","value":"older","description":"newer | older"},{"key":"per_page","value":"25","description":"Кол-во элементов на страницу"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.3"},{"key":"Date","value":"Wed, 02 Jan 2019 17:36:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2864"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"141b02"},{"key":"X-Powered-By","value":"React/alpha"}],"cookie":[],"responseTime":null,"body":"{\n    \"posts\": [\n        {\n            \"last_comments\": [],\n            \"id\": \"5c2c889ed758f64cbd16fa5c\",\n            \"dateline\": 1546422430,\n            \"content\": \"@bara5 совершенных\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 0,\n                \"likes\": 0,\n                \"thanks\": 0\n            },\n            \"images\": [\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/S1quRitWrorPzi_Az_BDHg/WxH/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                },\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/S1quRitWrorPzi_Az_BDHg/WxH/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                },\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/S1quRitWrorPzi_Az_BDHg/WxH/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                },\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/S1quRitWrorPzi_Az_BDHg/WxH/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                },\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/S1quRitWrorPzi_Az_BDHg/WxH/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                }\n            ],\n            \"content_deeplinks\": [\n                {\n                    \"url\": \"momlifeadhoc://profile/5511112d1bb44a61a6310619\",\n                    \"range\": {\n                        \"location\": 0,\n                        \"length\": 6\n                    }\n                }\n            ],\n            \"mentions\": [\n                {\n                    \"user_id\": \"5511112d1bb44a61a6310619\",\n                    \"range\": {\n                        \"location\": 0,\n                        \"length\": 6\n                    }\n                }\n            ],\n            \"tags\": [],\n            \"urls\": [],\n            \"type\": \"regular\",\n            \"share_data\": null,\n            \"user_id\": \"5511112d1bb44a61a631061b\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 50.276183,\n                \"lon\": 14.5055939\n            },\n            \"hidden_comments\": false,\n            \"did_bookmark\": true,\n            \"did_like\": false,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        }\n    ],\n    \"users\": [\n        {\n            \"id\": \"5511112d1bb44a61a631061b\",\n            \"login\": \"bara50\",\n            \"name\": \"bara50\",\n            \"caption\": null,\n            \"avatar\": {\n                \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/10/31/15409990915bd9c7b3493ad.jpeg\",\n                \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/95xZjBbRUMkQa8vM-qozVg/WxH/kernel/2018/10/31/15409990915bd9c7b3493ad.jpeg\",\n                \"width\": 1560,\n                \"height\": 2080,\n                \"type\": \"image\"\n            },\n            \"cover\": null,\n            \"country_id\": \"RU\",\n            \"pregnancy_settings\": {\n                \"pregnancy\": -3,\n                \"days\": null,\n                \"dt_pregnancy\": null,\n                \"fetuses\": 1\n            },\n            \"messenger_settings\": {\n                \"allow_messaging\": true,\n                \"allow_add_to_group\": true\n            },\n            \"children\": [],\n            \"locality\": \"Россия\",\n            \"type\": \"regular\",\n            \"special_statuses\": {\n                \"mombassador\": true,\n                \"label\": null\n            },\n            \"label\": null,\n            \"privacy_settings\": {\n                \"is_private\": false,\n                \"is_web_hidden\": false\n            },\n            \"relations\": []\n        }\n    ],\n    \"groups\": []\n}"},{"id":"476c9b2c-01df-4d56-96ee-e4ed651292a6","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer "},{"key":"Cookie","type":"text","value":"XDEBUG_SESSION=;"},{"key":"APPVER","type":"text","value":"4.30.0"}],"url":{"raw":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/bookmark","protocol":"http","host":["dev.kernel.daria.testbb.ru"],"path":["api","v1","bookmarks","bookmark"],"query":[{"key":"post_id","value":"{{post_id}}","description":"ID поста от которого идет пагинация","disabled":true},{"key":"direction","value":"{{direction}}","description":"newer | older","disabled":true},{"key":"per_page","value":"{{per_page}}","description":"Кол-во элементов на страницу","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.3"},{"key":"Date","value":"Wed, 02 Jan 2019 17:34:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4226"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"3f63b3"},{"key":"X-Powered-By","value":"React/alpha"}],"cookie":[],"responseTime":null,"body":"{\n    \"posts\": [\n        {\n            \"last_comments\": [],\n            \"id\": \"5c2c8894d758f64cbd16fa5a\",\n            \"dateline\": 1546422420,\n            \"content\": \"варивар рврвр +798523654758 @bara/++\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 0,\n                \"likes\": 0,\n                \"thanks\": 0\n            },\n            \"images\": [\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/03/07/15204041645a9f86c48086e.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/DuovNEEzGeBdn84qKIrZkg/WxH/kernel/2018/03/07/15204041645a9f86c48086e.jpeg\",\n                    \"width\": 2064,\n                    \"height\": 1548,\n                    \"type\": \"image\"\n                },\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/03/07/15204041645a9f86c48086e.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/DuovNEEzGeBdn84qKIrZkg/WxH/kernel/2018/03/07/15204041645a9f86c48086e.jpeg\",\n                    \"width\": 2064,\n                    \"height\": 1548,\n                    \"type\": \"image\"\n                }\n            ],\n            \"content_deeplinks\": [\n                {\n                    \"url\": \"momlifeadhoc://profile/5511112d1bb44a61a63105b9\",\n                    \"range\": {\n                        \"location\": 28,\n                        \"length\": 5\n                    }\n                },\n                {\n                    \"url\": \"momlifeadhoc://action/phone/+798523654758\",\n                    \"range\": {\n                        \"location\": 14,\n                        \"length\": 15\n                    }\n                }\n            ],\n            \"mentions\": [\n                {\n                    \"user_id\": \"5511112d1bb44a61a63105b9\",\n                    \"range\": {\n                        \"location\": 28,\n                        \"length\": 5\n                    }\n                }\n            ],\n            \"tags\": [],\n            \"urls\": [],\n            \"type\": \"regular\",\n            \"share_data\": null,\n            \"user_id\": \"5511112d1bb44a61a631061b\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 50.276183,\n                \"lon\": 14.5055939\n            },\n            \"hidden_comments\": false,\n            \"did_bookmark\": true,\n            \"did_like\": false,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        },\n        {\n            \"last_comments\": [],\n            \"id\": \"5c2c889ed758f64cbd16fa5c\",\n            \"dateline\": 1546422430,\n            \"content\": \"@bara5 совершенных\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 0,\n                \"likes\": 0,\n                \"thanks\": 0\n            },\n            \"images\": [\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/S1quRitWrorPzi_Az_BDHg/WxH/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                },\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/S1quRitWrorPzi_Az_BDHg/WxH/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                },\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/S1quRitWrorPzi_Az_BDHg/WxH/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                },\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/S1quRitWrorPzi_Az_BDHg/WxH/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                },\n                {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/S1quRitWrorPzi_Az_BDHg/WxH/kernel/2019/01/02/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                }\n            ],\n            \"content_deeplinks\": [\n                {\n                    \"url\": \"momlifeadhoc://profile/5511112d1bb44a61a6310619\",\n                    \"range\": {\n                        \"location\": 0,\n                        \"length\": 6\n                    }\n                }\n            ],\n            \"mentions\": [\n                {\n                    \"user_id\": \"5511112d1bb44a61a6310619\",\n                    \"range\": {\n                        \"location\": 0,\n                        \"length\": 6\n                    }\n                }\n            ],\n            \"tags\": [],\n            \"urls\": [],\n            \"type\": \"regular\",\n            \"share_data\": null,\n            \"user_id\": \"5511112d1bb44a61a631061b\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 50.276183,\n                \"lon\": 14.5055939\n            },\n            \"hidden_comments\": false,\n            \"did_bookmark\": true,\n            \"did_like\": false,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        }\n    ],\n    \"users\": [\n        {\n            \"id\": \"5511112d1bb44a61a631061b\",\n            \"login\": \"bara50\",\n            \"name\": \"bara50\",\n            \"caption\": null,\n            \"avatar\": {\n                \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/10/31/15409990915bd9c7b3493ad.jpeg\",\n                \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/95xZjBbRUMkQa8vM-qozVg/WxH/kernel/2018/10/31/15409990915bd9c7b3493ad.jpeg\",\n                \"width\": 1560,\n                \"height\": 2080,\n                \"type\": \"image\"\n            },\n            \"cover\": null,\n            \"country_id\": \"RU\",\n            \"pregnancy_settings\": {\n                \"pregnancy\": -3,\n                \"days\": null,\n                \"dt_pregnancy\": null,\n                \"fetuses\": 1\n            },\n            \"messenger_settings\": {\n                \"allow_messaging\": true,\n                \"allow_add_to_group\": true\n            },\n            \"children\": [],\n            \"locality\": \"Россия\",\n            \"type\": \"regular\",\n            \"special_statuses\": {\n                \"mombassador\": true,\n                \"label\": null\n            },\n            \"label\": null,\n            \"privacy_settings\": {\n                \"is_private\": false,\n                \"is_web_hidden\": false\n            },\n            \"relations\": []\n        }\n    ],\n    \"groups\": []\n}"}],"_postman_id":"9a99a9cd-ae3b-4c53-9008-d5a0e9e22407"},{"name":"/api/v1/bookmarks/bookmark/:collectionId","event":[{"listen":"prerequest","script":{"id":"c1e5e2f3-3076-4252-8ece-21a94a82fd81","exec":["pm.globals.set(\"collectionId\", \"collectionId\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"33a1b7ed-f898-46e4-be25-07ca2f394fd1","exec":["pm.globals.unset(\"collectionId\")"],"type":"text/javascript"}}],"id":"5284a828-130c-46fe-ba6c-ab9eda5253ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/bookmark/:collectionId?post_id={{post_id}}&direction={{direction}}&per_page={{per_page}}","description":"<p>Получение всех букмарков нужной коллекции</p>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","bookmark",":collectionId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"description":{"content":"<p>ID поста от которого идет пагинация</p>\n","type":"text/plain"},"key":"post_id","value":"{{post_id}}"},{"description":{"content":"<p>newer | older</p>\n","type":"text/plain"},"key":"direction","value":"{{direction}}"},{"description":{"content":"<p>Кол-во элементов на страницу</p>\n","type":"text/plain"},"key":"per_page","value":"{{per_page}}"}],"variable":[{"type":"any","value":"{{collectionId}}","key":"collectionId"}]}},"response":[],"_postman_id":"5284a828-130c-46fe-ba6c-ab9eda5253ac"},{"name":"/api/v1/bookmarks/bookmark/:postId","id":"e3c2d7f9-829f-435c-9b1a-37fa4a2d078e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE1NDc3Mjk5NDIsImV4cCI6MTU0NzgxNjM0NywiZGV2aWNlIjoiNzZCQkVBMjgtOUJDRS00MDZELTlCQTgtNDNDMTEyMUU1QTc1IiwidXNlciI6IjU4MWEzMjk2NmE4YzEyMmZjMDM2OTE4NCIsInR5cGUiOjEsInNtIjpmYWxzZX0.IsMrbQD6gbas3iLPslhE2sPNYaV8T1ZluQOl9CSVH0FXXheX8r__r5sJcYerVoOUX2lduDCY9vX_O0VpbU_6btXBtU12iJtVEWFAKIVAc-br8O473obuFjGP4407pm4O3TaX1Eq-ymjpnV39m5qFlM70N4BN0AIzUSQuvLUOLkEGiJlX4DLlFhCCnv0BZ6HYT-VecPGMTcL_zQdhqVZM0xyXC-dTdLBhMiKjrHJhFUgJ6hMk_rntq4htjbgXFgCp0B9KIVeoryIVobvlnk1oz2s1jZuGJ-rf1rdmR9CFXy0Rho9efQvFwatVw6NmEHY48U0_v-tA106otaM3LasoTlHHLH84E56pSmvC3yK6aH5KeKs8W2XIT6RXSV4zOL6nBl2yV-BDGTiSc7UXtrjvDvpluTsr3bBt0tB1HAO90oMKyfG7dNkuzDzgvlh_JZ4aNkK7z4WikDoqO4cUAwgxjL367c9O6HkbG1lKC7bP5NhUvCMwvGUEhsomy4edmjVhDziKxjC06xqkOcU4Wor6dDQRqdwrejPcE5bcwkzzRz-F--V55d6BdCPpvUWnQbxn8zL8vsCpLLSkrD8sHYcNo9kJg4_AQvN6mHQn_ekxsDTggkFqLFGEsTlu9pDglLSl7nQNdAbKUhr80nhfYWgPFklskPRA8Y29qqb-fgHVIbc","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"{            \"posts_ids\": [\n                \"5c3c5632d758f62a0a46c6a3\",\n\"5c3cadb3d758f66453030d48\"\n               \n            ]\n}"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/collections/move/5bd06fb5d758f619a41ce973","description":"<p>Добавить букмарк в дефолтную коллекцию</p>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","collections","move","5bd06fb5d758f619a41ce973"],"host":["dev","kernel","daria","testbb","ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3c2d7f9-829f-435c-9b1a-37fa4a2d078e"},{"name":"/api/v1/bookmarks/bookmark/:postId/delete","id":"0c305aa8-7f50-4db3-8b29-a62c57557155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/bookmark/:postId/delete","description":"<p>Удалить букмарк</p>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","bookmark",":postId","delete"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"description":{"content":"<p>ID поста</p>\n","type":"text/plain"},"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"0c305aa8-7f50-4db3-8b29-a62c57557155"},{"name":"/api/v1/bookmarks/bookmark/:postId/:collectionId","id":"2e39f6f6-eb59-4b67-b9b0-89fda25b16d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/bookmark/:postId/:collectionId","description":"<p>Add bookmark</p>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","bookmark",":postId",":collectionId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"description":{"content":"<p>ID поста</p>\n","type":"text/plain"},"type":"any","value":"{{postId}}","key":"postId"},{"description":{"content":"<p>ID коллекции</p>\n","type":"text/plain"},"type":"any","value":"{{collectionId}}","key":"collectionId"}]}},"response":[],"_postman_id":"2e39f6f6-eb59-4b67-b9b0-89fda25b16d3"},{"name":"/api/v1/bookmarks/bookmark/:postId/:collectionId/delete","id":"ed8c9864-7fae-411b-bb3a-012ae02d46c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/bookmark/:postId/:collectionId/delete","description":"<p>Delete bookmark</p>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","bookmark",":postId",":collectionId","delete"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"description":{"content":"<p>ID поста</p>\n","type":"text/plain"},"type":"any","value":"{{postId}}","key":"postId"},{"description":{"content":"<p>ID коллекции</p>\n","type":"text/plain"},"type":"any","value":"{{collectionId}}","key":"collectionId"}]}},"response":[],"_postman_id":"ed8c9864-7fae-411b-bb3a-012ae02d46c6"}],"id":"6640c2d3-6947-4a1a-9d3c-54fdaf5fd535","_postman_id":"6640c2d3-6947-4a1a-9d3c-54fdaf5fd535","description":""},{"name":"collections","item":[{"name":"/api/v1/bookmarks/collections/list/:userId","id":"78bfd956-5831-40e4-90f9-dc69a3084879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/collections/list/:userId?page=:page&per_page=:per_page","description":"<p>Get list of bookmark collections</p>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","collections","list",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"page","value":":page"},{"key":"per_page","value":":per_page"}],"variable":[{"description":{"content":"<p>ID пользователя</p>\n","type":"text/plain"},"type":"any","value":"{{user_id}}","key":"userId"}]}},"response":[],"_postman_id":"78bfd956-5831-40e4-90f9-dc69a3084879"},{"name":"/api/v1/bookmarks/collections/create","event":[{"listen":"prerequest","script":{"id":"69669746-d197-487a-b269-cee27fdb650d","exec":["pm.globals.set(\"title\", \"Привет\");","pm.globals.set(\"order\", \"0\");","pm.globals.set(\"is_public\", \"TRUE\");"],"type":"text/javascript"}}],"id":"973c09e3-87b2-4e4c-80dc-427a5d7e3b35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Моя новая коллекция\",\n  \"order\": 0,\n  \"is_public\": false\n}"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/collections/create","description":"<p>Add bookmark collection</p>\n<ul>\n<li>title (required, string)</li>\n<li>order (optional, int)</li>\n<li>is_public (optional, bool)</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","collections","create"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[{"id":"4d55ba98-a209-4a62-9332-b7cdabc79d2b","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Моя новая коллекция\",\n  \"order\": 0,\n  \"is_public\": false\n}"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/collections/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.3"},{"key":"Date","value":"Wed, 02 Jan 2019 17:59:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"277"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"57a411"},{"key":"Set-Cookie","value":"sf_redirect={\"token\":\"57a411\",\"route\":\"app_v1_bookmark_createcollection\",\"method\":\"POST\",\"controller\":{\"class\":\"AppBundle\\\\Controller\\\\V1\\\\BookmarkController\",\"method\":\"createCollectionAction\",\"file\":\"\\/opt\\/WWWRoot\\/daria\\/kernel\\/dev\\/src\\/AppBundle\\/Controller\\/V1\\/BookmarkController.php\",\"line\":139},\"status_code\":201,\"status_text\":\"Created\"}; Path=/; HttpOnly"},{"key":"X-Powered-By","value":"React/alpha"}],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"5c2cfc1bd758f6566419e52d\",\n            \"owner\": \"552f822f8ae305a8028b4576\",\n            \"title\": \"Моя новая коллекция\",\n            \"images\": [],\n            \"created\": 1546451995,\n            \"modified\": 1546451995,\n            \"order\": 0,\n            \"is_public\": false,\n            \"is_default\": false,\n            \"bookmarks_count\": 0,\n            \"subscribers_count\": 0\n        }\n    ]\n}"}],"_postman_id":"973c09e3-87b2-4e4c-80dc-427a5d7e3b35"},{"name":"/api/v1/bookmarks/collections/edit/:collectionId","id":"b5b24fee-654d-4d9a-8d23-dfe33c8b4908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"New collection name\",\n  \"order\": 1,\n  \"is_public\": true\n}"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/collections/edit/:collectionId","description":"<p>Edit bookmark collection</p>\n<ul>\n<li>title (required, string)</li>\n<li>order (optional, int)</li>\n<li>is_public (optional, bool)</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","collections","edit",":collectionId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{collectionId}}","key":"collectionId"}]}},"response":[],"_postman_id":"b5b24fee-654d-4d9a-8d23-dfe33c8b4908"},{"name":"/api/v1/bookmarks/collections/move/:collectionId","id":"749faa04-0846-4fa6-99ff-6b8d69e43a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"posts_ids\": [\n    \"string\"\n  ]\n}"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/collections/move/:collectionId","description":"<p>Перенести букмарки в коллекцию</p>\n<ul>\n<li>posts_ids (required, array)</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","collections","move",":collectionId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"description":{"content":"<p>ID коллекции</p>\n","type":"text/plain"},"type":"any","value":"{{collectionId}}","key":"collectionId"}]}},"response":[],"_postman_id":"749faa04-0846-4fa6-99ff-6b8d69e43a16"},{"name":"/api/v1/bookmarks/collections/reorder","id":"bff7bb38-9d33-41f3-a9e8-8084adf8c1ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"collectionId\": 0,\n  \"collectionId2\": 0,\n  \"collectionId3\": 0,\n}"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/collections/reorder","description":"<p>Пересортировать коллекции для себя</p>\n<p>Данные для пересортировки коллекции: </p>\n<ul>\n<li>ключи, id коллекций</li>\n<li>значения, порядок сортировки order</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","collections","reorder"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"bff7bb38-9d33-41f3-a9e8-8084adf8c1ec"},{"name":"/api/v1/bookmarks/collections/delete/:collectionId","id":"8c3ee8ae-e072-497b-a0eb-0410c97c4c83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/collections/delete/:collectionId","description":"<p>Delete bookmark collection</p>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","collections","delete",":collectionId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"description":{"content":"<p>ID коллекции</p>\n","type":"text/plain"},"type":"any","value":"{{collectionId}}","key":"collectionId"}]}},"response":[],"_postman_id":"8c3ee8ae-e072-497b-a0eb-0410c97c4c83"}],"id":"c1b4c4f5-21d5-452a-a1db-6bed2f1ccd34","_postman_id":"c1b4c4f5-21d5-452a-a1db-6bed2f1ccd34","description":""},{"name":"subscriptions","item":[{"name":"/api/v1/bookmarks/subscriptions","id":"8ff07350-b316-497d-869c-746223873349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/subscriptions","description":"<p>Получить список коллецкий на который подписан</p>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","subscriptions"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ff07350-b316-497d-869c-746223873349"},{"name":"/api/v1/bookmarks/subscriptions/:collectionId","id":"fe507250-57e0-49ed-894b-3b356be49500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/subscriptions/:collectionId","description":"<p>Подписаться на коллекцию</p>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","subscriptions",":collectionId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"description":{"content":"<p>ID коллекции</p>\n","type":"text/plain"},"type":"any","value":"{{collectionId}}","key":"collectionId"}]}},"response":[],"_postman_id":"fe507250-57e0-49ed-894b-3b356be49500"},{"name":"/api/v1/bookmarks/subscriptions/:collectionId","id":"27c0a304-53cd-4c2b-b8ce-23e7f7374275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/bookmarks/subscriptions/:collectionId","description":"<p>Отписаться от коллекции</p>\n","urlObject":{"protocol":"http","path":["api","v1","bookmarks","subscriptions",":collectionId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"description":{"content":"<p>ID коллекции</p>\n","type":"text/plain"},"type":"any","value":"{{collectionId}}","key":"collectionId"}]}},"response":[],"_postman_id":"27c0a304-53cd-4c2b-b8ce-23e7f7374275"}],"id":"0be8a446-672a-4d94-88cb-5eb497c806f8","_postman_id":"0be8a446-672a-4d94-88cb-5eb497c806f8","description":""}],"id":"059bd3f9-f754-4aca-8a97-8c65ef6b728d","description":"<p>Folder for bookmarks</p>\n","_postman_id":"059bd3f9-f754-4aca-8a97-8c65ef6b728d"},{"name":"comment","item":[{"name":"/api/v1/comment/:postId/create","id":"0f83e44a-2cfb-4ae7-9601-16aaaaa7a767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Comment request data, client must to provide content or image, or both, commnet_id - last seen comment"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/comment/:postId/create","description":"<p>Create comment</p>\n","urlObject":{"protocol":"http","path":["api","v1","comment",":postId","create"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"0f83e44a-2cfb-4ae7-9601-16aaaaa7a767"},{"name":"/api/v1/comment/:postId/:commentId/create","id":"9444e51c-749b-4d8a-9529-1b1c48bd319e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Comment request data, client must to provide content or image, or both, commnet_id - last seen comment"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/comment/:postId/:commentId/create","description":"<p>Create comment</p>\n","urlObject":{"protocol":"http","path":["api","v1","comment",":postId",":commentId","create"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"},{"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[],"_postman_id":"9444e51c-749b-4d8a-9529-1b1c48bd319e"},{"name":"/api/v1/comment/:сommentId/env","id":"335c430b-fa78-4db5-b489-fc5a39e156f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/comment/:сommentId/env?direction={{direction}}&per_page={{per_page}}","description":"<p>Получение окружения комментария. Комменты первого уровня с последними подкомментами. Или подкоммент с родительским и его соседями</p>\n","urlObject":{"protocol":"http","path":["api","v1","comment",":сommentId","env"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"}],"variable":[{"type":"any","value":"{{сommentId}}","key":"сommentId"}]}},"response":[],"_postman_id":"335c430b-fa78-4db5-b489-fc5a39e156f1"},{"name":"/api/v1/comment/:postId/:commentId","id":"efdd70c0-caa8-445d-9235-92a9ff8c0a1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Comment request data, client must to provide content or image, or both"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/comment/:postId/:commentId","description":"<p>Редактирование комментария любого уровня</p>\n","urlObject":{"protocol":"http","path":["api","v1","comment",":postId",":commentId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"},{"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[],"_postman_id":"efdd70c0-caa8-445d-9235-92a9ff8c0a1b"},{"name":"/api/v1/comment/:postId/:commentId","id":"cebcf727-25a6-411b-8848-6bf790775a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/comment/:postId/:commentId","description":"<p>Удаление комментария любого уровня</p>\n","urlObject":{"protocol":"http","path":["api","v1","comment",":postId",":commentId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"},{"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[],"_postman_id":"cebcf727-25a6-411b-8848-6bf790775a1d"},{"name":"/api/v1/comment/:postId","id":"4aac0141-f626-4f8c-b39a-da8cdb2010ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/comment/:postId?order={{order}}&comment_id={{comment_id}}&direction={{direction}}&per_page={{per_page}}&with={{with}}","description":"<p>Get comments by post</p>\n","urlObject":{"protocol":"http","path":["api","v1","comment",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"order","value":"{{order}}"},{"key":"comment_id","value":"{{comment_id}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"with","value":"{{with}}"}],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"4aac0141-f626-4f8c-b39a-da8cdb2010ad"},{"name":"/api/v1/comment/:postId/:commentId","id":"8d66c423-eb00-44dc-9af2-61644d316037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/comment/:postId/:commentId?order={{order}}&comment_id={{comment_id}}&direction={{direction}}&per_page={{per_page}}&with={{with}}","description":"<p>Получение комментов второго уровня</p>\n","urlObject":{"protocol":"http","path":["api","v1","comment",":postId",":commentId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"order","value":"{{order}}"},{"key":"comment_id","value":"{{comment_id}}"},{"key":"direction","value":"{{direction}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"with","value":"{{with}}"}],"variable":[{"type":"any","value":"{{postId}}","key":"postId"},{"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[],"_postman_id":"8d66c423-eb00-44dc-9af2-61644d316037"}],"id":"296f088e-43fe-4dd1-8edc-8a6ba275bdcc","description":"<p>Folder for comment</p>\n","_postman_id":"296f088e-43fe-4dd1-8edc-8a6ba275bdcc"},{"name":"device","item":[{"name":"/api/v1/device","id":"0008e75c-dbb4-43e3-b309-c738def8f99b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"device_id\": \"postman_device_id\",\n  \"app_version\": \"4.30.0\",\n  \"os\": \"IOS\",\n  \"os_version\": \"9.3\",\n  \"maker\": \"Apple\",\n  \"model\": \"iPhone6.3\",\n  \"locale\": \"ru\"\n}"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/device","description":"<p>Register new device</p>\n","urlObject":{"protocol":"http","path":["api","v1","device"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"0008e75c-dbb4-43e3-b309-c738def8f99b"},{"name":"/api/v1/device/edit","id":"ac4029e6-ec47-4567-ae93-0db09a363fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Данные для обновления устройства. adv_id только записывается - не возвращается\n"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/device/edit","description":"<p>Обновление устройства</p>\n","urlObject":{"protocol":"http","path":["api","v1","device","edit"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac4029e6-ec47-4567-ae93-0db09a363fb3"}],"id":"16cb43fa-41e4-495a-b116-de16edf13ecf","description":"<p>Folder for device</p>\n","_postman_id":"16cb43fa-41e4-495a-b116-de16edf13ecf"},{"name":"group","item":[{"name":"/api/v1/group/membership/:groupId/admin/member/:userId/reject","id":"c6c0862e-67fd-41e3-b44f-2fc9018cd23c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/group/membership/:groupId/admin/member/:userId/reject","description":"<p>Отклонить заявку пользователя. Только для админов групп.</p>\n","urlObject":{"protocol":"http","path":["api","v1","group","membership",":groupId","admin","member",":userId","reject"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"},{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"c6c0862e-67fd-41e3-b44f-2fc9018cd23c"},{"name":"/api/v1/group/membership/:groupId/user/subscribe","id":"4a53fa28-c824-451e-8e71-b08a69f7bd38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/group/membership/:groupId/user/subscribe","description":"<p>Отписаться от группы или отменить заявку, если она еще не была одобрена</p>\n","urlObject":{"protocol":"http","path":["api","v1","group","membership",":groupId","user","subscribe"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"}]}},"response":[],"_postman_id":"4a53fa28-c824-451e-8e71-b08a69f7bd38"},{"name":"/api/v1/group/membership/:groupId/admin/member/:userId/ban","id":"5b3d047d-2b86-453f-8d36-a643b634808d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/group/membership/:groupId/admin/member/:userId/ban","description":"<p>Забанить пользователя, отменяет подписки и заявки, повторные заявки невозможны. Только для админов групп.</p>\n","urlObject":{"protocol":"http","path":["api","v1","group","membership",":groupId","admin","member",":userId","ban"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"},{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"5b3d047d-2b86-453f-8d36-a643b634808d"},{"name":"/api/v1/group/membership/:groupId/admin/member/:userId/kick","id":"aa03fcac-bef5-4d18-892e-53e2edbdc682","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/group/membership/:groupId/admin/member/:userId/kick","description":"<p>Удалить пользователя из группы - отменяет его подписку, заявки. Только для админов групп.</p>\n","urlObject":{"protocol":"http","path":["api","v1","group","membership",":groupId","admin","member",":userId","kick"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"},{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"aa03fcac-bef5-4d18-892e-53e2edbdc682"},{"name":"/api/v1/group/group/:groupId","id":"cb78b3c5-ee9f-4fc6-80b3-8d3163cc673e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/group/group/:groupId","description":"<p>Get group info</p>\n","urlObject":{"protocol":"http","path":["api","v1","group","group",":groupId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"}]}},"response":[],"_postman_id":"cb78b3c5-ee9f-4fc6-80b3-8d3163cc673e"},{"name":"/api/v1/group/membership/:groupId/user/subscribe","id":"eae128a1-5362-4837-9c83-24032979ec33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/group/membership/:groupId/user/subscribe","description":"<p>Подписаться на группу. В случае открытой группы будет сразу оформлена подписка, иначе будет ожидание одобрения администратором</p>\n","urlObject":{"protocol":"http","path":["api","v1","group","membership",":groupId","user","subscribe"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"}]}},"response":[],"_postman_id":"eae128a1-5362-4837-9c83-24032979ec33"},{"name":"/api/v1/group/available/:type","id":"5aa22a74-9fd0-4d4c-a7dc-710c1802190b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/group/available/:type?per_page={{per_page}}&object_id={{object_id}}","description":"<p>Get available groups of specified type to post to</p>\n","urlObject":{"protocol":"http","path":["api","v1","group","available",":type"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"},{"key":"object_id","value":"{{object_id}}"}],"variable":[{"type":"any","value":"{{type}}","key":"type"}]}},"response":[],"_postman_id":"5aa22a74-9fd0-4d4c-a7dc-710c1802190b"},{"name":"/api/v1/group/available","id":"a8669e1b-145b-4447-937c-ddfece6b3847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/group/available","description":"<p>Get available groups to post to</p>\n","urlObject":{"protocol":"http","path":["api","v1","group","available"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8669e1b-145b-4447-937c-ddfece6b3847"},{"name":"/api/v1/group/membership/:groupId/admin/member/:userId/accept","id":"7ab78d86-9d02-42ab-9653-65094042f9c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/group/membership/:groupId/admin/member/:userId/accept","description":"<p>Принять заявку пользователя. Только для админов групп.</p>\n","urlObject":{"protocol":"http","path":["api","v1","group","membership",":groupId","admin","member",":userId","accept"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"},{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"7ab78d86-9d02-42ab-9653-65094042f9c6"},{"name":"/api/v1/group/membership/:groupId/admin/members/:status","id":"8401915c-2923-495a-aae7-f2e8daf32640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/group/membership/:groupId/admin/members/:status?per_page={{per_page}}&direction={{direction}}&scrolled_id={{scrolled_id}}","description":"<p>Только для админов групп. Получить список пользователей группы с определенным статусом.</p>\n","urlObject":{"protocol":"http","path":["api","v1","group","membership",":groupId","admin","members",":status"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"},{"key":"direction","value":"{{direction}}"},{"key":"scrolled_id","value":"{{scrolled_id}}"}],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"},{"type":"any","value":"{{status}}","key":"status"}]}},"response":[],"_postman_id":"8401915c-2923-495a-aae7-f2e8daf32640"},{"name":"/api/v1/group/membership/:groupId/admin/member/:userId/admin","id":"221059a3-a568-4a2f-bb8d-42c978299c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/group/membership/:groupId/admin/member/:userId/admin","description":"<p>Добавить пользователя администраторы группы. Только для админов групп.</p>\n","urlObject":{"protocol":"http","path":["api","v1","group","membership",":groupId","admin","member",":userId","admin"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"},{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"221059a3-a568-4a2f-bb8d-42c978299c4c"}],"id":"d3467b4a-cd88-4354-85ac-12180aa21c1a","description":"<p>Folder for group</p>\n","_postman_id":"d3467b4a-cd88-4354-85ac-12180aa21c1a"},{"name":"reg","item":[{"name":"/api/v1/reg","id":"62e8a1da-f5c5-40f1-8dfb-8da001d7e9e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Данные для обновления устройства\n"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/reg","description":"<p>Регистрация</p>\n","urlObject":{"protocol":"http","path":["api","v1","reg"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"62e8a1da-f5c5-40f1-8dfb-8da001d7e9e7"},{"name":"/api/v1/reg/geo","id":"993c2bbb-9296-4bf2-bd17-e943df9a9f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/reg/geo?lon={{lon}}&lat={{lat}}","description":"<p>Получение ближайшего населенного пункта по координатам или IP</p>\n","urlObject":{"protocol":"http","path":["api","v1","reg","geo"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"lon","value":"{{lon}}"},{"key":"lat","value":"{{lat}}"}],"variable":[]}},"response":[],"_postman_id":"993c2bbb-9296-4bf2-bd17-e943df9a9f76"},{"name":"/api/v1/reg/check/email","id":"47332085-5fb7-4d3b-8ed5-1266faa56fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/reg/check/email?email={{email}}","description":"<p>Проверка возможности зарегистрировать email и получение варианта логина</p>\n","urlObject":{"protocol":"http","path":["api","v1","reg","check","email"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"email","value":"{{email}}"}],"variable":[]}},"response":[],"_postman_id":"47332085-5fb7-4d3b-8ed5-1266faa56fbb"},{"name":"/api/v1/reg/geo/regions/:countryCode","id":"a08ce1ee-bd01-4ac9-b600-0ae123d652bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/reg/geo/regions/:countryCode","description":"<p>Получение списка регионов в стране</p>\n","urlObject":{"protocol":"http","path":["api","v1","reg","geo","regions",":countryCode"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{countryCode}}","key":"countryCode"}]}},"response":[],"_postman_id":"a08ce1ee-bd01-4ac9-b600-0ae123d652bf"},{"name":"/api/v1/reg/full","id":"07127cd3-0487-4718-865e-9eca46f836a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Данные для регистрации. Все поля кроме device_id, email и password - не обязательны\n"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/reg/full","description":"<p>Регистрация с полными данными</p>\n","urlObject":{"protocol":"http","path":["api","v1","reg","full"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"07127cd3-0487-4718-865e-9eca46f836a3"},{"name":"/api/v1/reg/anonymous","id":"47d56d24-1661-4fa0-845f-f83e727ad421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Данные для регистрации. Все поля кроме device_id - не обязательны. email, login и password игнорируются.\n"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/reg/anonymous","description":"<p>Анонимная регистрация</p>\n","urlObject":{"protocol":"http","path":["api","v1","reg","anonymous"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"47d56d24-1661-4fa0-845f-f83e727ad421"},{"name":"/api/v1/reg/geo/cities/:countryCode/:regionId","id":"b66efb3f-60c5-47e4-aa2c-ee16a69c27be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/reg/geo/cities/:countryCode/:regionId","description":"<p>Получение списка городов и регионов в стране и опционально региону</p>\n","urlObject":{"protocol":"http","path":["api","v1","reg","geo","cities",":countryCode",":regionId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{countryCode}}","key":"countryCode"},{"type":"any","value":"{{regionId}}","key":"regionId"}]}},"response":[],"_postman_id":"b66efb3f-60c5-47e4-aa2c-ee16a69c27be"},{"name":"/api/v1/reg/check/password","id":"545cee40-9f64-450b-a425-587da5a56410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/reg/check/password","description":"<p>Проверка воозможности использовать строку как пароль</p>\n","urlObject":{"protocol":"http","path":["api","v1","reg","check","password"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"545cee40-9f64-450b-a425-587da5a56410"},{"name":"/api/v1/reg/reminder","id":"ee825c7a-1c2d-4af1-bb77-4088ca0977ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/reg/reminder","description":"<p>Восстановление пароля по электронной почте</p>\n","urlObject":{"protocol":"http","path":["api","v1","reg","reminder"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee825c7a-1c2d-4af1-bb77-4088ca0977ec"},{"name":"/api/v1/reg/check/login","id":"469b9a61-1755-4328-8789-110d040e060f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/reg/check/login?email={{email}}&login={{login}}","description":"<p>Проверка возможности зарегистрировать логин и/или получение варианта логина</p>\n","urlObject":{"protocol":"http","path":["api","v1","reg","check","login"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"email","value":"{{email}}"},{"key":"login","value":"{{login}}"}],"variable":[]}},"response":[],"_postman_id":"469b9a61-1755-4328-8789-110d040e060f"},{"name":"/api/v1/reg/welcome","id":"287e5c98-fe04-4a55-a70f-fb05d6a0e4ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/reg/welcome","description":"<p>Информация по экранам визарда регистрации</p>\n","urlObject":{"protocol":"http","path":["api","v1","reg","welcome"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"287e5c98-fe04-4a55-a70f-fb05d6a0e4ef"}],"id":"4a9cac52-bb63-403e-aba6-52d94e78db66","description":"<p>Folder for reg</p>\n","_postman_id":"4a9cac52-bb63-403e-aba6-52d94e78db66"},{"name":"auth","item":[{"name":"/api/v1/auth/logout","id":"11ccd389-fec4-4206-b8ef-bc9a02ee4798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/auth/logout","description":"<p>Аутентификация, получене токенов по логину и паролю</p>\n","urlObject":{"protocol":"http","path":["api","v1","auth","logout"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"11ccd389-fec4-4206-b8ef-bc9a02ee4798"},{"name":"/api/v1/auth/login","event":[{"listen":"test","script":{"id":"17e5932b-4512-4d24-9da1-ac2d80081007","exec":["var data = JSON.parse(responseBody);","pm.environment.set(\"auth_token\", data.token);","pm.environment.set(\"refresh_token\", data.refresh_token);","pm.environment.set(\"user_id\", data.user.id);","pm.environment.set(\"user_login\", data.user.login);","pm.environment.set(\"user_name\", data.user.name);"],"type":"text/javascript"}}],"id":"44909978-1a58-4abc-8d2a-554a3d19c4be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer "},{"key":"Cookie","type":"text","value":"XDEBUG_SESSION=;"},{"key":"APPVER","type":"text","value":"4.30.0"}],"body":{"mode":"raw","raw":"{\n\t\"device_id\": \"postman_device_id\",\n\t\"login\": \"{{login}}\",\n\t\"password\": \"{{password}}\"\n}"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/auth/login","description":"<p>Аутентификация, получене токенов по логину и паролю</p>\n","urlObject":{"protocol":"http","path":["api","v1","auth","login"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[{"id":"949080e3-5613-4a29-8ceb-ac362595a0f7","name":"/api/v1/auth/login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"device_id\": \"postman_device_id\",\n\t\"login\": \"{{login}}\",\n\t\"password\": \"{{password}}\"\n}"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.3"},{"key":"Date","value":"Wed, 02 Jan 2019 14:59:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9173"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"X-Powered-By","value":"PHP/7.2.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"2b944c"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE1NDY0NDExNjIsImV4cCI6MTU0NjUyNzU2NywiZGV2aWNlIjoicG9zdG1hbl9kZXZpY2VfMTExIiwidXNlciI6IjU5NmRmYzJlNmE4YzEyMmY3NTYxZmM1MiIsInR5cGUiOjEsInNtIjpmYWxzZX0.kopiU_3sQkL34XB5mAvEUO6xZsHlLlFBSIkcnUnyaMt0rPEOxejh-fSR4VqzBqDMdF7z6LkkMP8-V4xM_KHV7sKdHSK1Wbib7MdVg2aG-c4EqHbWRrLE-q0n7B29Mh1zpG2Lwie5_HM0Fwyj04JXpxTk0mopVxW-FUMxzwzww8wKbrxI4b-pVI-UirnLTWTX6m16XopjBIQxiXLSJ5EUNcS2EXISiGL2DEpohkcPdBzM95D_yqgaNavvV_EUhOqOSJfxI6BgWKPjcrhBtymnyRgryhkRHPK8dje9uVVyxV7bOZx1JamDZql0kaezIls_JwcvwTZ2ybyWwk5QjU3ZVbSuviGyWfr64D-NAiWh5cQU7W5Z2MivCkYqJFixLh_KZrUft-VVDrXo6XV9a-w6HGLkrJ5NIM3zx8hhB6dSZZDJicBTKE1eXFWWddubZpqdMlZBUUckoFQAF6vecpxPQiQkdjh83ZoIwtF2pAuYL0ed1kt9PWvC46iNQRSGItR51jcgrdQmfqaC7X3jwHLyURz1HRFHxoSG2B33rbKf_6NrqNcjYqzCN9cuHhSv5WNMv2DFK3rYMTit8bw1AiDmYKcHodBq1xKFrI1q7ViJwF3wGzRlQZGGoA2bhoenRxSzhoTeCnoYjsCTKiywbL1wxPDshBP__iYb1NHGme2kgTk\",\n    \"refresh_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE1NDY0NDExNjIsImV4cCI6MTY0NjQ0MTE2NiwiZGV2aWNlIjoicG9zdG1hbl9kZXZpY2VfMTExIiwidXNlciI6IjU5NmRmYzJlNmE4YzEyMmY3NTYxZmM1MiIsInR5cGUiOjIsInNtIjpmYWxzZX0.KlRK6R2LPFTDGLC1XRlmScjvXJc-LxcNj22U2LSafwCkARk1CoBAp36kyx4x4usGZR2s4CaDCLnKb1LjkfSWCfeXF2KIrxcsRh6EQqIDo7uPexlOd3yMaHV0fI0WsVqAQXpxd_JRU8tp_zMjt2zMGPHMn6hQznNYtiRhtGk_bEQw656OyfpLG-b3pQhTenTs3NsIGGeRMueN04ZDgRK_ttskXCW2qfk9kkVckRJuwXKyTC4SRcj2DMw_K7OJg4Fs5HTwjjFSKRT8URngaYH-0nt31-wQEjtrZNyY5v5u4Kg3xJQ9hvvk_KMMvuM_K2rht3u8To6Boh8zmGDg8gid0r5s1ymZzHRRMwkTXvyBv5w-i31QwocDU3tNInJMp0oqBAOCj1_gwH9Q1JdbsWfwAEsAcn0RUR7oCNsGo17DwHF66Rdm-gp9gOyCyaUJMwftbZQEw-jRDl5ltXaQ9dXrf15wlKtNzykaCfXlnKJDKHJ-wJNFCCO5xBTnIS3vFTfVlaBZmn6vrIJ20tavfCdbZCrJNfgF55WIN4wzJUsaxvHAlpbe2Dlk6VY9qOeD91xk1EwHjivbZK52oWNdvssyIWZgCqw42pI4qTYzmOKWUgKae1nsG30mOBUADAY0jKLhCmrSZTe7yXSk5xregShSLDvKleg09KRmQVDuiaYcVYI\",\n    \"user\": {\n        \"id\": \"596dfc2e6a8c122f7561fc52\",\n        \"login\": \"jeka.ns222\",\n        \"name\": \"Jekatesst\",\n        \"about\": \"\",\n        \"about_deeplinks\": [],\n        \"caption\": null,\n        \"birthday\": null,\n        \"email\": \"jeka.ns222@gmail.com\",\n        \"avatar\": null,\n        \"cover\": null,\n        \"city_id\": 3060972,\n        \"region_id\": null,\n        \"country_id\": \"SK\",\n        \"notify_settings\": {\n            \"comments\": true,\n            \"subscribe\": true,\n            \"messenger\": true,\n            \"mentions\": true,\n            \"likes\": true\n        },\n        \"feed_settings\": {\n            \"pregnancy\": true,\n            \"pregnancy_min\": 1,\n            \"pregnancy_max\": 42,\n            \"mom\": true,\n            \"child_month_min\": 0,\n            \"child_month_max\": 176,\n            \"planning\": true,\n            \"only_my_country\": false,\n            \"distance\": 3613656,\n            \"lat\": 54.90841099883039,\n            \"lon\": 28.77555303275585\n        },\n        \"pregnancy_settings\": {\n            \"pregnancy\": -3,\n            \"days\": null,\n            \"dt_pregnancy\": 1503446400,\n            \"fetuses\": 1\n        },\n        \"messenger_settings\": {\n            \"allow_messaging\": true,\n            \"allow_add_to_group\": false\n        },\n        \"active\": true,\n        \"counters\": {\n            \"whitelist\": 4,\n            \"blacklist\": 0,\n            \"posts\": 195,\n            \"followers\": 3,\n            \"comments\": 30,\n            \"likes\": 39,\n            \"gallery_pictures\": 10,\n            \"login_changes\": 0,\n            \"thanks_received\": 10,\n            \"thanks_sent\": 0\n        },\n        \"children\": [\n            {\n                \"id\": \"5b683a1052a62200227b50f8\",\n                \"name\": \"Dfhdjgb\",\n                \"sex\": 1,\n                \"image\": null,\n                \"birthday\": 1344124800\n            }\n        ],\n        \"locality\": \"Slovakia, Bratislava\",\n        \"type\": \"regular\",\n        \"last_pictures\": [\n            {\n                \"id\": \"5b7e921aed4fd600317276f5\",\n                \"owner\": \"596dfc2e6a8c122f7561fc52\",\n                \"image\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/08/21/15348620235b7c22c716a22.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/qJq1tzeSEjsU8A6usPbqgw/WxH/kernel/2018/08/21/15348620235b7c22c716a22.jpeg\",\n                    \"width\": 960,\n                    \"height\": 1280,\n                    \"type\": \"image\"\n                }\n            },\n            {\n                \"id\": \"5b7bbdb0d758f63e7d190423\",\n                \"owner\": \"596dfc2e6a8c122f7561fc52\",\n                \"image\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/08/16/15344227385b756ed247fc6.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/0etLC9XJFcZYaFi0vZ-8iQ/WxH/kernel/2018/08/16/15344227385b756ed247fc6.jpeg\",\n                    \"width\": 1728,\n                    \"height\": 2304,\n                    \"type\": \"image\"\n                }\n            },\n            {\n                \"id\": \"5b7bbdaad758f63e7d190421\",\n                \"owner\": \"596dfc2e6a8c122f7561fc52\",\n                \"image\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/08/16/15344226595b756e836ff4b.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/5ntdrsdUQXyu-Tn1W9PvPA/WxH/kernel/2018/08/16/15344226595b756e836ff4b.jpeg\",\n                    \"width\": 1573,\n                    \"height\": 2097,\n                    \"type\": \"image\"\n                }\n            },\n            {\n                \"id\": \"5b7bbd62d758f614cb19840a\",\n                \"owner\": \"596dfc2e6a8c122f7561fc52\",\n                \"image\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/03/07/15204041645a9f86c48086e.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/DuovNEEzGeBdn84qKIrZkg/WxH/kernel/2018/03/07/15204041645a9f86c48086e.jpeg\",\n                    \"width\": 2064,\n                    \"height\": 1548,\n                    \"type\": \"image\"\n                }\n            },\n            {\n                \"id\": \"5b7bbccad758f63e7d19040f\",\n                \"owner\": \"596dfc2e6a8c122f7561fc52\",\n                \"image\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/08/21/15348359135b7bbcc9e4ba9.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/fPRSnxJEdx1mrYSNWF76FQ/WxH/kernel/2018/08/21/15348359135b7bbcc9e4ba9.jpeg\",\n                    \"width\": 1380,\n                    \"height\": 1035,\n                    \"type\": \"image\"\n                }\n            },\n            {\n                \"id\": \"5b6bfc7e52a62200295563ba\",\n                \"owner\": \"596dfc2e6a8c122f7561fc52\",\n                \"image\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/08/09/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/k6PJOHNLN-8oGep6om7ekw/WxH/kernel/2018/08/09/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                }\n            },\n            {\n                \"id\": \"5b6bfa6c52a62200285fe60b\",\n                \"owner\": \"596dfc2e6a8c122f7561fc52\",\n                \"image\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/07/23/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/E9XUnuue8u6tTp1Aop-dHA/WxH/kernel/2018/07/23/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                }\n            },\n            {\n                \"id\": \"5b695a3dd758f660de114411\",\n                \"owner\": \"596dfc2e6a8c122f7561fc52\",\n                \"image\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/08/07/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/t5-z6Bmws0p1Bvj5YvSZ3w/WxH/kernel/2018/08/07/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                }\n            },\n            {\n                \"id\": \"5b6959cfd758f65cb47fec27\",\n                \"owner\": \"596dfc2e6a8c122f7561fc52\",\n                \"image\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/08/07/15242136585ad9a79a073ea.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/t5-z6Bmws0p1Bvj5YvSZ3w/WxH/kernel/2018/08/07/15242136585ad9a79a073ea.jpeg\",\n                    \"width\": 1280,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                }\n            },\n            {\n                \"id\": \"5b6958e5d758f65cb47fec1e\",\n                \"owner\": \"596dfc2e6a8c122f7561fc52\",\n                \"image\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/08/07/15336305675b695867e9b9f.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/mQLKn2rPrOxL32PNCUn3Eg/WxH/kernel/2018/08/07/15336305675b695867e9b9f.jpeg\",\n                    \"width\": 1631,\n                    \"height\": 917,\n                    \"type\": \"image\"\n                }\n            }\n        ],\n        \"payments_available\": false,\n        \"special_statuses\": {\n            \"mombassador\": false,\n            \"label\": null\n        },\n        \"locale\": [\n            \"cs\",\n            \"ru\",\n            \"uk\"\n        ],\n        \"privacy_settings\": {\n            \"is_private\": false,\n            \"is_web_hidden\": true\n        },\n        \"accept_term\": true,\n        \"allow_newsletter\": false,\n        \"my_apps\": [\n            {\n                \"id\": \"569655bfe67508c3e56fcb11\",\n                \"app_url\": \"http://app-calendar.daria.testbb.ru\",\n                \"name\": \"Pregnancy calendar\",\n                \"description\": \"Week-by-week pregnancy calendar guide\",\n                \"icon\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/extensions_icon/extension-calendar.png\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/lWIhCza5kFXL8RgP1O70EQ/WxH/extensions_icon/extension-calendar.png\",\n                    \"width\": null,\n                    \"height\": null,\n                    \"type\": \"image\"\n                },\n                \"installed\": true,\n                \"is_payment_allowed\": false,\n                \"is_need_confirm\": false,\n                \"confirm_text\": null\n            },\n            {\n                \"id\": \"5739a3efe675083ee701b923\",\n                \"app_url\": \"http://moml-1468.app-babygrow.daria.testbb.ru/\",\n                \"name\": \"Baby Calendar 456\",\n                \"description\": \"Babygrow\",\n                \"icon\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/extensions_icon/babygrow.png\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/x_71h_e32abRPfiZ_ud3oA/WxH/extensions_icon/babygrow.png\",\n                    \"width\": null,\n                    \"height\": null,\n                    \"type\": \"image\"\n                },\n                \"installed\": true,\n                \"is_payment_allowed\": true,\n                \"is_need_confirm\": false,\n                \"confirm_text\": null\n            },\n            {\n                \"id\": \"57a1a355e675082db02bd591\",\n                \"app_url\": \"http://preggie.promocodez.ru/\",\n                \"name\": \"Promocodez\",\n                \"description\": \"Выгодный шопинг. Акции и промокоды интернет-магазинов\",\n                \"icon\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/extensions_icon/promocodez_icon.png\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/vuWgTLXTbIBpqwOur_45ZA/WxH/extensions_icon/promocodez_icon.png\",\n                    \"width\": 100,\n                    \"height\": 100,\n                    \"type\": \"image\"\n                },\n                \"installed\": true,\n                \"is_payment_allowed\": false,\n                \"is_need_confirm\": false,\n                \"confirm_text\": null\n            },\n            {\n                \"id\": \"57bd59e2e6750800894febe2\",\n                \"app_url\": \"http://checklist.ext.mom.life\",\n                \"name\": \"Checklist\",\n                \"description\": \"Checklist description\",\n                \"icon\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/extensions_icon/extension-calendar.png\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/lWIhCza5kFXL8RgP1O70EQ/WxH/extensions_icon/extension-calendar.png\",\n                    \"width\": 100,\n                    \"height\": 100,\n                    \"type\": \"image\"\n                },\n                \"installed\": true,\n                \"is_payment_allowed\": false,\n                \"is_need_confirm\": true,\n                \"confirm_text\": null\n            },\n            {\n                \"id\": \"57becd27e6750801186e62c1\",\n                \"app_url\": \"http://songs.ext.mom.life\",\n                \"name\": \"Songs\",\n                \"description\": \"Songs description\",\n                \"icon\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/extensions_icon/extension-calendar.png\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/lWIhCza5kFXL8RgP1O70EQ/WxH/extensions_icon/extension-calendar.png\",\n                    \"width\": 100,\n                    \"height\": 100,\n                    \"type\": \"image\"\n                },\n                \"installed\": true,\n                \"is_payment_allowed\": false,\n                \"is_need_confirm\": false,\n                \"confirm_text\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"44909978-1a58-4abc-8d2a-554a3d19c4be"},{"name":"/api/v1/auth/token/change","id":"e9545d6f-2433-4270-875c-87bf4b5c99d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/auth/token/change","description":"<p>Замена старого токена на новый. Замена возможна только один раз.</p>\n","urlObject":{"protocol":"http","path":["api","v1","auth","token","change"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9545d6f-2433-4270-875c-87bf4b5c99d7"},{"name":"/api/v1/auth/token/refresh","id":"149293f4-6417-4c45-9404-62574858bc9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/auth/token/refresh","description":"<p>Перевыпускает токены по рефреш-токену</p>\n","urlObject":{"protocol":"http","path":["api","v1","auth","token","refresh"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"149293f4-6417-4c45-9404-62574858bc9c"}],"id":"a1a1b07f-e939-42a2-99e9-f9020471b195","description":"<p>Folder for auth</p>\n","_postman_id":"a1a1b07f-e939-42a2-99e9-f9020471b195"},{"name":"file","item":[{"name":"/api/v1/file/upload","id":"caec2353-bae3-4475-9a19-3ae9a1e265bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Файл в multipart/form-data\n"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/file/upload","description":"<p>Загрузка файла в CDN</p>\n","urlObject":{"protocol":"http","path":["api","v1","file","upload"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"caec2353-bae3-4475-9a19-3ae9a1e265bc"}],"id":"a489e83d-ee60-4afa-ae4c-681842561cc9","description":"<p>Folder for file</p>\n","_postman_id":"a489e83d-ee60-4afa-ae4c-681842561cc9"},{"name":"profile","item":[{"name":"/api/v1/profile","id":"0a501db8-0a72-4df5-b99c-06619557f7cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile","description":"<p>Редактирование профиля текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a501db8-0a72-4df5-b99c-06619557f7cd"},{"name":"/api/v1/profile/feed_settings/posts_count","id":"2a917992-8669-4464-a591-1bf2a2ed830b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/feed_settings/posts_count?lat={{lat}}&lon={{lon}}&distance={{distance}}&country={{country}}","description":"<p>Получение количества постов по гео координатам, если не передавать GET-параметры будут отдатны данные по настрокам текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","feed_settings","posts_count"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"lat","value":"{{lat}}"},{"key":"lon","value":"{{lon}}"},{"key":"distance","value":"{{distance}}"},{"key":"country","value":"{{country}}"}],"variable":[]}},"response":[],"_postman_id":"2a917992-8669-4464-a591-1bf2a2ed830b"},{"name":"/api/v1/profile/edit/geo","id":"f579f328-e25c-4837-917d-d3c1918683f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/edit/geo","description":"<p>Обновление ГЕО текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","edit","geo"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"f579f328-e25c-4837-917d-d3c1918683f0"},{"name":"/api/v1/profile/edit/password","id":"f0822398-771c-46df-88c7-7b38c59b4483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/edit/password","description":"<p>Изменение пароля текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","edit","password"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0822398-771c-46df-88c7-7b38c59b4483"},{"name":"/api/v1/profile/children","id":"a125b70e-168a-46fa-baeb-33004adb3ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Список ID удаляемых детей"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/children","description":"<p>Удаление детей</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","children"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"a125b70e-168a-46fa-baeb-33004adb3ebf"},{"name":"/api/v1/profile/bindoauth/google","id":"4d05711a-8dec-4b56-b102-5ad971e30cfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/bindoauth/google","description":"<p>Unbind google account from current user</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","bindoauth","google"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d05711a-8dec-4b56-b102-5ad971e30cfb"},{"name":"/api/v1/profile/children","id":"e9793562-cb53-4b01-bbb1-89fe068e0269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/children","description":"<p>Добавление нескольких детей</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","children"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9793562-cb53-4b01-bbb1-89fe068e0269"},{"name":"/api/v1/profile/children/:childId","id":"cdfee9f8-3a1c-40fc-b0f9-99a9c3830e8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/children/:childId","description":"<p>Удаление ребенка</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","children",":childId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{childId}}","key":"childId"}]}},"response":[],"_postman_id":"cdfee9f8-3a1c-40fc-b0f9-99a9c3830e8c"},{"name":"/api/v1/profile/relation/:person/:type","id":"5bd82db9-77bb-4d50-902c-13cdc260ed92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/relation/:person/:type","description":"<p>Удаление отношения</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","relation",":person",":type"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{person}}","key":"person"},{"type":"any","value":"{{type}}","key":"type"}]}},"response":[],"_postman_id":"5bd82db9-77bb-4d50-902c-13cdc260ed92"},{"name":"/api/v1/profile/social","id":"3378270a-f84c-4890-83de-235189c69bc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/social?per_page={{per_page}}","description":"<p>Обновление данных пользователя из соц.сетей</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","social"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[],"_postman_id":"3378270a-f84c-4890-83de-235189c69bc5"},{"name":"/api/v1/profile/relations/:owner/:type","id":"0e6ff128-0dee-4767-b7b5-8650c45a46e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/relations/:owner/:type?page={{page}}&per_page={{per_page}}&user_id={{user_id}}&direction={{direction}}","description":"<p>Отношения пользователя owner определенного типа</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","relations",":owner",":type"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"page","value":"{{page}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"user_id","value":"{{user_id}}"},{"key":"direction","value":"{{direction}}"}],"variable":[{"type":"any","value":"{{owner}}","key":"owner"},{"type":"any","value":"{{type}}","key":"type"}]}},"response":[],"_postman_id":"0e6ff128-0dee-4767-b7b5-8650c45a46e9"},{"name":"/api/v1/profile/phonebook","id":"a0592222-f709-49c1-991f-ee070d924d73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/phonebook?per_page={{per_page}}","description":"<p>Обновление телефонной книги и собственного номера пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","phonebook"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[],"_postman_id":"a0592222-f709-49c1-991f-ee070d924d73"},{"name":"/api/v1/profile/:userId","id":"416715f1-d565-404b-b015-386e47a81bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/:userId?with_posts={{with_posts}}","description":"<p>Профиль пользователя, возвращает схему UserSelf если задан userId текущего пользователя, и UserPublic иначе</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"with_posts","value":"{{with_posts}}"}],"variable":[{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"416715f1-d565-404b-b015-386e47a81bf7"},{"name":"/api/v1/profile/relation/:person/:type","id":"353703b6-5e97-4808-a566-d327b67992eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/relation/:person/:type","description":"<p>Добавление отношения</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","relation",":person",":type"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{person}}","key":"person"},{"type":"any","value":"{{type}}","key":"type"}]}},"response":[],"_postman_id":"353703b6-5e97-4808-a566-d327b67992eb"},{"name":"/api/v1/profile/relations","id":"164c2b9a-13d5-4a7d-bc33-ceb40c0f38dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/relations?person={{person}}&type={{type}}&page={{page}}&per_page={{per_page}}&user_id={{user_id}}&direction={{direction}}","description":"<p>Отношения текущего пользователя определенного типа</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","relations"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"person","value":"{{person}}"},{"key":"type","value":"{{type}}"},{"key":"page","value":"{{page}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"user_id","value":"{{user_id}}"},{"key":"direction","value":"{{direction}}"}],"variable":[]}},"response":[],"_postman_id":"164c2b9a-13d5-4a7d-bc33-ceb40c0f38dc"},{"name":"/api/v1/profile/feed_settings","id":"6090af1d-e215-4769-899c-b53369df9fff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/feed_settings","description":"<p>Получение настроек фидов пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","feed_settings"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"6090af1d-e215-4769-899c-b53369df9fff"},{"name":"/api/v1/profile","id":"a8f2b31b-5f87-4e29-8a5c-ba2801466c00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile?with_posts={{with_posts}}","description":"<p>Профиль текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"with_posts","value":"{{with_posts}}"}],"variable":[]}},"response":[{"id":"c97ac03b-9674-419a-aad7-8661eff7c94d","name":"/api/v1/profile","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":{"raw":"http://dev.kernel.daria.testbb.ru/api/v1/profile?with_posts={{with_posts}}","protocol":"http","host":["dev.kernel.daria.testbb.ru"],"path":["api","v1","profile"],"query":[{"key":"with_posts","value":"{{with_posts}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.3"},{"key":"Date","value":"Thu, 10 Jan 2019 13:09:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"X-Powered-By","value":"PHP/7.2.9"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-Debug-Token","value":"c354f4"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": \"5511112d1bb44a61a63105b9\",\n        \"login\": \"bara\",\n        \"name\": \"bara1\",\n        \"about\": \"Звоните:+79999999999\\nПишите:test@tt.cx\\nСмотреть тут:www.google.ru\\nОтзывы:@bara\\n#test #туткрасиво\",\n        \"about_deeplinks\": [\n            {\n                \"url\": \"http://www.google.ru\",\n                \"range\": {\n                    \"location\": 52,\n                    \"length\": 13\n                }\n            },\n            {\n                \"url\": \"momlifeadhoc://action/email/test%40tt.cx\",\n                \"range\": {\n                    \"location\": 28,\n                    \"length\": 10\n                }\n            },\n            {\n                \"url\": \"momlifeadhoc://profile/5511112d1bb44a61a63105b9\",\n                \"range\": {\n                    \"location\": 73,\n                    \"length\": 5\n                }\n            },\n            {\n                \"url\": \"momlifeadhoc://search/posts?query=%23test\",\n                \"range\": {\n                    \"location\": 79,\n                    \"length\": 5\n                }\n            },\n            {\n                \"url\": \"momlifeadhoc://search/posts?query=%23%D1%82%D1%83%D1%82%D0%BA%D1%80%D0%B0%D1%81%D0%B8%D0%B2%D0%BE\",\n                \"range\": {\n                    \"location\": 85,\n                    \"length\": 11\n                }\n            },\n            {\n                \"url\": \"momlifeadhoc://action/phone/+79999999999\",\n                \"range\": {\n                    \"location\": 8,\n                    \"length\": 13\n                }\n            }\n        ],\n        \"caption\": null,\n        \"birthday\": null,\n        \"email\": \"5511112d1bb44a61a63105b9_fake@mom.life\",\n        \"avatar\": {\n            \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/08/21/15348372155b7bc1df0d1a4.jpeg\",\n            \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/ARGjRuJ9X8kRU7q6Y_0M_g/WxH/kernel/2018/08/21/15348372155b7bc1df0d1a4.jpeg\",\n            \"width\": 394,\n            \"height\": 394,\n            \"type\": \"image\"\n        },\n        \"cover\": {\n            \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/08/21/15348372215b7bc1e573901.jpeg\",\n            \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/sNqMyHliO0zB8aAQXb3nXA/WxH/kernel/2018/08/21/15348372215b7bc1e573901.jpeg\",\n            \"width\": 1280,\n            \"height\": 800,\n            \"type\": \"image\"\n        },\n        \"city_id\": 524901,\n        \"region_id\": null,\n        \"country_id\": \"RU\",\n        \"notify_settings\": {\n            \"comments\": true,\n            \"subscribe\": true,\n            \"messenger\": true,\n            \"mentions\": true,\n            \"likes\": true\n        },\n        \"feed_settings\": {\n            \"pregnancy\": true,\n            \"pregnancy_min\": null,\n            \"pregnancy_max\": null,\n            \"mom\": true,\n            \"child_month_min\": null,\n            \"child_month_max\": null,\n            \"planning\": true,\n            \"only_my_country\": true,\n            \"distance\": 10000000,\n            \"lat\": 40,\n            \"lon\": -40\n        },\n        \"pregnancy_settings\": {\n            \"pregnancy\": 18,\n            \"days\": 2,\n            \"dt_pregnancy\": 1536105600\n        },\n        \"messenger_settings\": {\n            \"allow_messaging\": true,\n            \"allow_add_to_group\": true\n        },\n        \"active\": true,\n        \"counters\": {\n            \"whitelist\": 5,\n            \"blacklist\": 0,\n            \"posts\": 462,\n            \"followers\": 7,\n            \"comments\": 254,\n            \"likes\": 66,\n            \"gallery_pictures\": 0,\n            \"login_changes\": 0,\n            \"thanks_received\": 34,\n            \"thanks_sent\": 0\n        },\n        \"children\": [\n            {\n                \"id\": \"5b2bba796a8c12013d04b4e5\",\n                \"name\": \"mxhhkd\",\n                \"sex\": 1,\n                \"image\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/kernel/2018/08/21/15348372365b7bc1f49e73c.jpeg\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/EBc5eUdB3Pn-24m-WPCnFg/WxH/kernel/2018/08/21/15348372365b7bc1f49e73c.jpeg\",\n                    \"width\": 800,\n                    \"height\": 800,\n                    \"type\": \"image\"\n                },\n                \"birthday\": 1182384000\n            },\n            {\n                \"id\": \"5b2bba2f6a8c12014e15b2b4\",\n                \"name\": \"jgxkd\",\n                \"sex\": 1,\n                \"image\": null,\n                \"birthday\": 1340236800\n            },\n            {\n                \"id\": \"5b2bba236a8c12014278e707\",\n                \"name\": \"oyduld\",\n                \"sex\": 1,\n                \"image\": null,\n                \"birthday\": 1340236800\n            },\n            {\n                \"id\": \"5b2bba716a8c12013269c042\",\n                \"name\": \"jgxkd\",\n                \"sex\": 2,\n                \"image\": null,\n                \"birthday\": 1371772800\n            },\n            {\n                \"id\": \"58b7fa066a8c124e13118194\",\n                \"name\": \"children name240\",\n                \"sex\": 2,\n                \"image\": null,\n                \"birthday\": 1483315200\n            },\n            {\n                \"id\": \"5b2bba3c6a8c1201630f6064\",\n                \"name\": \"jgxkd\",\n                \"sex\": 2,\n                \"image\": null,\n                \"birthday\": 1498003200\n            },\n            {\n                \"id\": \"5b2bba196a8c12014d0fe926\",\n                \"name\": \"its \",\n                \"sex\": 2,\n                \"image\": null,\n                \"birthday\": 1529539200\n            },\n            {\n                \"id\": \"5b2bbac66a8c12016160c7dd\",\n                \"name\": \"jgzkgsitsti. hlfoyd\",\n                \"sex\": 1,\n                \"image\": null,\n                \"birthday\": 1529539200\n            }\n        ],\n        \"locality\": \"Россия, Москва\",\n        \"type\": \"regular\",\n        \"last_pictures\": [],\n        \"payments_available\": true,\n        \"special_statuses\": {\n            \"mombassador\": false,\n            \"label\": null\n        },\n        \"locale\": [\n            \"ru\",\n            \"en\",\n            \"cs\",\n            \"uk\",\n            \"ko\",\n            \"zh\",\n            \"es\",\n            \"ja\"\n        ],\n        \"privacy_settings\": {\n            \"is_private\": true,\n            \"is_web_hidden\": false\n        },\n        \"accept_term\": false,\n        \"allow_newsletter\": false,\n        \"my_apps\": [\n            {\n                \"id\": \"569655bfe67508c3e56fcb11\",\n                \"app_url\": \"http://app-calendar.daria.testbb.ru\",\n                \"name\": \"Календарь беременности\",\n                \"description\": \"Описание и рекоммендации на каждую неделю беременности\",\n                \"icon\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/extensions_icon/extension-calendar.png\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/lWIhCza5kFXL8RgP1O70EQ/WxH/extensions_icon/extension-calendar.png\",\n                    \"width\": null,\n                    \"height\": null,\n                    \"type\": \"image\"\n                },\n                \"installed\": true,\n                \"is_payment_allowed\": false,\n                \"is_need_confirm\": false,\n                \"confirm_text\": null\n            },\n            {\n                \"id\": \"5739a3efe675083ee701b923\",\n                \"app_url\": \"http://moml-1468.app-babygrow.daria.testbb.ru/\",\n                \"name\": \"Календарь развития ребенка 111\",\n                \"description\": \"Babygrow\",\n                \"icon\": {\n                    \"full_url\": \"http://img.preggie.testbb.ru/extensions_icon/babygrow.png\",\n                    \"thumb_url\": \"http://img.preggie.testbb.ru/preview/c/x_71h_e32abRPfiZ_ud3oA/WxH/extensions_icon/babygrow.png\",\n                    \"width\": null,\n                    \"height\": null,\n                    \"type\": \"image\"\n                },\n                \"installed\": true,\n                \"is_payment_allowed\": true,\n                \"is_need_confirm\": false,\n                \"confirm_text\": null\n            }\n        ]\n    },\n    \"bookmark_collections\": {\n        \"bookmark_collections\": [\n            {\n                \"id\": \"5bd6e74ad758f66c7021e500\",\n                \"owner\": \"5511112d1bb44a61a63105b9\",\n                \"title\": null,\n                \"images\": [],\n                \"created\": 1540810570,\n                \"modified\": 1540810584,\n                \"order\": 0,\n                \"is_public\": false,\n                \"is_default\": true,\n                \"bookmarks_count\": 0,\n                \"subscribers_count\": 0\n            },\n            {\n                \"id\": \"5bbb70b6a233aa00654f187d\",\n                \"owner\": \"5511112d1bb44a61a63105b9\",\n                \"title\": \"12\",\n                \"images\": [],\n                \"created\": 1539010742,\n                \"modified\": 1539010742,\n                \"order\": 0,\n                \"is_public\": false,\n                \"is_default\": false,\n                \"bookmarks_count\": 0,\n                \"subscribers_count\": 0\n            }\n        ]\n    },\n    \"posts\": [\n        {\n            \"last_comments\": [\n                {\n                    \"id\": \"5bfc041dd758f658ea537e68\",\n                    \"content\": \"Оаоалп\",\n                    \"content_deeplinks\": [],\n                    \"mentions\": [],\n                    \"tags\": [],\n                    \"urls\": [],\n                    \"has_image\": false,\n                    \"user_login\": \"jeka.ns222\",\n                    \"user_id\": \"596dfc2e6a8c122f7561fc52\"\n                }\n            ],\n            \"id\": \"5bf3e773d758f636f321e3dd\",\n            \"dateline\": 1542711156,\n            \"content\": \"33\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 1,\n                \"likes\": 1,\n                \"thanks\": 1\n            },\n            \"images\": [],\n            \"content_deeplinks\": [],\n            \"mentions\": [],\n            \"tags\": [],\n            \"urls\": [],\n            \"type\": \"regular\",\n            \"share_data\": null,\n            \"user_id\": \"5511112d1bb44a61a63105b9\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 37.4219983,\n                \"lon\": -122.084\n            },\n            \"hidden_comments\": false,\n            \"did_bookmark\": false,\n            \"did_like\": false,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        },\n        {\n            \"last_comments\": [],\n            \"id\": \"5bf3e729d758f636f321e3c7\",\n            \"dateline\": 1542711081,\n            \"content\": \"22\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 0,\n                \"likes\": 1,\n                \"thanks\": 0\n            },\n            \"images\": [],\n            \"content_deeplinks\": [],\n            \"mentions\": [],\n            \"tags\": [],\n            \"urls\": [],\n            \"type\": \"regular\",\n            \"share_data\": null,\n            \"user_id\": \"5511112d1bb44a61a63105b9\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 37.4219983,\n                \"lon\": -122.084\n            },\n            \"hidden_comments\": false,\n            \"did_bookmark\": false,\n            \"did_like\": false,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        },\n        {\n            \"last_comments\": [\n                {\n                    \"id\": \"5bc9dc7cd758f67a99640a7a\",\n                    \"content\": \"8\",\n                    \"content_deeplinks\": [],\n                    \"mentions\": [],\n                    \"tags\": [],\n                    \"urls\": [],\n                    \"has_image\": false,\n                    \"user_login\": \"bara\",\n                    \"user_id\": \"5511112d1bb44a61a63105b9\"\n                },\n                {\n                    \"id\": \"5bc9dc80d758f67a99640a7c\",\n                    \"content\": \"9\",\n                    \"content_deeplinks\": [],\n                    \"mentions\": [],\n                    \"tags\": [],\n                    \"urls\": [],\n                    \"has_image\": false,\n                    \"user_login\": \"bara\",\n                    \"user_id\": \"5511112d1bb44a61a63105b9\"\n                },\n                {\n                    \"id\": \"5bc9dc83d758f67a99640a7e\",\n                    \"content\": \"10\",\n                    \"content_deeplinks\": [],\n                    \"mentions\": [],\n                    \"tags\": [],\n                    \"urls\": [],\n                    \"has_image\": false,\n                    \"user_login\": \"bara\",\n                    \"user_id\": \"5511112d1bb44a61a63105b9\"\n                }\n            ],\n            \"id\": \"5bc9dc54d758f67a99640a64\",\n            \"dateline\": 1539955796,\n            \"content\": \"test dev\",\n            \"group_id\": null,\n            \"counters\": {\n                \"comments\": 10,\n                \"likes\": 0,\n                \"thanks\": 0\n            },\n            \"images\": [],\n            \"content_deeplinks\": [],\n            \"mentions\": [],\n            \"tags\": [],\n            \"urls\": [],\n            \"type\": \"regular\",\n            \"share_data\": null,\n            \"user_id\": \"5511112d1bb44a61a63105b9\",\n            \"deny_comments\": false,\n            \"access_level\": 0,\n            \"geo\": {\n                \"lat\": 43.4301585,\n                \"lon\": 76.8509781\n            },\n            \"hidden_comments\": false,\n            \"did_bookmark\": false,\n            \"did_like\": false,\n            \"did_thank\": false,\n            \"is_notify_new_comments\": false,\n            \"locality\": null\n        }\n    ],\n    \"groups\": []\n}"}],"_postman_id":"a8f2b31b-5f87-4e29-8a5c-ba2801466c00"},{"name":"/api/v1/profile/activate","id":"a337d1f8-6c31-4889-bc4b-30e2bc787914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/activate","description":"<p>Активация пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","activate"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"a337d1f8-6c31-4889-bc4b-30e2bc787914"},{"name":"/api/v1/profile/relation/confirmation/:person","id":"ddf7dbc3-878c-4ea7-80d4-27aee8a319b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/relation/confirmation/:person","description":"<p>Отколонение/удаление запроса на подписку. Если {person} не указан будут отклонены все запросы</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","relation","confirmation",":person"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{person}}","key":"person"}]}},"response":[],"_postman_id":"ddf7dbc3-878c-4ea7-80d4-27aee8a319b0"},{"name":"/api/v1/profile/edit/login","id":"f246adeb-23ec-4d6b-a99b-673591f69f05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/edit/login","description":"<p>Изменение логина текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","edit","login"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"f246adeb-23ec-4d6b-a99b-673591f69f05"},{"name":"/api/v1/profile/notification_settings","id":"65eeb637-4b3a-4041-abc4-8d34b2d1d058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/notification_settings","description":"<p>Change notification settings</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","notification_settings"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"65eeb637-4b3a-4041-abc4-8d34b2d1d058"},{"name":"/api/v1/profile/short/:userId","id":"9e0588e9-2775-4c75-ae57-cc9b4fb10824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/short/:userId","description":"<p>Короткий профиль пользователя, возвращает схему ShortUser. Если не задан userId возвращает текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","short",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"9e0588e9-2775-4c75-ae57-cc9b4fb10824"},{"name":"/api/v1/profile/children","id":"91f1d9fe-15c2-4973-af69-1d4eb69a3cba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/children","description":"<p>Добавление ребенка</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","children"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"91f1d9fe-15c2-4973-af69-1d4eb69a3cba"},{"name":"/api/v1/profile/notification_settings","id":"89cd3358-e6dd-4c31-8515-a5337692b306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/notification_settings","description":"<p>Get notification settings</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","notification_settings"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"89cd3358-e6dd-4c31-8515-a5337692b306"},{"name":"/api/v1/profile/edit/email","id":"7bafb052-f4f3-4e25-b9b1-8fafdd3a0a17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/edit/email","description":"<p>Изменение емейла текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","edit","email"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bafb052-f4f3-4e25-b9b1-8fafdd3a0a17"},{"name":"/api/v1/profile/feed_settings","id":"13d15807-36b9-4adb-92c4-c5dcfd8d9d65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/feed_settings","description":"<p>Получение настроек фидов пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","feed_settings"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"13d15807-36b9-4adb-92c4-c5dcfd8d9d65"},{"name":"/api/v1/profile/label/:userId","id":"c1d29327-12d5-48e3-b867-0e25ae3cb06c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/label/:userId","description":"<p>Set label fro user</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","label",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"c1d29327-12d5-48e3-b867-0e25ae3cb06c"},{"name":"/api/v1/profile/relation/confirmation/:person","id":"8fe980de-cc49-40af-b892-f7954e2fa831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/relation/confirmation/:person","description":"<p>Одобрение запроса на подписку. Если person не указан будут подтверждены все запросы</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","relation","confirmation",":person"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{person}}","key":"person"}]}},"response":[],"_postman_id":"8fe980de-cc49-40af-b892-f7954e2fa831"},{"name":"/api/v1/profile/children/:childId","id":"2de94a55-7487-4afa-87ae-8ac3a6d0aa24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/children/:childId","description":"<p>Редактирование ребенка</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","children",":childId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{childId}}","key":"childId"}]}},"response":[],"_postman_id":"2de94a55-7487-4afa-87ae-8ac3a6d0aa24"},{"name":"/api/v1/profile/list","id":"ee6f752e-9b45-4d4e-bf26-40e02fd1b835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Массив из id пользователей"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/list","description":"<p>Список профилей пользователей. Возвращает массив ShortUser</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","list"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee6f752e-9b45-4d4e-bf26-40e02fd1b835"},{"name":"/api/v1/profile/label/:userId","id":"eacebc3f-658c-4321-b581-842e66a0533c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/label/:userId","description":"<p>Delete a label</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","label",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"eacebc3f-658c-4321-b581-842e66a0533c"},{"name":"/api/v1/profile/bindoauth/google","id":"ba7bd715-b646-4e6a-919d-63d5f2ea6860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/profile/bindoauth/google","description":"<p>Bind google account to current user</p>\n","urlObject":{"protocol":"http","path":["api","v1","profile","bindoauth","google"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba7bd715-b646-4e6a-919d-63d5f2ea6860"}],"id":"be7ea02e-5082-4ed0-b9eb-89e26634239d","description":"<p>Folder for profile</p>\n","_postman_id":"be7ea02e-5082-4ed0-b9eb-89e26634239d"},{"name":"search","item":[{"name":"/api/v1/search/users","id":"fdddd53b-cd4e-4910-94b7-4ef788603310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/search/users?scroll_id={{scroll_id}}&query={{query}}&country_id={{country_id}}&city_id={{city_id}}&pregnancy={{pregnancy}}&pregnancy_min={{pregnancy_min}}&pregnancy_max={{pregnancy_max}}&planning={{planning}}&mom={{mom}}&child_month_min={{child_month_min}}&child_month_max={{child_month_max}}&lat={{lat}}&lon={{lon}}&sort_type={{sort_type}}&per_page={{per_page}}","description":"<p>Поиск по пользователям</p>\n","urlObject":{"protocol":"http","path":["api","v1","search","users"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"scroll_id","value":"{{scroll_id}}"},{"key":"query","value":"{{query}}"},{"key":"country_id","value":"{{country_id}}"},{"key":"city_id","value":"{{city_id}}"},{"key":"pregnancy","value":"{{pregnancy}}"},{"key":"pregnancy_min","value":"{{pregnancy_min}}"},{"key":"pregnancy_max","value":"{{pregnancy_max}}"},{"key":"planning","value":"{{planning}}"},{"key":"mom","value":"{{mom}}"},{"key":"child_month_min","value":"{{child_month_min}}"},{"key":"child_month_max","value":"{{child_month_max}}"},{"key":"lat","value":"{{lat}}"},{"key":"lon","value":"{{lon}}"},{"key":"sort_type","value":"{{sort_type}}"},{"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[],"_postman_id":"fdddd53b-cd4e-4910-94b7-4ef788603310"},{"name":"/api/v1/search/users/mygroups","id":"d896e722-5b0e-4122-9173-d2fbf91646e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/search/users/mygroups?group_id={{group_id}}&object_id={{object_id}}&per_page={{per_page}}","description":"<p>Группированные предложения пользователей (мой топ, мои подписки, мои подписчики)</p>\n","urlObject":{"protocol":"http","path":["api","v1","search","users","mygroups"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"group_id","value":"{{group_id}}"},{"key":"object_id","value":"{{object_id}}"},{"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[],"_postman_id":"d896e722-5b0e-4122-9173-d2fbf91646e7"},{"name":"/api/v1/search/trends/post","id":"e6765422-8062-4980-99c6-dd16378fdd24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/search/trends/post","description":"<p>Глобальные модерируемые поисковые тренды</p>\n","urlObject":{"protocol":"http","path":["api","v1","search","trends","post"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6765422-8062-4980-99c6-dd16378fdd24"},{"name":"/api/v1/search/posts","id":"29a147df-9710-42e5-98e5-606608868a48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/search/posts?scroll_id={{scroll_id}}&query={{query}}&in_geofeed={{in_geofeed}}&in_channels={{in_channels}}&in_media={{in_media}}&in_blogs={{in_blogs}}&in_official={{in_official}}&country_id={{country_id}}&city_id={{city_id}}&groups={{groups}}&owners={{owners}}&pregnancy_status={{pregnancy_status}}&pregnancy={{pregnancy}}&pregnancy_min={{pregnancy_min}}&pregnancy_max={{pregnancy_max}}&planning={{planning}}&mom={{mom}}&child_month_min={{child_month_min}}&child_month_max={{child_month_max}}&sort_type={{sort_type}}&per_page={{per_page}}","description":"<p>Поиск по постам</p>\n","urlObject":{"protocol":"http","path":["api","v1","search","posts"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"scroll_id","value":"{{scroll_id}}"},{"key":"query","value":"{{query}}"},{"key":"in_geofeed","value":"{{in_geofeed}}"},{"key":"in_channels","value":"{{in_channels}}"},{"key":"in_media","value":"{{in_media}}"},{"key":"in_blogs","value":"{{in_blogs}}"},{"key":"in_official","value":"{{in_official}}"},{"key":"country_id","value":"{{country_id}}"},{"key":"city_id","value":"{{city_id}}"},{"key":"groups","value":"{{groups}}"},{"key":"owners","value":"{{owners}}"},{"key":"pregnancy_status","value":"{{pregnancy_status}}"},{"key":"pregnancy","value":"{{pregnancy}}"},{"key":"pregnancy_min","value":"{{pregnancy_min}}"},{"key":"pregnancy_max","value":"{{pregnancy_max}}"},{"key":"planning","value":"{{planning}}"},{"key":"mom","value":"{{mom}}"},{"key":"child_month_min","value":"{{child_month_min}}"},{"key":"child_month_max","value":"{{child_month_max}}"},{"key":"sort_type","value":"{{sort_type}}"},{"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[],"_postman_id":"29a147df-9710-42e5-98e5-606608868a48"},{"name":"/api/v1/search/users/my","id":"0542e591-db75-4513-ace2-5bec52396097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/search/users/my?scroll_id={{scroll_id}}&query={{query}}&country_id={{country_id}}&city_id={{city_id}}&pregnancy_status={{pregnancy_status}}&pregnancy_min={{pregnancy_min}}&pregnancy_max={{pregnancy_max}}&lat={{lat}}&lon={{lon}}&sort_type={{sort_type}}&order={{order}}&per_page={{per_page}}","description":"<p>Поиск по пользователям c предустановками текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","search","users","my"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"scroll_id","value":"{{scroll_id}}"},{"key":"query","value":"{{query}}"},{"key":"country_id","value":"{{country_id}}"},{"key":"city_id","value":"{{city_id}}"},{"key":"pregnancy_status","value":"{{pregnancy_status}}"},{"key":"pregnancy_min","value":"{{pregnancy_min}}"},{"key":"pregnancy_max","value":"{{pregnancy_max}}"},{"key":"lat","value":"{{lat}}"},{"key":"lon","value":"{{lon}}"},{"key":"sort_type","value":"{{sort_type}}"},{"key":"order","value":"{{order}}"},{"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[],"_postman_id":"0542e591-db75-4513-ace2-5bec52396097"},{"name":"/api/v1/search/trends/post/:groupId","id":"7c9a19c8-a491-48fc-b8d0-8297cdbd3cbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/search/trends/post/:groupId","description":"<p>Поисковые тренды для поиска в группе</p>\n","urlObject":{"protocol":"http","path":["api","v1","search","trends","post",":groupId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{groupId}}","key":"groupId"}]}},"response":[],"_postman_id":"7c9a19c8-a491-48fc-b8d0-8297cdbd3cbf"},{"name":"/api/v1/search/bookmarks","id":"3b876b35-4b0d-40d9-af60-d7d076fc4204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/search/bookmarks?scroll_id={{scroll_id}}&query={{query}}&sort_type={{sort_type}}&per_page={{per_page}}","description":"<p>Поиск по букмаркам пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","search","bookmarks"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"scroll_id","value":"{{scroll_id}}"},{"key":"query","value":"{{query}}"},{"key":"sort_type","value":"{{sort_type}}"},{"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[],"_postman_id":"3b876b35-4b0d-40d9-af60-d7d076fc4204"}],"id":"4fbd25ca-4622-4f1d-9123-ebd8a07dedff","description":"<p>Folder for search</p>\n","_postman_id":"4fbd25ca-4622-4f1d-9123-ebd8a07dedff"},{"name":"notification","item":[{"name":"/api/v1/notification","id":"8d54ad08-f760-4393-933d-e84b4d7d0c43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/notification?per_page={{per_page}}&direction={{direction}}&notification_id={{notification_id}}&types={{types}}","description":"<p>Get notifications for a user</p>\n","urlObject":{"protocol":"http","path":["api","v1","notification"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"},{"key":"direction","value":"{{direction}}"},{"key":"notification_id","value":"{{notification_id}}"},{"key":"types","value":"{{types}}"}],"variable":[]}},"response":[],"_postman_id":"8d54ad08-f760-4393-933d-e84b4d7d0c43"},{"name":"/api/v1/notification/subscribe_on_event/user_new_posts/{userId}","id":"681d266f-e307-4427-936b-a619432d0508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/notification/subscribe_on_event/user_new_posts/{userId}","urlObject":{"protocol":"http","path":["api","v1","notification","subscribe_on_event","user_new_posts","{userId}"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"681d266f-e307-4427-936b-a619432d0508"},{"name":"/api/v1/notification/subscribe_on_event/user_new_posts/{userId}","id":"561ec187-7f11-4a7c-86cd-50dd3d05a0f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/notification/subscribe_on_event/user_new_posts/{userId}","urlObject":{"protocol":"http","path":["api","v1","notification","subscribe_on_event","user_new_posts","{userId}"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"561ec187-7f11-4a7c-86cd-50dd3d05a0f3"}],"id":"1dae2e2c-bbf4-498c-a397-5e4d55a1d2b3","description":"<p>Folder for notification</p>\n","_postman_id":"1dae2e2c-bbf4-498c-a397-5e4d55a1d2b3"},{"name":"gallery","item":[{"name":"/api/v1/gallery/:id","id":"443ae280-128f-44b7-b61c-e60226916065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/gallery/:id","description":"<p>Уадаление картинки из галереи текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","gallery",":id"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{id}}","key":"id"}]}},"response":[],"_postman_id":"443ae280-128f-44b7-b61c-e60226916065"},{"name":"/api/v1/gallery","id":"826473f6-82c7-4b67-affc-162bcec8b5be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Имя файла картинки, полученное от метода /file/upload"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/gallery","description":"<p>Добавление картинки в галерею текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","gallery"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"826473f6-82c7-4b67-affc-162bcec8b5be"},{"name":"/api/v1/gallery","id":"3ab2cbee-b3eb-4110-bba7-ae1bb5c494f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/gallery?per_page={{per_page}}&direction={{direction}}&picture_id={{picture_id}}","description":"<p>Галерея текущего пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","gallery"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"},{"key":"direction","value":"{{direction}}"},{"key":"picture_id","value":"{{picture_id}}"}],"variable":[]}},"response":[],"_postman_id":"3ab2cbee-b3eb-4110-bba7-ae1bb5c494f1"},{"name":"/api/v1/gallery/:id","id":"f70276a5-bd0d-4b4f-ba28-2deff5305625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/gallery/:id?per_page={{per_page}}&direction={{direction}}&picture_id={{picture_id}}","description":"<p>Галерея другого пользователя</p>\n","urlObject":{"protocol":"http","path":["api","v1","gallery",":id"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"},{"key":"direction","value":"{{direction}}"},{"key":"picture_id","value":"{{picture_id}}"}],"variable":[{"type":"any","value":"{{id}}","key":"id"}]}},"response":[],"_postman_id":"f70276a5-bd0d-4b4f-ba28-2deff5305625"}],"id":"02d45e53-15d8-407a-9646-1220c67b2d77","description":"<p>Folder for gallery</p>\n","_postman_id":"02d45e53-15d8-407a-9646-1220c67b2d77"},{"name":"payment","item":[{"name":"/api/v1/payment/make","id":"b3c30874-4d78-466f-a948-f8c9d2ed39eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Payment body"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/payment/make","description":"<p>Make payment</p>\n","urlObject":{"protocol":"http","path":["api","v1","payment","make"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3c30874-4d78-466f-a948-f8c9d2ed39eb"},{"name":"/api/v1/payment/card","id":"86c23e5d-b1e7-4703-b01f-65d85f17c9a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"Which app schema would be used for web callback"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/payment/card","description":"<p>Initiate binding creation process</p>\n","urlObject":{"protocol":"http","path":["api","v1","payment","card"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"86c23e5d-b1e7-4703-b01f-65d85f17c9a3"},{"name":"/api/v1/payment/card","id":"c7eb3c8e-81c5-4a9d-8f14-446e1fdc44dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/payment/card","description":"<p>Delete binding</p>\n","urlObject":{"protocol":"http","path":["api","v1","payment","card"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7eb3c8e-81c5-4a9d-8f14-446e1fdc44dc"},{"name":"/api/v1/payment/card","id":"ce603328-1739-4d55-bb24-c228d4e3aec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/payment/card","description":"<p>Get my credit card</p>\n","urlObject":{"protocol":"http","path":["api","v1","payment","card"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce603328-1739-4d55-bb24-c228d4e3aec2"},{"name":"/api/v1/payment/card/on_complete","id":"6bae4df3-8035-40fc-8f82-e86b41e22546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"orderid which was got in previous stage"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/payment/card/on_complete","description":"<p>2 stage of binding</p>\n","urlObject":{"protocol":"http","path":["api","v1","payment","card","on_complete"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bae4df3-8035-40fc-8f82-e86b41e22546"}],"id":"f4ed2a89-79ae-49f9-804c-79c27b31c37b","description":"<p>Folder for payment</p>\n","_postman_id":"f4ed2a89-79ae-49f9-804c-79c27b31c37b"},{"name":"extension","item":[{"name":"/api/v1/extension/market/list","id":"0a5f30db-fb52-4942-8531-6973fa447b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/extension/market/list","description":"<p>Get all applications</p>\n","urlObject":{"protocol":"http","path":["api","v1","extension","market","list"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a5f30db-fb52-4942-8531-6973fa447b52"},{"name":"/api/v1/extension/market/get/:extensioId","id":"f335d32d-6cf8-459b-a206-52dc005c8047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/extension/market/get/:extensioId","description":"<p>Get an application</p>\n","urlObject":{"protocol":"http","path":["api","v1","extension","market","get",":extensioId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{extensioId}}","key":"extensioId"}]}},"response":[],"_postman_id":"f335d32d-6cf8-459b-a206-52dc005c8047"},{"name":"/api/v1/extension/market/install/:extensioId","id":"1c2a4668-2b71-4fe8-8d14-f03545b76ca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/extension/market/install/:extensioId","description":"<p>Install an application</p>\n","urlObject":{"protocol":"http","path":["api","v1","extension","market","install",":extensioId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{extensioId}}","key":"extensioId"}]}},"response":[],"_postman_id":"1c2a4668-2b71-4fe8-8d14-f03545b76ca4"},{"name":"/api/v1/extension/app/api/auth/:extensionId","id":"094c6ffe-5eea-4aba-996d-5235631a558d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/extension/app/api/auth/:extensionId","description":"<p>Auth extension on extension server</p>\n","urlObject":{"protocol":"http","path":["api","v1","extension","app","api","auth",":extensionId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{extensionId}}","key":"extensionId"}]}},"response":[],"_postman_id":"094c6ffe-5eea-4aba-996d-5235631a558d"},{"name":"/api/v1/extension/market/uninstall/:extensioId","id":"059dc208-be0a-4b07-925b-a79234b89ca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/extension/market/uninstall/:extensioId","description":"<p>Uninstall an application</p>\n","urlObject":{"protocol":"http","path":["api","v1","extension","market","uninstall",":extensioId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{extensioId}}","key":"extensioId"}]}},"response":[],"_postman_id":"059dc208-be0a-4b07-925b-a79234b89ca6"},{"name":"/api/v1/extension/market/open/:extensioId","id":"ffcf9bb0-147c-4bc1-ac62-4c3807fbb853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/extension/market/open/:extensioId","description":"<p>Open an application</p>\n","urlObject":{"protocol":"http","path":["api","v1","extension","market","open",":extensioId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{extensioId}}","key":"extensioId"}]}},"response":[],"_postman_id":"ffcf9bb0-147c-4bc1-ac62-4c3807fbb853"}],"id":"8182761a-9ca2-4846-916e-99e9d5c9f889","description":"<p>Folder for extension</p>\n","_postman_id":"8182761a-9ca2-4846-916e-99e9d5c9f889"},{"name":"discovery","item":[{"name":"/api/v1/discovery","id":"043fac0a-6a66-46f3-a458-7438b0179a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/discovery","description":"<p>Get discovery</p>\n","urlObject":{"protocol":"http","path":["api","v1","discovery"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"043fac0a-6a66-46f3-a458-7438b0179a88"},{"name":"/api/v1/discovery/items/:resource","id":"3d6fda42-cda8-4645-b400-2a3b45c402f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/discovery/items/:resource?object_id={{object_id}}&per_page={{per_page}}&direction={{direction}}","description":"<p>Get all items by resource</p>\n","urlObject":{"protocol":"http","path":["api","v1","discovery","items",":resource"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"object_id","value":"{{object_id}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"direction","value":"{{direction}}"}],"variable":[{"type":"any","value":"{{resource}}","key":"resource"}]}},"response":[],"_postman_id":"3d6fda42-cda8-4645-b400-2a3b45c402f1"},{"name":"/api/v1/discovery/counters","id":"c8669cf7-16e8-43e6-9392-75ed2577e4e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/discovery/counters","description":"<p>Get discovery counters</p>\n","urlObject":{"protocol":"http","path":["api","v1","discovery","counters"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8669cf7-16e8-43e6-9392-75ed2577e4e1"}],"id":"3c0ce5c1-2569-4532-8776-19b8b75d387a","description":"<p>Folder for discovery</p>\n","_postman_id":"3c0ce5c1-2569-4532-8776-19b8b75d387a"},{"name":"messenger","item":[{"name":"/api/v1/messenger/topic","id":"f10fd482-9d82-4e03-a5b0-cdac377ff8b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic","description":"<p>Create topic</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"f10fd482-9d82-4e03-a5b0-cdac377ff8b2"},{"name":"/api/v1/messenger/topics","id":"b83d09b7-6d37-4193-8d57-0ba54f99914c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topics?per_page={{per_page}}&offset={{offset}}","description":"<p>Get my topics</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topics"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"},{"key":"offset","value":"{{offset}}"}],"variable":[]}},"response":[],"_postman_id":"b83d09b7-6d37-4193-8d57-0ba54f99914c"},{"name":"/api/v1/messenger/topics/one/:topicId","id":"d68655b9-e1ec-4c16-9fed-d444341ff6ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topics/one/:topicId","description":"<p>Get topics</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topics","one",":topicId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"d68655b9-e1ec-4c16-9fed-d444341ff6ea"},{"name":"/api/v1/messenger/topic/:topicId","id":"3ffb37f4-af33-48c5-ace6-a006a64f7643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId","description":"<p>Get topic</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"3ffb37f4-af33-48c5-ace6-a006a64f7643"},{"name":"/api/v1/messenger/user/status","id":"488eaddb-9ffe-4d02-8c6b-0689dba4945c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/user/status?utc_offset={{utc_offset}}&lat={{lat}}&lon={{lon}}","description":"<p>Get current user status</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","user","status"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"utc_offset","value":"{{utc_offset}}"},{"key":"lat","value":"{{lat}}"},{"key":"lon","value":"{{lon}}"}],"variable":[]}},"response":[],"_postman_id":"488eaddb-9ffe-4d02-8c6b-0689dba4945c"},{"name":"/api/v1/messenger/attachments","id":"629a88d5-e103-4b28-ad6f-d4c3c018c4cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/attachments?with={{with}}","description":"<p>Create attachment</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","attachments"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"with","value":"{{with}}"}],"variable":[]}},"response":[],"_postman_id":"629a88d5-e103-4b28-ad6f-d4c3c018c4cc"},{"name":"/api/v1/messenger/users/join/:topicId","id":"68420dcc-26f4-4f58-84a2-0a3067887bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/users/join/:topicId","description":"<p>Join user to topic</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","users","join",":topicId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"68420dcc-26f4-4f58-84a2-0a3067887bd9"},{"name":"/api/v1/messenger/message","id":"6b6a73cf-a49c-4c0e-83ad-df87327ccb0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/message?with={{with}}","description":"<p>Create message</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","message"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"with","value":"{{with}}"}],"variable":[]}},"response":[],"_postman_id":"6b6a73cf-a49c-4c0e-83ad-df87327ccb0c"},{"name":"/api/v1/messenger/topic/:topicId/delete","id":"b14f3e7e-cb13-493b-b2c5-012a7343c2ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId/delete","description":"<p>Delete topic. Argument action is optional.</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId","delete"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"b14f3e7e-cb13-493b-b2c5-012a7343c2ce"},{"name":"/api/v1/messenger/users/disconnect/:topicId","id":"b71daece-8f94-4d97-9cf6-77e711023d07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/users/disconnect/:topicId","description":"<p>Disconnect user from topic</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","users","disconnect",":topicId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"b71daece-8f94-4d97-9cf6-77e711023d07"},{"name":"/api/v1/messenger/topic/:topicId/owner/:userId","id":"ac371542-5d69-4c16-9e7f-dbf1f96c71b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId/owner/:userId","description":"<p>Сменить владельца чата</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId","owner",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"},{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"ac371542-5d69-4c16-9e7f-dbf1f96c71b7"},{"name":"/api/v1/messenger/topic/:topicId/admins/:userId","id":"57364313-7bbd-46f4-9af1-6cbc51c37b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId/admins/:userId","description":"<p>Добавить админа</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId","admins",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"},{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"57364313-7bbd-46f4-9af1-6cbc51c37b3e"},{"name":"/api/v1/messenger/topic/:topicId/admins/:userId","id":"52e385e2-0b41-4d6c-a549-aa5533b42f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId/admins/:userId","description":"<p>Удалить админа</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId","admins",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"},{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"52e385e2-0b41-4d6c-a549-aa5533b42f23"},{"name":"/api/v1/messenger/topics/list","id":"7c6eb8e6-8639-4fe1-bf3c-4de0af1b2e12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topics/list?per_page={{per_page}}&offset={{offset}}","description":"<p>Get topics</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topics","list"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"},{"key":"offset","value":"{{offset}}"}],"variable":[]}},"response":[],"_postman_id":"7c6eb8e6-8639-4fe1-bf3c-4de0af1b2e12"},{"name":"/api/v1/messenger/users/recommendation","id":"9c2829e6-910e-45c0-b211-98bc4353d96a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/users/recommendation?query={{query}}&scroll_id={{scroll_id}}&group_id={{group_id}}&user_id={{user_id}}&per_page={{per_page}}&direction={{direction}}","description":"<p>Группированные предложения пользователей  для добавления в групповые чаты с учетом allo_add_to_group (мой топ, мои подписки, мои подписчики)</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","users","recommendation"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"query","value":"{{query}}"},{"key":"scroll_id","value":"{{scroll_id}}"},{"key":"group_id","value":"{{group_id}}"},{"key":"user_id","value":"{{user_id}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"direction","value":"{{direction}}"}],"variable":[]}},"response":[],"_postman_id":"9c2829e6-910e-45c0-b211-98bc4353d96a"},{"name":"/api/v1/messenger/users/suggestion","id":"52d68531-c3bc-484f-a3a8-b5fe125edc08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/users/suggestion?query={{query}}&user_id={{user_id}}&per_page={{per_page}}&direction={{direction}}","description":"<p>Возможные пользователи для общения. Если не задан query то отдет всех пользоваетелй с кем отношения FOLLOW and FOLLOWED_BY, иначе принимает доп параметры как в /search/users</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","users","suggestion"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"query","value":"{{query}}"},{"key":"user_id","value":"{{user_id}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"direction","value":"{{direction}}"}],"variable":[]}},"response":[],"_postman_id":"52d68531-c3bc-484f-a3a8-b5fe125edc08"},{"name":"/api/v1/messenger/topic/:topicId","id":"8a208c14-42eb-4469-91f6-75b71680b7a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId","description":"<p>Edit topic</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"8a208c14-42eb-4469-91f6-75b71680b7a3"},{"name":"/api/v1/messenger/topic/create","id":"fea9523a-36dd-4513-a541-a56c31f705f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/create","description":"<p>Create topic</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic","create"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"fea9523a-36dd-4513-a541-a56c31f705f1"},{"name":"/api/v1/messenger/topic/:topicId/blacklist/:userId","id":"3006c6c2-547c-4efd-a13f-a5fb380b838b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId/blacklist/:userId","description":"<p>Удалить пользователя из черного списка</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId","blacklist",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"},{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"3006c6c2-547c-4efd-a13f-a5fb380b838b"},{"name":"/api/v1/messenger/mute/:topicId","id":"75d6bfcf-3502-41f7-9234-7b8f944ae472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/mute/:topicId","description":"<p>Mute topic</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","mute",":topicId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"75d6bfcf-3502-41f7-9234-7b8f944ae472"},{"name":"/api/v1/messenger/topic/:topicId/read","id":"e6b0ba0d-c91a-40cb-a103-14efe8417f5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId/read","description":"<p>Сделать топик прочтенным</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId","read"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"e6b0ba0d-c91a-40cb-a103-14efe8417f5a"},{"name":"/api/v1/messenger/users/invite/:topicId","id":"d5c9d1b8-8e93-47b5-9f66-f193a8e9d0e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/users/invite/:topicId","description":"<p>Invite users to topic</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","users","invite",":topicId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"d5c9d1b8-8e93-47b5-9f66-f193a8e9d0e7"},{"name":"/api/v1/messenger/mute/:topicId","id":"c262dafb-b2df-4d62-965a-b732c575bff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/mute/:topicId","description":"<p>Unmute topic</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","mute",":topicId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"c262dafb-b2df-4d62-965a-b732c575bff3"},{"name":"/api/v1/messenger/messages/topic/:topicId","id":"4b3922d2-9f8c-487f-ace1-df9544cdb18c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/messages/topic/:topicId?per_page={{per_page}}&direction={{direction}}&id={{id}}&with={{with}}&inclusive={{inclusive}}","description":"<p>Get messages list by Topic</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","messages","topic",":topicId"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"},{"key":"direction","value":"{{direction}}"},{"key":"id","value":"{{id}}"},{"key":"with","value":"{{with}}"},{"key":"inclusive","value":"{{inclusive}}"}],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"4b3922d2-9f8c-487f-ace1-df9544cdb18c"},{"name":"/api/v1/messenger/messages/list","id":"5542dbcb-3c2b-4bd2-99fb-3a4fc09a65b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/messages/list?topic_id={{topic_id}}&user_id={{user_id}}&per_page={{per_page}}&direction={{direction}}&id={{id}}&with={{with}}&inclusive={{inclusive}}","description":"<p>Список сообщений по юзеру или по топике</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","messages","list"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"topic_id","value":"{{topic_id}}"},{"key":"user_id","value":"{{user_id}}"},{"key":"per_page","value":"{{per_page}}"},{"key":"direction","value":"{{direction}}"},{"key":"id","value":"{{id}}"},{"key":"with","value":"{{with}}"},{"key":"inclusive","value":"{{inclusive}}"}],"variable":[]}},"response":[],"_postman_id":"5542dbcb-3c2b-4bd2-99fb-3a4fc09a65b0"},{"name":"/api/v1/messenger/topic/:topicId/members/:membership","id":"a4ebc073-58fc-436d-a188-05066c4236fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId/members/:membership?per_page={{per_page}}&page={{page}}","description":"<p>Список пользователей по топику, membership см в таблице</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId","members",":membership"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"},{"key":"page","value":"{{page}}"}],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"},{"type":"any","value":"{{membership}}","key":"membership"}]}},"response":[],"_postman_id":"a4ebc073-58fc-436d-a188-05066c4236fb"},{"name":"/api/v1/messenger/topic/:topicId/unread","id":"4ba22639-b9ac-4c41-a26e-0704a5a35058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId/unread","description":"<p>Сделать топик непрочтенным</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId","unread"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"4ba22639-b9ac-4c41-a26e-0704a5a35058"},{"name":"/api/v1/messenger/topic/:topicId/hide","id":"17d2180d-146a-4a34-8baa-c25a5004f32a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId/hide","description":"<p>Hide  topic. Argument action is optional. Default action - hide</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId","hide"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"17d2180d-146a-4a34-8baa-c25a5004f32a"},{"name":"/api/v1/messenger/topic/:topicId/blacklist/:userId","id":"9ab7bc44-ec66-4d8f-8439-99f41e744b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/topic/:topicId/blacklist/:userId","description":"<p>Добавить пользователя в черный список</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","topic",":topicId","blacklist",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"},{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"9ab7bc44-ec66-4d8f-8439-99f41e744b9c"},{"name":"/api/v1/messenger/messages/user/:recipient","id":"00893698-2f8b-4250-9c87-6cffe7f494a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/messenger/messages/user/:recipient?per_page={{per_page}}&with={{with}}","description":"<p>Get messages list between two users</p>\n","urlObject":{"protocol":"http","path":["api","v1","messenger","messages","user",":recipient"],"host":["dev.kernel.daria.testbb.ru"],"query":[{"key":"per_page","value":"{{per_page}}"},{"key":"with","value":"{{with}}"}],"variable":[{"type":"any","value":"{{recipient}}","key":"recipient"}]}},"response":[],"_postman_id":"00893698-2f8b-4250-9c87-6cffe7f494a8"}],"id":"ba0beaab-d535-4bca-8d53-3e63e287c525","description":"<p>Folder for messenger</p>\n","_postman_id":"ba0beaab-d535-4bca-8d53-3e63e287c525"},{"name":"complain","item":[{"name":"/api/v1/complain/for/comment/:commentId","id":"dba2e664-1fee-4d5c-a14e-ede85b98a5ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/complain/for/comment/:commentId","description":"<p>Send complaint for comment</p>\n","urlObject":{"protocol":"http","path":["api","v1","complain","for","comment",":commentId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{commentId}}","key":"commentId"}]}},"response":[],"_postman_id":"dba2e664-1fee-4d5c-a14e-ede85b98a5ee"},{"name":"/api/v1/complain/for/user/:userId","id":"1cae5ef8-abc6-4b16-8359-988b4d12495c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/complain/for/user/:userId","description":"<p>Send complaint for user</p>\n","urlObject":{"protocol":"http","path":["api","v1","complain","for","user",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"1cae5ef8-abc6-4b16-8359-988b4d12495c"},{"name":"/api/v1/complain/for/topic/:topicId","id":"fbfeb9a6-c19f-4583-a0ab-87f8130f22c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/complain/for/topic/:topicId","description":"<p>Send complain for a topic</p>\n","urlObject":{"protocol":"http","path":["api","v1","complain","for","topic",":topicId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"}]}},"response":[],"_postman_id":"fbfeb9a6-c19f-4583-a0ab-87f8130f22c4"},{"name":"/api/v1/complain/for/topic/:topicId/:userId","id":"88cb7a32-090f-47cb-bfe9-45da2198cabc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/complain/for/topic/:topicId/:userId","description":"<p>This method is deprecated</p>\n","urlObject":{"protocol":"http","path":["api","v1","complain","for","topic",":topicId",":userId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{topicId}}","key":"topicId"},{"type":"any","value":"{{userId}}","key":"userId"}]}},"response":[],"_postman_id":"88cb7a32-090f-47cb-bfe9-45da2198cabc"},{"name":"/api/v1/complain/for/post/:postId","id":"80cb5f34-6214-49fa-98ec-1e0d60a1bacd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/complain/for/post/:postId","description":"<p>Send complaint for post</p>\n","urlObject":{"protocol":"http","path":["api","v1","complain","for","post",":postId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{postId}}","key":"postId"}]}},"response":[],"_postman_id":"80cb5f34-6214-49fa-98ec-1e0d60a1bacd"}],"id":"63bf2982-8a94-4ea0-9061-c7c749710fac","description":"<p>Folder for complain</p>\n","_postman_id":"63bf2982-8a94-4ea0-9061-c7c749710fac"},{"name":"help","item":[{"name":"/api/v1/help","id":"8ac2da95-5d0b-4f5a-a778-3324b567306f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/help","description":"<p>Send a feedback or request for a help. Message parameter is required, all other are unnecessary; the kernel will get required information itself or will leave fields blank</p>\n","urlObject":{"protocol":"http","path":["api","v1","help"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ac2da95-5d0b-4f5a-a778-3324b567306f"}],"id":"6f93b300-b150-4372-b156-45d0c58af0bd","description":"<p>Folder for help</p>\n","_postman_id":"6f93b300-b150-4372-b156-45d0c58af0bd"},{"name":"statistics","item":[{"name":"/api/v1/statistics","id":"2ee6c8dd-b1a3-4b5f-87e7-6726cd0031f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/statistics","description":"<p>Post some statistics</p>\n","urlObject":{"protocol":"http","path":["api","v1","statistics"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ee6c8dd-b1a3-4b5f-87e7-6726cd0031f6"}],"id":"a2668077-e32d-4d42-8e88-d5a45611402d","description":"<p>Folder for statistics</p>\n","_postman_id":"a2668077-e32d-4d42-8e88-d5a45611402d"},{"name":"app_install_metric","item":[{"name":"/api/v1/app_install_metric/branch","id":"16f50a9b-dff3-4296-85a4-0e9d2b2bef4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/app_install_metric/branch","description":"<p>Get data from Branch.io</p>\n","urlObject":{"protocol":"http","path":["api","v1","app_install_metric","branch"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"16f50a9b-dff3-4296-85a4-0e9d2b2bef4c"}],"id":"5cbbe6da-12cf-4611-ad06-4d229d5dd4b6","description":"<p>Folder for app_install_metric</p>\n","_postman_id":"5cbbe6da-12cf-4611-ad06-4d229d5dd4b6"},{"name":"mqtt","item":[{"name":"/api/v1/mqtt/echo","id":"f17367ea-c8d0-479a-b0ab-0e675982067a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://dev.kernel.daria.testbb.ru/api/v1/mqtt/echo","description":"<p>Echo some data to current user MQTT topic with name like user/kernel_user_id. Not messenger user topic! e.g: user/584bb8b717699c4fbe685e15</p>\n","urlObject":{"protocol":"http","path":["api","v1","mqtt","echo"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"f17367ea-c8d0-479a-b0ab-0e675982067a"}],"id":"251e2b42-ff0b-4f9b-bbe3-90a22922f687","description":"<p>Folder for mqtt</p>\n","_postman_id":"251e2b42-ff0b-4f9b-bbe3-90a22922f687"},{"name":"datastorage","item":[{"name":"/api/v1/datastorage/user_suggestions","id":"a781bd1f-306b-4ec8-96f6-9f39da79e1e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/datastorage/user_suggestions","description":"<p>Получение всех user suggestions</p>\n","urlObject":{"protocol":"http","path":["api","v1","datastorage","user_suggestions"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"a781bd1f-306b-4ec8-96f6-9f39da79e1e8"}],"id":"03160300-1f61-4652-b16e-3186fac8d484","description":"<p>Folder for datastorage</p>\n","_postman_id":"03160300-1f61-4652-b16e-3186fac8d484"},{"name":"share","item":[{"name":"/api/v1/share/messenger/deeplink","id":"86461b97-3b71-4b03-9033-064ab5e795c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"object_type\": \"string\",\n  \"object_id\": \"string\",\n  \"deeplink\": \"string\",\n  \"image\": \"string\",\n  \"user_text\": \"string\",\n  \"user_id\": \"string\",\n  \"topic_id\": \"string\"\n}"},"url":"http://dev.kernel.daria.testbb.ru/api/v1/share/messenger/deeplink","description":"<p>Отправка шары в мессенджер на объект или произвольный диплинк</p>\n","urlObject":{"protocol":"http","path":["api","v1","share","messenger","deeplink"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"86461b97-3b71-4b03-9033-064ab5e795c8"}],"id":"42b1653a-4430-4874-9daf-8dc48371dae6","description":"<p>Folder for share</p>\n","_postman_id":"42b1653a-4430-4874-9daf-8dc48371dae6"},{"name":"stickers","item":[{"name":"/api/v1/stickers/installed","id":"cf40e072-fbd4-4faa-b19d-8003654acd31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/stickers/installed","description":"<p>Get installed sticker packs</p>\n","urlObject":{"protocol":"http","path":["api","v1","stickers","installed"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf40e072-fbd4-4faa-b19d-8003654acd31"},{"name":"/api/v1/stickers/pack/:packId","id":"efb17eba-5f9c-4904-b3f4-75f8a3356d3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/stickers/pack/:packId","description":"<p>Install sticker pack by ID</p>\n","urlObject":{"protocol":"http","path":["api","v1","stickers","pack",":packId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{packId}}","key":"packId"}]}},"response":[],"_postman_id":"efb17eba-5f9c-4904-b3f4-75f8a3356d3a"},{"name":"/api/v1/stickers/list","id":"57dca3b3-2224-43cf-a9b4-86a4165ffb4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/stickers/list","description":"<p>Get targeted sticker packs (include installed)</p>\n","urlObject":{"protocol":"http","path":["api","v1","stickers","list"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[]}},"response":[],"_postman_id":"57dca3b3-2224-43cf-a9b4-86a4165ffb4f"},{"name":"/api/v1/stickers/pack/:packId","id":"eda1ad46-1f8f-4c67-a734-fade14d37f65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/stickers/pack/:packId","description":"<p>Get sticker pack by ID</p>\n","urlObject":{"protocol":"http","path":["api","v1","stickers","pack",":packId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{packId}}","key":"packId"}]}},"response":[],"_postman_id":"eda1ad46-1f8f-4c67-a734-fade14d37f65"},{"name":"/api/v1/stickers/pack/:packId","id":"dbc926e0-9787-4985-8a42-a9cd2a1531fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Cookie","value":"XDEBUG_SESSION=;","type":"text"},{"key":"APPVER","value":"4.30.0","type":"text"}],"url":"http://dev.kernel.daria.testbb.ru/api/v1/stickers/pack/:packId","description":"<p>Uninstall sticker pack by ID</p>\n","urlObject":{"protocol":"http","path":["api","v1","stickers","pack",":packId"],"host":["dev.kernel.daria.testbb.ru"],"query":[],"variable":[{"type":"any","value":"{{packId}}","key":"packId"}]}},"response":[],"_postman_id":"dbc926e0-9787-4985-8a42-a9cd2a1531fe"}],"id":"cea05f86-6377-484c-9d7e-87bbc4df0c05","description":"<p>Folder for stickers</p>\n","_postman_id":"cea05f86-6377-484c-9d7e-87bbc4df0c05"}],"event":[{"listen":"prerequest","script":{"id":"8fb78683-ed0a-49ba-82f3-da20cee4dbb6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e04dbf44-d7bd-4607-9922-4e9657fe1264","type":"text/javascript","exec":[""]}}],"variable":[{"id":"35246c76-5b52-4529-9593-f8a3a9e990cc","key":"schema","value":"http","type":"string"},{"id":"be924283-69f8-4e2e-b87d-4605d58c3b41","key":"domain","value":"dev.kernel.daria.testbb.ru","type":"string"},{"id":"be16db31-699e-4053-8ab6-b6612706ed08","key":"device_id","value":"postman_device_id","type":"string"},{"id":"976cc94e-b026-41f8-97a4-d8a099577a8c","key":"appver","value":"4.30.0","type":"string"},{"id":"9d70438c-9b30-432b-83de-12417e32959f","key":"auth_token","value":"","type":"string"},{"id":"2324fedd-01ba-48ff-943d-e3ee99ffe2e4","key":"xdebug_cookie","value":"","type":"string"}]}