{"info":{"_postman_id":"7244ec58-a851-4208-a72d-ff7186ebc5a4","name":"Magento 2 Blog REST API & Examples","description":"<html><head></head><body><p>Blog REST API for Magento 2</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10589000","collectionId":"7244ec58-a851-4208-a72d-ff7186ebc5a4","publishedId":"SzRxXqt3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-10T02:44:26.000Z"},"item":[{"name":"Get All Posts","id":"eaf6c052-0e66-4103-8fb2-b9a8dfb3ba38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/post?page=1&limit=10","urlObject":{"path":["rest","V1","mpblog","post"],"host":["{{magento_base_url}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"2e349050-2132-4f7f-ac3b-7c7e1329f49b","name":"Get All Posts Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/post?page=1&limit=10","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","post"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 03:04:18 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 04:04:18 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1771"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"463729"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Post 1 \",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>a</p>\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"post-1\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"a\",\n        \"meta_description\": \"a\",\n        \"meta_keywords\": \"a\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:30:47\",\n        \"updated_at\": \"2020-10-26 09:31:30\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-24 21:30:08\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            2,\n            4\n        ],\n        \"tag_ids\": [\n            1\n        ],\n        \"topic_ids\": [\n            1\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 15\n    },\n    {\n        \"id\": 2,\n        \"name\": \"update_ example\",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>q</p>\",\n        \"store_ids\": 0,\n        \"image\": \"i/m/img_1394.jpg\",\n        \"enabled\": 1,\n        \"url_key\": \"q\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"api\",\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:33:51\",\n        \"updated_at\": \"2020-11-04 03:02:24\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-26 21:33:05\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            2,\n            3,\n            4\n        ],\n        \"tag_ids\": [\n            1,\n            2\n        ],\n        \"topic_ids\": [\n            1,\n            2\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 1\n    },\n    {\n        \"id\": 3,\n        \"name\": \"example1\",\n        \"short_description\": \"Example\",\n        \"post_content\": \"<p>mageplaza</p>\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 0,\n        \"url_key\": \"example1\",\n        \"in_rss\": 0,\n        \"allow_comment\": 0,\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-11-04 03:00:33\",\n        \"updated_at\": \"2020-11-04 03:00:33\",\n        \"author_id\": 1,\n        \"modifier_id\": null,\n        \"publish_date\": \"2020-11-04 03:00:33\",\n        \"layout\": \"empty\",\n        \"category_ids\": [],\n        \"tag_ids\": [],\n        \"topic_ids\": [],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 0\n    }\n]"}],"_postman_id":"eaf6c052-0e66-4103-8fb2-b9a8dfb3ba38"},{"name":"Get Post With Conditions","id":"e4f8afdb-7cc7-43c6-9be1-ca67dd2e04d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/post/list?searchCriteria[filter_groups][0][filters][0][field]=name&searchCriteria[filter_groups][0][filters][0][value]=Post 1&searchCriteria[filter_groups][0][filters][0][condition_type]=eq","urlObject":{"path":["rest","V1","mpblog","post","list"],"host":["{{magento_base_url}}"],"query":[{"key":"searchCriteria[filter_groups][0][filters][0][field]","value":"name"},{"key":"searchCriteria[filter_groups][0][filters][0][value]","value":"Post 1"},{"key":"searchCriteria[filter_groups][0][filters][0][condition_type]","value":"eq"}],"variable":[]}},"response":[{"id":"e0895f01-1df2-4016-9834-90636df0edd9","name":"Get Post With Conditions Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/post/list?searchCriteria[filter_groups][0][filters][0][field]=name&searchCriteria[filter_groups][0][filters][0][value]=Post 1&searchCriteria[filter_groups][0][filters][0][condition_type]=eq","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","post","list"],"query":[{"key":"searchCriteria[filter_groups][0][filters][0][field]","value":"name"},{"key":"searchCriteria[filter_groups][0][filters][0][value]","value":"Post 1"},{"key":"searchCriteria[filter_groups][0][filters][0][condition_type]","value":"eq"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 03:03:54 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 04:03:54 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"710"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"6499"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 1,\n            \"name\": \"Post 1 \",\n            \"short_description\": \"a\",\n            \"post_content\": \"<p>a</p>\",\n            \"store_ids\": 0,\n            \"image\": null,\n            \"enabled\": 1,\n            \"url_key\": \"post-1\",\n            \"in_rss\": 1,\n            \"allow_comment\": 1,\n            \"meta_title\": \"a\",\n            \"meta_description\": \"a\",\n            \"meta_keywords\": \"a\",\n            \"meta_robots\": \"INDEX,FOLLOW\",\n            \"created_at\": \"2020-10-26 09:30:47\",\n            \"updated_at\": \"2020-10-26 09:31:30\",\n            \"author_id\": 1,\n            \"modifier_id\": 1,\n            \"publish_date\": \"2020-10-24 21:30:08\",\n            \"layout\": \"empty\",\n            \"category_ids\": [\n                2,\n                4\n            ],\n            \"tag_ids\": [\n                1\n            ],\n            \"topic_ids\": [\n                1\n            ],\n            \"author_name\": \"Admin\",\n            \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n            \"view_traffic\": 15\n        }\n    ],\n    \"search_criteria\": {\n        \"filter_groups\": [\n            {\n                \"filters\": [\n                    {\n                        \"field\": \"name\",\n                        \"value\": \"Post 1\",\n                        \"condition_type\": \"eq\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"total_count\": 1\n}"}],"_postman_id":"e4f8afdb-7cc7-43c6-9be1-ca67dd2e04d7"},{"name":"View Post","id":"5e39c7fd-7bed-4d52-a995-13dd6a804f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/post/view/:post_id","urlObject":{"path":["rest","V1","mpblog","post","view",":post_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"1","key":"post_id"}]}},"response":[{"id":"b0b64426-8e06-4270-8f79-46ed16d931e3","name":"View Post Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/post/view/:post_id","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","post","view",":post_id"],"variable":[{"key":"post_id","value":"1","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 03:03:00 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 04:03:00 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"574"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"6496"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Post 1 \",\n    \"short_description\": \"a\",\n    \"post_content\": \"<p>a</p>\",\n    \"store_ids\": 0,\n    \"image\": null,\n    \"enabled\": 1,\n    \"url_key\": \"post-1\",\n    \"in_rss\": 1,\n    \"allow_comment\": 1,\n    \"meta_title\": \"a\",\n    \"meta_description\": \"a\",\n    \"meta_keywords\": \"a\",\n    \"meta_robots\": \"INDEX,FOLLOW\",\n    \"created_at\": \"2020-10-26 09:30:47\",\n    \"updated_at\": \"2020-10-26 09:31:30\",\n    \"author_id\": 1,\n    \"modifier_id\": 1,\n    \"publish_date\": \"2020-10-24 21:30:08\",\n    \"layout\": \"empty\",\n    \"category_ids\": [\n        2,\n        4\n    ],\n    \"tag_ids\": [\n        1\n    ],\n    \"topic_ids\": [\n        1\n    ],\n    \"author_name\": \"Admin\",\n    \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n    \"view_traffic\": 15\n}"}],"_postman_id":"5e39c7fd-7bed-4d52-a995-13dd6a804f5f"},{"name":"Delete Post","id":"aa6083c6-7c07-4d61-b2e2-ec0486054158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/post/delete/:post_id","urlObject":{"path":["rest","V1","mpblog","post","delete",":post_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"post_id"}]}},"response":[{"id":"cc45622b-31ff-4ba6-af0f-dbe69b736391","name":"Delete post example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/post/delete/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 25 Nov 2019 02:41:37 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=jn6df8evmhughrfur31uqokbhh; expires=Mon, 25-Nov-2019 03:41:37 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"aa6083c6-7c07-4d61-b2e2-ec0486054158"},{"name":"Creat New Post","id":"b3e7c1e9-b122-4d84-991e-0e8a7c93094b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"post\": {\n        \"name\": \"example1\",\n        \"author_id\": \"1\",\n        \"short_description\": \"Example\",\n        \"post_content\": \"<p>mageplaza</p>\",\n        \"store_ids\": 0\n    }\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/post/create","urlObject":{"path":["rest","V1","mpblog","post","create"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1125e9e9-7728-4695-b52a-61c8b00e6fde","name":"Creat New Post Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"post\": {\n        \"name\": \"example1\",\n        \"author_id\": \"1\",\n        \"short_description\": \"Example\",\n        \"post_content\": \"<p>mageplaza</p>\",\n        \"store_ids\": 0\n    }\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/post/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 03:00:33 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 04:00:33 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"556"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"463720"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"name\": \"example1\",\n    \"short_description\": \"Example\",\n    \"post_content\": \"<p>mageplaza</p>\",\n    \"store_ids\": 0,\n    \"image\": null,\n    \"enabled\": 0,\n    \"url_key\": \"example1\",\n    \"in_rss\": 0,\n    \"allow_comment\": 0,\n    \"meta_title\": null,\n    \"meta_description\": null,\n    \"meta_keywords\": null,\n    \"meta_robots\": \"INDEX,FOLLOW\",\n    \"created_at\": \"2020-11-04 03:00:33\",\n    \"author_id\": 1,\n    \"modifier_id\": null,\n    \"publish_date\": \"2020-11-04 03:00:33\",\n    \"layout\": \"empty\",\n    \"category_ids\": [],\n    \"tag_ids\": [],\n    \"topic_ids\": [],\n    \"author_name\": \"Admin\",\n    \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n    \"view_traffic\": 0\n}"}],"_postman_id":"b3e7c1e9-b122-4d84-991e-0e8a7c93094b"},{"name":"Update Post","id":"11128541-5d54-4f06-9873-c52cef1710bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"post\": {\n        \"name\": \"update_ example\",\n        \"author_id\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"api\",\n        \"meta_description\": null,\n        \"meta_keywords\": null\n    }\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/post/update/:post_id","urlObject":{"path":["rest","V1","mpblog","post","update",":post_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"2","key":"post_id"}]}},"response":[{"id":"04aacdd6-00db-4176-a284-da433f2ac411","name":"Update Post Example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"post\": {\n        \"name\": \"update_ example\",\n        \"author_id\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"api\",\n        \"meta_description\": null,\n        \"meta_keywords\": null\n    }\n}"},"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/post/update/:post_id","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","post","update",":post_id"],"variable":[{"key":"post_id","value":"2","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 03:02:24 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 04:02:24 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"602"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"463723"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"update_ example\",\n    \"short_description\": \"a\",\n    \"post_content\": \"<p>q</p>\",\n    \"store_ids\": 0,\n    \"image\": \"i/m/img_1394.jpg\",\n    \"enabled\": 1,\n    \"url_key\": \"q\",\n    \"in_rss\": 1,\n    \"allow_comment\": 1,\n    \"meta_title\": \"api\",\n    \"meta_description\": null,\n    \"meta_keywords\": null,\n    \"meta_robots\": \"INDEX,FOLLOW\",\n    \"created_at\": \"2020-10-26 09:33:51\",\n    \"updated_at\": \"2020-11-04 02:59:08\",\n    \"author_id\": 1,\n    \"modifier_id\": 1,\n    \"publish_date\": \"2020-10-26 21:33:05\",\n    \"layout\": \"empty\",\n    \"category_ids\": [\n        2,\n        3,\n        4\n    ],\n    \"tag_ids\": [\n        1,\n        2\n    ],\n    \"topic_ids\": [\n        1,\n        2\n    ],\n    \"author_name\": \"Admin\",\n    \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n    \"view_traffic\": 1\n}"}],"_postman_id":"11128541-5d54-4f06-9873-c52cef1710bc"},{"name":"Get Related Post","id":"3a8b540b-bbd7-4e4e-97e0-0b30865d94f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{admin_token}}"}],"url":"{{magento_base_url}}/rest/V1/mpblog/post/related/:post_id","urlObject":{"path":["rest","V1","mpblog","post","related",":post_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"1","key":"post_id"}]}},"response":[{"id":"98e20ca5-9f1c-4c0a-82e0-86121e63687e","name":"Get Related Post Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{admin_token}}"}],"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/post/related/:post_id","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","post","related",":post_id"],"variable":[{"key":"post_id","value":"1","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:59:17 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:59:17 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"592"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"396646"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"name\": \"Post 2\",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>q</p>\",\n        \"store_ids\": 0,\n        \"image\": \"i/m/img_1394.jpg\",\n        \"enabled\": 1,\n        \"url_key\": \"q\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"q\",\n        \"meta_description\": \"qq\",\n        \"meta_keywords\": \"q\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:33:51\",\n        \"updated_at\": \"2020-11-04 02:59:08\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-26 21:33:05\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            2,\n            3,\n            4\n        ],\n        \"tag_ids\": [\n            1,\n            2\n        ],\n        \"topic_ids\": [\n            1,\n            2\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 1\n    }\n]"}],"_postman_id":"3a8b540b-bbd7-4e4e-97e0-0b30865d94f8"},{"name":"Get Post By Topic ID","id":"0bd8af01-2276-4c62-a87e-1f4558bfb2cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/topic/post/:topic_id","urlObject":{"path":["rest","V1","mpblog","topic","post",":topic_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"1","key":"topic_id"}]}},"response":[{"id":"3cf09294-d059-490c-9060-57e5ee2f96d7","name":"Get Post By Topic ID Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/topic/post/:topic_id","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","topic","post",":topic_id"],"variable":[{"key":"topic_id","value":"1","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:57:47 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:57:47 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"576"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"38814"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Post 1 \",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>a</p>\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"post-1\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"a\",\n        \"meta_description\": \"a\",\n        \"meta_keywords\": \"a\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:30:47\",\n        \"updated_at\": \"2020-10-26 09:31:30\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-24 21:30:08\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            2,\n            4\n        ],\n        \"tag_ids\": [\n            1\n        ],\n        \"topic_ids\": [\n            1\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 14\n    }\n]"}],"_postman_id":"0bd8af01-2276-4c62-a87e-1f4558bfb2cc"},{"name":"Get Post View By Author ID","id":"bebe0161-bd7b-49d9-9684-9ddf338add19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/post/author/id/:author_id","urlObject":{"path":["rest","V1","mpblog","post","author","id",":author_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"1","key":"author_id"}]}},"response":[{"id":"f1497342-a909-41f7-90cd-e9a0d8bda28f","name":"Get Post View By Author ID Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/post/author/id/:author_id","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","post","author","id",":author_id"],"variable":[{"key":"author_id","value":"1","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:57:06 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:57:06 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1161"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"627014"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Post 1 \",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>a</p>\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"post-1\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"a\",\n        \"meta_description\": \"a\",\n        \"meta_keywords\": \"a\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:30:47\",\n        \"updated_at\": \"2020-10-26 09:31:30\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-24 21:30:08\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            2,\n            4\n        ],\n        \"tag_ids\": [\n            1\n        ],\n        \"topic_ids\": [\n            1\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 14\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Post 2\",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>q</p>\",\n        \"store_ids\": 0,\n        \"image\": \"i/m/img_1394.jpg\",\n        \"enabled\": 1,\n        \"url_key\": \"q\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"q\",\n        \"meta_description\": \"qq\",\n        \"meta_keywords\": \"q\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:33:51\",\n        \"updated_at\": \"2020-10-26 09:33:51\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-26 21:33:05\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            3,\n            4\n        ],\n        \"tag_ids\": [\n            2\n        ],\n        \"topic_ids\": [\n            2\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 1\n    }\n]"}],"_postman_id":"bebe0161-bd7b-49d9-9684-9ddf338add19"},{"name":"Get Post View By Author Name","id":"29ecaf9c-fd5e-4081-becc-873a21a9c824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/post/author/name/:author_name","urlObject":{"path":["rest","V1","mpblog","post","author","name",":author_name"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"Admin","key":"author_name"}]}},"response":[{"id":"3106908a-c17c-48b3-80b7-9ff757efe306","name":"Get Post View By Author Name Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/post/author/name/:author_name","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","post","author","name",":author_name"],"variable":[{"key":"author_name","value":"Admin","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:56:32 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:56:32 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1161"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"627011"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Post 1 \",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>a</p>\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"post-1\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"a\",\n        \"meta_description\": \"a\",\n        \"meta_keywords\": \"a\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:30:47\",\n        \"updated_at\": \"2020-10-26 09:31:30\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-24 21:30:08\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            2,\n            4\n        ],\n        \"tag_ids\": [\n            1\n        ],\n        \"topic_ids\": [\n            1\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 14\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Post 2\",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>q</p>\",\n        \"store_ids\": 0,\n        \"image\": \"i/m/img_1394.jpg\",\n        \"enabled\": 1,\n        \"url_key\": \"q\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"q\",\n        \"meta_description\": \"qq\",\n        \"meta_keywords\": \"q\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:33:51\",\n        \"updated_at\": \"2020-10-26 09:33:51\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-26 21:33:05\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            3,\n            4\n        ],\n        \"tag_ids\": [\n            2\n        ],\n        \"topic_ids\": [\n            2\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 1\n    }\n]"}],"_postman_id":"29ecaf9c-fd5e-4081-becc-873a21a9c824"},{"name":"Get Post By Category Key","id":"9b16e923-95ed-46a6-b1e3-6aa5ea27a04c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/category/post/key/:category_key","urlObject":{"path":["rest","V1","mpblog","category","post","key",":category_key"],"host":["{{magento_base_url}}"],"query":[{"disabled":true,"key":"limit","value":"1"}],"variable":[{"type":"string","value":"Test","key":"category_key"}]}},"response":[{"id":"7445dc55-1665-4c05-8463-c4963cb533be","name":"Get Post By Category Key Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/category/post/key/:category_key","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","category","post","key",":category_key"],"query":[{"key":"limit","value":"1","disabled":true}],"variable":[{"key":"category_key","value":"Test","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:55:10 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:55:10 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"576"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"560888"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Post 1 \",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>a</p>\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"post-1\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"a\",\n        \"meta_description\": \"a\",\n        \"meta_keywords\": \"a\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:30:47\",\n        \"updated_at\": \"2020-10-26 09:31:30\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-24 21:30:08\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            2,\n            4\n        ],\n        \"tag_ids\": [\n            1\n        ],\n        \"topic_ids\": [\n            1\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 14\n    }\n]"}],"_postman_id":"9b16e923-95ed-46a6-b1e3-6aa5ea27a04c"},{"name":"Get Post By Category ID","id":"74089e1e-b4e2-42ed-95b3-2972c5e12eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/category/post/id/:category_id","urlObject":{"path":["rest","V1","mpblog","category","post","id",":category_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"2","key":"category_id"}]}},"response":[{"id":"e67379fe-f2bb-4e53-8345-480e9c196d7c","name":"Get Post By Category ID Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/category/post/id/:category_id","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","category","post","id",":category_id"],"variable":[{"key":"category_id","value":"2","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:51:08 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:51:08 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"576"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"200646"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Post 1 \",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>a</p>\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"post-1\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"a\",\n        \"meta_description\": \"a\",\n        \"meta_keywords\": \"a\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:30:47\",\n        \"updated_at\": \"2020-10-26 09:31:30\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-24 21:30:08\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            2,\n            4\n        ],\n        \"tag_ids\": [\n            1\n        ],\n        \"topic_ids\": [\n            1\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 14\n    }\n]"}],"_postman_id":"74089e1e-b4e2-42ed-95b3-2972c5e12eee"},{"name":"Get All Topics","id":"e36076e5-e18b-4848-a56e-c813c0012e75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/topic?page=1&limit=10","urlObject":{"path":["rest","V1","mpblog","topic"],"host":["{{magento_base_url}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"8537de25-d944-4480-b282-02d53da44403","name":"Get all topic example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}rest/V1/mpblog/topic?page=1&limit=10","host":["{{magento_base_url}}rest"],"path":["V1","mpblog","topic"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 02:15:47 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=abl62dcp0jo9rf9htb6mfl26en; expires=Fri, 15-Nov-2019 03:15:48 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"965"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"topic1\",\n        \"description\": \"sdfsdfsdf\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"url_key\": \"topic1\",\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": \"0\",\n        \"created_at\": \"2019-11-14 08:27:26\",\n        \"updated_at\": \"2019-11-14 08:27:26\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Testerapi\",\n        \"description\": \"api\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"url_key\": \"tester\",\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": \"0\",\n        \"created_at\": \"2019-11-14 09:10:24\",\n        \"updated_at\": \"2019-11-14 09:11:37\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"api\",\n        \"description\": null,\n        \"store_ids\": 0,\n        \"image\": null,\n        \"url_key\": \"api\",\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": \"0\",\n        \"created_at\": \"2019-11-14 09:11:54\",\n        \"updated_at\": \"2019-11-14 09:40:35\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"api\",\n        \"description\": null,\n        \"store_ids\": 0,\n        \"image\": null,\n        \"url_key\": \"api1\",\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": \"0\",\n        \"created_at\": \"2019-11-15 02:13:09\",\n        \"updated_at\": \"2019-11-15 02:13:09\"\n    }\n]"}],"_postman_id":"e36076e5-e18b-4848-a56e-c813c0012e75"},{"name":"Get Topic View","id":"5f6589ed-08aa-4cc7-a2e7-1d3c6ed09c74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","type":"text","value":"Bearer {{admin_token}}"}],"url":"{{magento_base_url}}/rest/V1/mpblog/topic/view/:topic_id","urlObject":{"path":["rest","V1","mpblog","topic","view",":topic_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"topic_id"}]}},"response":[{"id":"fbbde27f-ee18-4047-b807-9fbfa1ab13b7","name":"Get Topic View Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","type":"text","value":"Bearer {{admin_token}}"}],"url":"{{magento_base_url}}rest/V1/mpblog/topic/view/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2019 01:50:42 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=40i33qsv38kcfu0m56mfr7ln1m; expires=Wed, 27-Nov-2019 02:50:42 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"259"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"topic1\",\n    \"description\": \"sdfsdfsdf\",\n    \"store_ids\": 0,\n    \"image\": null,\n    \"enabled\": 1,\n    \"url_key\": \"topic1\",\n    \"meta_title\": null,\n    \"meta_description\": null,\n    \"meta_keywords\": null,\n    \"meta_robots\": \"0\",\n    \"created_at\": \"2019-11-14 08:27:26\",\n    \"updated_at\": \"2019-11-14 08:27:26\"\n}"}],"_postman_id":"5f6589ed-08aa-4cc7-a2e7-1d3c6ed09c74"},{"name":"Create New Topic","id":"cc4752b3-a2a3-4e56-b702-75478a916834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"topic\" : {\n\t\t\"name\" : \"api\"\n\t\t\n\t}\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/topic/create","urlObject":{"path":["rest","V1","mpblog","topic","create"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a4360634-85f0-46f7-a017-97e0ffadbe70","name":"Creat new topic example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"topic\" : {\n\t\t\"name\" : \"api\"\n\t\t\n\t}\n}"},"url":"{{magento_base_url}}rest/V1/mpblog/topic/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 02:13:09 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=abl62dcp0jo9rf9htb6mfl26en; expires=Fri, 15-Nov-2019 03:13:09 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"246"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"name\": \"api\",\n    \"description\": null,\n    \"store_ids\": 0,\n    \"image\": null,\n    \"url_key\": \"api1\",\n    \"meta_title\": null,\n    \"meta_description\": null,\n    \"meta_keywords\": null,\n    \"meta_robots\": \"INDEX,FOLLOW\",\n    \"created_at\": \"2019-11-15 02:13:09\",\n    \"updated_at\": \"2019-11-15 02:13:09\"\n}"}],"_postman_id":"cc4752b3-a2a3-4e56-b702-75478a916834"},{"name":"Delete Topic","id":"3c5ec185-b062-4091-94ea-2420ab95ad54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/topic/delete/:topic_id","urlObject":{"path":["rest","V1","mpblog","topic","delete",":topic_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"topic_id"}]}},"response":[{"id":"f32f3220-8c11-40bf-8c46-c0dde06b41b1","name":"Delete Topic example","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/topic/delete/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 02:13:45 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=abl62dcp0jo9rf9htb6mfl26en; expires=Fri, 15-Nov-2019 03:13:45 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"3c5ec185-b062-4091-94ea-2420ab95ad54"},{"name":"Update Topic","id":"ecf5c2d9-bf5f-4339-9774-8d7d45e2197f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"topic\" : {\n\t\t\"name\" : \"Testerapi\",\n\t\t\"description\": \"api\"\n\t}\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/topic/update/:topic_id","urlObject":{"path":["rest","V1","mpblog","topic","update",":topic_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"topic_id"}]}},"response":[{"id":"40c2f63e-b7df-4d6d-99bc-1d2fc47251a9","name":"Update Topic example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"topic\" : {\n\t\t\"name\" : \"Testerapi\",\n\t\t\"description\": \"api\"\n\t}\n}"},"url":"{{magento_base_url}}rest/V1/mpblog/topic/update/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 02:14:32 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=abl62dcp0jo9rf9htb6mfl26en; expires=Fri, 15-Nov-2019 03:14:32 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"244"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"Testerapi\",\n    \"description\": \"api\",\n    \"store_ids\": 0,\n    \"image\": null,\n    \"url_key\": \"tester\",\n    \"meta_title\": null,\n    \"meta_description\": null,\n    \"meta_keywords\": null,\n    \"meta_robots\": \"0\",\n    \"created_at\": \"2019-11-14 09:10:24\",\n    \"updated_at\": \"2019-11-14 09:11:37\"\n}"}],"_postman_id":"ecf5c2d9-bf5f-4339-9774-8d7d45e2197f"},{"name":"Get Topic List With Conditions","id":"72f4831a-2f66-4df9-9598-a170a5747c9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/topic/list?searchCriteria[filter_groups][0][filters][0][field]\n=name&searchCriteria[filter_groups][0][filters][0][value]\n=topic1&searchCriteria[filter_groups][0][filters][0][condition_type]\n=eq","urlObject":{"path":["V1","mpblog","topic","list"],"host":["{{magento_base_url}}rest"],"query":[{"key":"searchCriteria[filter_groups][0][filters][0][field]\n","value":"name"},{"key":"searchCriteria[filter_groups][0][filters][0][value]\n","value":"topic1"},{"key":"searchCriteria[filter_groups][0][filters][0][condition_type]\n","value":"eq"}],"variable":[]}},"response":[{"id":"0ba3b230-6cb8-4041-a217-2f17d5a3b1fa","name":"Get Topic List With Conditions Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}rest/V1/mpblog/topic/list?searchCriteria[filter_groups][0][filters][0][field]\n=name&searchCriteria[filter_groups][0][filters][0][value]\n=topic1&searchCriteria[filter_groups][0][filters][0][condition_type]\n=eq","host":["{{magento_base_url}}rest"],"path":["V1","mpblog","topic","list"],"query":[{"key":"searchCriteria[filter_groups][0][filters][0][field]\n","value":"name"},{"key":"searchCriteria[filter_groups][0][filters][0][value]\n","value":"topic1"},{"key":"searchCriteria[filter_groups][0][filters][0][condition_type]\n","value":"eq"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Nov 2019 10:25:45 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=nad1b255pia0or2ml8a1kjkn5l; expires=Tue, 26-Nov-2019 11:25:45 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"485"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 1,\n            \"name\": \"topic1\",\n            \"short_description\": null,\n            \"post_content\": null,\n            \"store_ids\": 0,\n            \"image\": null,\n            \"enabled\": 1,\n            \"url_key\": \"topic1\",\n            \"in_rss\": null,\n            \"allow_comment\": null,\n            \"meta_title\": null,\n            \"meta_description\": null,\n            \"meta_keywords\": null,\n            \"meta_robots\": \"0\",\n            \"created_at\": \"2019-11-14 08:27:26\",\n            \"updated_at\": \"2019-11-14 08:27:26\",\n            \"author_id\": null,\n            \"modifier_id\": null\n        }\n    ],\n    \"search_criteria\": {\n        \"filter_groups\": [\n            {\n                \"filters\": [\n                    {\n                        \"field\": \"name\",\n                        \"value\": \"topic1\",\n                        \"condition_type\": \"eq\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"total_count\": 1\n}"}],"_postman_id":"72f4831a-2f66-4df9-9598-a170a5747c9e"},{"name":"Get All Tags","id":"86cb111e-7160-46cc-99a4-97fe445224dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/tag?page=1&limit=10","urlObject":{"path":["V1","mpblog","tag"],"host":["{{magento_base_url}}rest"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"76000223-efc8-45f5-a44f-ae3e0f01c770","name":"Get All Tag example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}rest/V1/mpblog/tag?page=1&limit=10","host":["{{magento_base_url}}rest"],"path":["V1","mpblog","tag"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 02:16:24 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=abl62dcp0jo9rf9htb6mfl26en; expires=Fri, 15-Nov-2019 03:16:24 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"521"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"update tag\",\n        \"description\": \"quynhtest\",\n        \"store_ids\": 1,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"tag-1\",\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": \"0\",\n        \"created_at\": \"2019-11-14 08:21:02\",\n        \"updated_at\": \"2019-11-14 09:05:05\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Sandwich\",\n        \"description\": null,\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 0,\n        \"url_key\": \"sandwich\",\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": \"0\",\n        \"created_at\": \"2019-11-14 09:39:15\",\n        \"updated_at\": \"2019-11-14 09:39:20\"\n    }\n]"}],"_postman_id":"86cb111e-7160-46cc-99a4-97fe445224dd"},{"name":"Create New Tag","id":"59bcd0e6-f6fc-4cd7-96a0-feb1f6b07872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"tag\":{\n\t\t\"name\":\"Testapi\"\n\t}\n}"},"url":"{{magento_base_url}}rest/V1/mpblog/tag/create","urlObject":{"path":["V1","mpblog","tag","create"],"host":["{{magento_base_url}}rest"],"query":[],"variable":[]}},"response":[{"id":"bedc4f59-79bc-4fa8-a7ce-92c8b2272f43","name":"Create new tag example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"tag\":{\n\t\t\"name\":\"Testapi\"\n\t}\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/tag/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 04:19:59 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=0vipqj5cvhe05mjomv0koa51jb; expires=Fri, 15-Nov-2019 05:20:00 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"265"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"name\": \"Testapi\",\n    \"description\": null,\n    \"store_ids\": 0,\n    \"image\": null,\n    \"enabled\": 1,\n    \"url_key\": \"testapi\",\n    \"meta_title\": null,\n    \"meta_description\": null,\n    \"meta_keywords\": null,\n    \"meta_robots\": \"INDEX,FOLLOW\",\n    \"created_at\": \"2019-11-15 04:20:00\",\n    \"updated_at\": \"2019-11-15 04:20:00\"\n}"}],"_postman_id":"59bcd0e6-f6fc-4cd7-96a0-feb1f6b07872"},{"name":"Delete Tag","id":"1408cc7d-d1cd-4b92-af61-b7796ae7c6df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/tag/delete/:tag_id","urlObject":{"path":["rest","V1","mpblog","tag","delete",":tag_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"tag_id"}]}},"response":[{"id":"c97128bf-c6d4-49e2-92c9-212e46e955fc","name":"Delete tag example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/tag/delete/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 04:20:44 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=0vipqj5cvhe05mjomv0koa51jb; expires=Fri, 15-Nov-2019 05:20:44 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"1408cc7d-d1cd-4b92-af61-b7796ae7c6df"},{"name":"Update Tag","id":"e109b160-32de-4bad-aabe-d70c2f1786bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"tag\":{\n\t\t\"name\":\"update tag\",\n\t\t\"description\": \"test\"\n\t}\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/tag/update/:tag_id","urlObject":{"path":["rest","V1","mpblog","tag","update",":tag_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"tag_id"}]}},"response":[{"id":"8345fe50-5af6-477e-937d-e6aff32bc368","name":"Update Tag example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"tag\":{\n\t\t\"name\":\"update tag\",\n\t\t\"description\": \"test\"\n\t}\n}"},"url":"{{magento_base_url}}rest/V1/mpblog/tag/update/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 04:21:25 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=0vipqj5cvhe05mjomv0koa51jb; expires=Fri, 15-Nov-2019 05:21:25 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"257"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"update tag\",\n    \"description\": \"test\",\n    \"store_ids\": 1,\n    \"image\": null,\n    \"enabled\": 1,\n    \"url_key\": \"tag-1\",\n    \"meta_title\": null,\n    \"meta_description\": null,\n    \"meta_keywords\": null,\n    \"meta_robots\": \"0\",\n    \"created_at\": \"2019-11-14 08:21:02\",\n    \"updated_at\": \"2019-11-15 04:21:25\"\n}"}],"_postman_id":"e109b160-32de-4bad-aabe-d70c2f1786bd"},{"name":"Get Tag View","id":"c281b084-0c41-4160-a5b8-d1ac895defd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/tag/view/:tag_id","urlObject":{"path":["rest","V1","mpblog","tag","view",":tag_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"tag_id"}]}},"response":[{"id":"65c9361d-1fe2-40ba-a161-3b0afa6a3b26","name":"Get Tag View Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/tag/view/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2019 01:51:54 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=40i33qsv38kcfu0m56mfr7ln1m; expires=Wed, 27-Nov-2019 02:51:54 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"257"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"update tag\",\n    \"description\": \"test\",\n    \"store_ids\": 1,\n    \"image\": null,\n    \"enabled\": 1,\n    \"url_key\": \"tag-1\",\n    \"meta_title\": null,\n    \"meta_description\": null,\n    \"meta_keywords\": null,\n    \"meta_robots\": \"0\",\n    \"created_at\": \"2019-11-14 08:21:02\",\n    \"updated_at\": \"2019-11-15 04:21:25\"\n}"}],"_postman_id":"c281b084-0c41-4160-a5b8-d1ac895defd4"},{"name":"Get Tag List With Conditions","id":"98c8d8ec-be57-49b2-aebb-2c6b34cf27ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/tag/list?searchCriteria[filter_groups][0][filters][0][field]=name&searchCriteria[filter_groups][0][filters][0][value]\n=Testapi&searchCriteria[filter_groups][0][filters][0][condition_type]\n=eq","urlObject":{"path":["rest","V1","mpblog","tag","list"],"host":["{{magento_base_url}}"],"query":[{"key":"searchCriteria[filter_groups][0][filters][0][field]","value":"name"},{"key":"searchCriteria[filter_groups][0][filters][0][value]\n","value":"Testapi"},{"key":"searchCriteria[filter_groups][0][filters][0][condition_type]\n","value":"eq"}],"variable":[]}},"response":[{"id":"c6e1fb73-7626-4975-b0f1-279e19659afe","name":"Get Tag List With Conditions Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}rest/V1/mpblog/tag/list?searchCriteria[filter_groups][0][filters][0][field]=name&searchCriteria[filter_groups][0][filters][0][value]\n=Testapi&searchCriteria[filter_groups][0][filters][0][condition_type]\n=eq","host":["{{magento_base_url}}rest"],"path":["V1","mpblog","tag","list"],"query":[{"key":"searchCriteria[filter_groups][0][filters][0][field]","value":"name"},{"key":"searchCriteria[filter_groups][0][filters][0][value]\n","value":"Testapi"},{"key":"searchCriteria[filter_groups][0][filters][0][condition_type]\n","value":"eq"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Nov 2019 10:23:39 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=nad1b255pia0or2ml8a1kjkn5l; expires=Tue, 26-Nov-2019 11:23:39 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"488"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 4,\n            \"name\": \"Testapi\",\n            \"short_description\": null,\n            \"post_content\": null,\n            \"store_ids\": 0,\n            \"image\": null,\n            \"enabled\": 1,\n            \"url_key\": \"testapi\",\n            \"in_rss\": null,\n            \"allow_comment\": null,\n            \"meta_title\": null,\n            \"meta_description\": null,\n            \"meta_keywords\": null,\n            \"meta_robots\": \"0\",\n            \"created_at\": \"2019-11-15 04:20:00\",\n            \"updated_at\": \"2019-11-15 04:20:00\",\n            \"author_id\": null,\n            \"modifier_id\": null\n        }\n    ],\n    \"search_criteria\": {\n        \"filter_groups\": [\n            {\n                \"filters\": [\n                    {\n                        \"field\": \"name\",\n                        \"value\": \"Testapi\",\n                        \"condition_type\": \"eq\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"total_count\": 1\n}"}],"_postman_id":"98c8d8ec-be57-49b2-aebb-2c6b34cf27ac"},{"name":"Get All Categories","id":"5affd874-7d68-4a2c-8e49-cfc3ccd0395b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{admin_token}}"}],"url":"{{magento_base_url}}/rest/V1/mpblog/category?page=1&limit=10","urlObject":{"path":["rest","V1","mpblog","category"],"host":["{{magento_base_url}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"f3ce2225-93ff-4e91-b865-a6c6e9d1384f","name":"Get all category  example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{admin_token}}"}],"url":{"raw":"{{magento_base_url}}rest/V1/mpblog/category?page=1&limit=10","host":["{{magento_base_url}}rest"],"path":["V1","mpblog","category"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 04:25:35 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=0vipqj5cvhe05mjomv0koa51jb; expires=Fri, 15-Nov-2019 05:25:35 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"555"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"ROOT\",\n        \"description\": null,\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"root\",\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": null,\n        \"path\": \"1\",\n        \"position\": 0,\n        \"level\": 0,\n        \"children_count\": 0\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Root1\",\n        \"description\": null,\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"root1\",\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": \"0\",\n        \"created_at\": \"2019-11-14 09:16:40\",\n        \"updated_at\": \"2019-11-14 09:16:40\",\n        \"parent_id\": 1,\n        \"path\": \"1/2\",\n        \"position\": 1,\n        \"level\": 1,\n        \"children_count\": 0\n    }\n]"}],"_postman_id":"5affd874-7d68-4a2c-8e49-cfc3ccd0395b"},{"name":"Get Category View","id":"406137e5-041a-4d8f-8451-2b355b6776ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/category/view/:category_id","urlObject":{"path":["rest","V1","mpblog","category","view",":category_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"category_id"}]}},"response":[{"id":"8ca135ad-8a41-4294-bced-7371e4f36d00","name":"Get Category View Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/category/view/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2019 01:52:50 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=40i33qsv38kcfu0m56mfr7ln1m; expires=Wed, 27-Nov-2019 02:52:51 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"232"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"ROOT\",\n    \"description\": null,\n    \"store_ids\": 0,\n    \"image\": null,\n    \"enabled\": 1,\n    \"url_key\": \"root\",\n    \"meta_title\": null,\n    \"meta_description\": null,\n    \"meta_keywords\": null,\n    \"meta_robots\": null,\n    \"path\": \"1\",\n    \"position\": 0,\n    \"level\": 0,\n    \"children_count\": 0\n}"}],"_postman_id":"406137e5-041a-4d8f-8451-2b355b6776ec"},{"name":"Creat New Category","id":"7a06e5ee-1f0c-4576-bd62-b3c7ec16d6bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": {\n        \"name\": \"Testapi1\",\n        \"description\": \"abc\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"root\",\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": null,\n        \"path\": \"1\",\n        \"position\": 0,\n        \"level\": 1,\n        \"children_count\": 0\n    }\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/category/create","urlObject":{"path":["rest","V1","mpblog","category","create"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"08c84f93-7fc5-49e2-b2a2-173c3be3bf61","name":"Creat New Category Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": {\n        \"name\": \"Testapi1\",\n        \"description\": \"abc\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"root\",\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": null,\n        \"path\": \"1\",\n        \"position\": 0,\n        \"level\": 1,\n        \"children_count\": 0\n    }\n}"},"url":"{{magento_base_url}}rest/V1/mpblog/category/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2019 02:21:49 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=40i33qsv38kcfu0m56mfr7ln1m; expires=Wed, 27-Nov-2019 03:21:50 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"335"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"name\": \"Testapi1\",\n    \"description\": \"abc\",\n    \"store_ids\": 0,\n    \"image\": null,\n    \"enabled\": 1,\n    \"url_key\": \"root3\",\n    \"meta_title\": null,\n    \"meta_description\": null,\n    \"meta_keywords\": null,\n    \"meta_robots\": \"INDEX,FOLLOW\",\n    \"created_at\": \"2019-11-27 02:21:50\",\n    \"updated_at\": \"2019-11-27 02:21:50\",\n    \"parent_id\": 1,\n    \"path\": \"1/4\",\n    \"position\": 0,\n    \"level\": 1,\n    \"children_count\": 0\n}"}],"_postman_id":"7a06e5ee-1f0c-4576-bd62-b3c7ec16d6bd"},{"name":"Delete Category","id":"7052712b-81b1-4763-b182-40dcecbe1f64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/category/delete/:category_id","urlObject":{"path":["rest","V1","mpblog","category","delete",":category_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"category_id"}]}},"response":[{"id":"4580dde7-905c-4298-b5f6-9cfd44926528","name":"Delete Category example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/category/delete/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 04:28:33 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=0vipqj5cvhe05mjomv0koa51jb; expires=Fri, 15-Nov-2019 05:28:33 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"7052712b-81b1-4763-b182-40dcecbe1f64"},{"name":"Update Category","id":"9e05aa23-0dfd-443e-adb8-24be59b4f264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": {\n        \"name\": \"Testapi\",\n        \"description\": \"abc\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"root2\",\n        \"meta_title\": null,\n        \"meta_description\": \"aoc\",\n        \"meta_keywords\": null,\n        \"meta_robots\": \"0\",\n        \"created_at\": \"2019-11-08 07:58:54\",\n        \"updated_at\": \"2019-11-08 07:58:54\",\n        \"parent_id\": 1,\n        \"path\": \"1/2/3\",\n        \"position\": 0,\n        \"level\": 2,\n        \"children_count\": 0\n    }\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/category/update/:category_id","urlObject":{"path":["rest","V1","mpblog","category","update",":category_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"category_id"}]}},"response":[{"id":"b177cd14-1709-4241-b549-152b81da63ad","name":"Update Category Example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": {\n        \"name\": \"Testapi\",\n        \"description\": \"abc\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"root2\",\n        \"meta_title\": null,\n        \"meta_description\": \"aoc\",\n        \"meta_keywords\": null,\n        \"meta_robots\": \"0\",\n        \"created_at\": \"2019-11-08 07:58:54\",\n        \"updated_at\": \"2019-11-08 07:58:54\",\n        \"parent_id\": 1,\n        \"path\": \"1/2/3\",\n        \"position\": 0,\n        \"level\": 2,\n        \"children_count\": 0\n    }\n}"},"url":"{{magento_base_url}}rest/V1/mpblog/category/update/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2019 02:24:00 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=40i33qsv38kcfu0m56mfr7ln1m; expires=Wed, 27-Nov-2019 03:24:00 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"327"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"name\": \"Testapi\",\n    \"description\": \"abc\",\n    \"store_ids\": 0,\n    \"image\": null,\n    \"enabled\": 1,\n    \"url_key\": \"root2\",\n    \"meta_title\": null,\n    \"meta_description\": \"aoc\",\n    \"meta_keywords\": null,\n    \"meta_robots\": \"0\",\n    \"created_at\": \"2019-11-08 07:58:54\",\n    \"updated_at\": \"2019-11-27 02:24:00\",\n    \"parent_id\": 1,\n    \"path\": \"1/2/3\",\n    \"position\": 0,\n    \"level\": 2,\n    \"children_count\": 0\n}"}],"_postman_id":"9e05aa23-0dfd-443e-adb8-24be59b4f264"},{"name":"Get Category List With Conditions","id":"4e56d481-0970-45bd-b645-0873c45a2c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/category/list?searchCriteria[filter_groups][0][filters][0][field]\n=name&searchCriteria[filter_groups][0][filters][0][value]\n=Root1&searchCriteria[filter_groups][0][filters][0][condition_type]\n=eq","urlObject":{"path":["rest","V1","mpblog","category","list"],"host":["{{magento_base_url}}"],"query":[{"key":"searchCriteria[filter_groups][0][filters][0][field]\n","value":"name"},{"key":"searchCriteria[filter_groups][0][filters][0][value]\n","value":"Root1"},{"key":"searchCriteria[filter_groups][0][filters][0][condition_type]\n","value":"eq"}],"variable":[]}},"response":[{"id":"94214bd0-9392-45a4-8fdc-602cb30fa1f5","name":"Get Category List With Conditions Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}rest/V1/mpblog/category/list?searchCriteria[filter_groups][0][filters][0][field]\n=name&searchCriteria[filter_groups][0][filters][0][value]\n=Root1&searchCriteria[filter_groups][0][filters][0][condition_type]\n=eq","host":["{{magento_base_url}}rest"],"path":["V1","mpblog","category","list"],"query":[{"key":"searchCriteria[filter_groups][0][filters][0][field]\n","value":"name"},{"key":"searchCriteria[filter_groups][0][filters][0][value]\n","value":"Root1"},{"key":"searchCriteria[filter_groups][0][filters][0][condition_type]\n","value":"eq"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2019 01:13:52 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=40i33qsv38kcfu0m56mfr7ln1m; expires=Wed, 27-Nov-2019 02:13:52 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"482"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 2,\n            \"name\": \"Root1\",\n            \"short_description\": null,\n            \"post_content\": null,\n            \"store_ids\": 0,\n            \"image\": null,\n            \"enabled\": 1,\n            \"url_key\": \"root1\",\n            \"in_rss\": null,\n            \"allow_comment\": null,\n            \"meta_title\": null,\n            \"meta_description\": null,\n            \"meta_keywords\": null,\n            \"meta_robots\": \"0\",\n            \"created_at\": \"2019-11-14 09:16:40\",\n            \"updated_at\": \"2019-11-14 09:16:40\",\n            \"author_id\": null,\n            \"modifier_id\": null\n        }\n    ],\n    \"search_criteria\": {\n        \"filter_groups\": [\n            {\n                \"filters\": [\n                    {\n                        \"field\": \"name\",\n                        \"value\": \"Root1\",\n                        \"condition_type\": \"eq\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"total_count\": 1\n}"}],"_postman_id":"4e56d481-0970-45bd-b645-0873c45a2c09"},{"name":"Get Category By Post ID","id":"290e3f47-65f6-4b72-a225-e1710a835d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/post/category/:post_id","urlObject":{"path":["rest","V1","mpblog","post","category",":post_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"post_id"}]}},"response":[{"id":"c2840362-9c5c-4fd5-8fb4-f79c217d31e0","name":"Get Category By Post Id Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/post/category/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2019 01:53:48 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=40i33qsv38kcfu0m56mfr7ln1m; expires=Wed, 27-Nov-2019 02:53:48 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"322"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"name\": \"Root1\",\n        \"description\": null,\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"root1\",\n        \"meta_title\": null,\n        \"meta_description\": null,\n        \"meta_keywords\": null,\n        \"meta_robots\": \"0\",\n        \"created_at\": \"2019-11-14 09:16:40\",\n        \"updated_at\": \"2019-11-14 09:16:40\",\n        \"parent_id\": 1,\n        \"path\": \"1/2\",\n        \"position\": 0,\n        \"level\": 1,\n        \"children_count\": 0\n    }\n]"}],"_postman_id":"290e3f47-65f6-4b72-a225-e1710a835d52"},{"name":"Get All Authors","id":"a49f9784-ae81-47d5-b5b4-06215bc32f8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/author?page=1&limit=10","urlObject":{"path":["rest","V1","mpblog","author"],"host":["{{magento_base_url}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"2a82d295-c727-4ca6-8b86-db64c88a83d0","name":"Get All Authors Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}rest/V1/mpblog/author?page=1&limit=10","host":["{{magento_base_url}}rest"],"path":["V1","mpblog","author"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2019 01:54:39 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=40i33qsv38kcfu0m56mfr7ln1m; expires=Wed, 27-Nov-2019 02:54:39 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"401"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"admin api\",\n        \"short_description\": null,\n        \"image\": null,\n        \"url_key\": \"admin\",\n        \"created_at\": \"2019-11-11 08:42:28\",\n        \"updated_at\": \"2019-11-14 09:22:44\",\n        \"customer_id\": 0,\n        \"type\": 0,\n        \"status\": 1\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Veronica Costello\",\n        \"short_description\": null,\n        \"image\": null,\n        \"url_key\": \"veronica-costello\",\n        \"created_at\": \"2019-11-20 04:32:57\",\n        \"updated_at\": \"2019-11-20 04:32:57\",\n        \"customer_id\": 1,\n        \"type\": 0,\n        \"status\": 1\n    }\n]"}],"_postman_id":"a49f9784-ae81-47d5-b5b4-06215bc32f8e"},{"name":"Create New Author","id":"371d1b32-8fff-4814-b5bf-07fa67329a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"author\":{\n\t\t\"name\": \"Api\"\n\t}\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/author/create","urlObject":{"path":["rest","V1","mpblog","author","create"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ee8a214b-9742-4795-a646-982bd4f712e4","name":"Create new author example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"author\":{\n\t\t\"name\": \"Api\"\n\t}\n}"},"url":"{{magento_base_url}}rest/V1/mpblog/author/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 04:39:18 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=0vipqj5cvhe05mjomv0koa51jb; expires=Fri, 15-Nov-2019 05:39:19 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"130"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"Api\",\n    \"short_description\": null,\n    \"image\": null,\n    \"url_key\": \"api\",\n    \"created_at\": \"2019-11-15 04:39:19\",\n    \"type\": 0,\n    \"status\": 0\n}"}],"_postman_id":"371d1b32-8fff-4814-b5bf-07fa67329a2d"},{"name":"Delete Author","id":"3317a1fb-1409-4aeb-924c-3539d115040d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/author/delete/:author_id","urlObject":{"path":["rest","V1","mpblog","author","delete",":author_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"author_id"}]}},"response":[{"id":"767b33d8-75c9-4bbc-b548-a121c331601a","name":"Delete Author example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/author/delete/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 04:39:59 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=0vipqj5cvhe05mjomv0koa51jb; expires=Fri, 15-Nov-2019 05:39:59 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"3317a1fb-1409-4aeb-924c-3539d115040d"},{"name":"Update Author","id":"17593705-b0e0-4cf5-92e8-fd16606fcc14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"author\":{\n\t\t\"name\":\"admin api\"\n\t}\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/author/update/:author_id","urlObject":{"path":["rest","V1","mpblog","author","update",":author_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"author_id"}]}},"response":[],"_postman_id":"17593705-b0e0-4cf5-92e8-fd16606fcc14"},{"name":"Get Post By Tag Name","id":"314f33a9-7eff-44dd-a6e6-45353d29a63b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/post/tag/name/:tag_name","urlObject":{"path":["rest","V1","mpblog","post","tag","name",":tag_name"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"Mageplaza","key":"tag_name"}]}},"response":[{"id":"9ec98939-7e9b-4926-87c1-6037e565c644","name":"Get Post By Tag Name Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/post/tag/name/:tag_name","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","post","tag","name",":tag_name"],"variable":[{"key":"tag_name","value":"Mageplaza"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:48:16 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:48:17 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"576"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"396046"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Post 1 \",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>a</p>\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"post-1\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"a\",\n        \"meta_description\": \"a\",\n        \"meta_keywords\": \"a\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:30:47\",\n        \"updated_at\": \"2020-10-26 09:31:30\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-24 21:30:08\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            2,\n            4\n        ],\n        \"tag_ids\": [\n            1\n        ],\n        \"topic_ids\": [\n            1\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 14\n    }\n]"}],"_postman_id":"314f33a9-7eff-44dd-a6e6-45353d29a63b"},{"name":"Get Product By Post","id":"deb75f1a-5fc9-4115-a5c8-dd74e90a362b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","type":"text","value":"Bearer {{admin_token}}"}],"url":"{{magento_base_url}}/rest/V1/mpblog/post/product/:post_id","urlObject":{"path":["rest","V1","mpblog","post","product",":post_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"post_id"}]}},"response":[{"id":"74ecc7be-3885-4b8e-8803-7ad00b72b8c0","name":"Get Product By Post Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","type":"text","value":"Bearer {{admin_token}}"}],"url":"{{magento_base_url}}rest/V1/mpblog/post/product/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2019 02:10:46 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=40i33qsv38kcfu0m56mfr7ln1m; expires=Wed, 27-Nov-2019 03:10:46 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"5057"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"sku\": \"24-MB01\",\n        \"attribute_set_id\": 15,\n        \"status\": 1,\n        \"type_id\": \"simple\",\n        \"created_at\": \"2019-11-11 08:07:30\",\n        \"updated_at\": \"2019-11-19 07:19:12\",\n        \"product_links\": [\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-WG086\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 1\n            },\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-WG083-blue\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 2\n            },\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-UG01\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 3\n            },\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-WG085_Group\",\n                \"linked_product_type\": \"grouped\",\n                \"position\": 4\n            },\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB02\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 1\n            },\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB03\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 2\n            },\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB05\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 3\n            },\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB06\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 4\n            },\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-UB02\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 5\n            },\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-WB03\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 6\n            },\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-WB04\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 7\n            },\n            {\n                \"sku\": \"24-MB01\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-WB07\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 8\n            }\n        ],\n        \"tier_prices\": [],\n        \"custom_attributes\": [\n            {\n                \"attribute_code\": \"required_options\",\n                \"value\": \"0\"\n            },\n            {\n                \"attribute_code\": \"has_options\",\n                \"value\": \"0\"\n            }\n        ]\n    },\n    {\n        \"id\": 2,\n        \"sku\": \"24-MB04\",\n        \"attribute_set_id\": 15,\n        \"status\": 1,\n        \"type_id\": \"simple\",\n        \"created_at\": \"2019-11-11 08:07:31\",\n        \"updated_at\": \"2019-11-19 07:19:24\",\n        \"product_links\": [\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-UG03\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 1\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-UG05\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 2\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-WG080\",\n                \"linked_product_type\": \"bundle\",\n                \"position\": 3\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-UG04\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 4\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB01\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 1\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB02\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 2\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB03\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 3\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB05\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 4\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB06\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 5\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-UB02\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 6\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-WB03\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 7\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-WB04\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 8\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-WB06\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 9\n            },\n            {\n                \"sku\": \"24-MB04\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-WB07\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 10\n            }\n        ],\n        \"tier_prices\": [],\n        \"custom_attributes\": [\n            {\n                \"attribute_code\": \"required_options\",\n                \"value\": \"0\"\n            },\n            {\n                \"attribute_code\": \"has_options\",\n                \"value\": \"0\"\n            }\n        ]\n    },\n    {\n        \"id\": 3,\n        \"sku\": \"24-MB03\",\n        \"attribute_set_id\": 15,\n        \"status\": 1,\n        \"type_id\": \"simple\",\n        \"created_at\": \"2019-11-11 08:07:31\",\n        \"updated_at\": \"2019-11-11 08:07:31\",\n        \"product_links\": [\n            {\n                \"sku\": \"24-MB03\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-UG06\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 1\n            },\n            {\n                \"sku\": \"24-MB03\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-WG084\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 2\n            },\n            {\n                \"sku\": \"24-MB03\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-WG087\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 3\n            },\n            {\n                \"sku\": \"24-MB03\",\n                \"link_type\": \"crosssell\",\n                \"linked_product_sku\": \"24-UG02\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 4\n            },\n            {\n                \"sku\": \"24-MB03\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB02\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 1\n            },\n            {\n                \"sku\": \"24-MB03\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB05\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 2\n            },\n            {\n                \"sku\": \"24-MB03\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-MB06\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 3\n            },\n            {\n                \"sku\": \"24-MB03\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-UB02\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 4\n            },\n            {\n                \"sku\": \"24-MB03\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-WB04\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 5\n            },\n            {\n                \"sku\": \"24-MB03\",\n                \"link_type\": \"upsell\",\n                \"linked_product_sku\": \"24-WB07\",\n                \"linked_product_type\": \"simple\",\n                \"position\": 6\n            }\n        ],\n        \"tier_prices\": [],\n        \"custom_attributes\": [\n            {\n                \"attribute_code\": \"required_options\",\n                \"value\": \"0\"\n            },\n            {\n                \"attribute_code\": \"has_options\",\n                \"value\": \"0\"\n            }\n        ]\n    }\n]"}],"_postman_id":"deb75f1a-5fc9-4115-a5c8-dd74e90a362b"},{"name":"Add Comment in Post","id":"157867aa-f012-4d96-980f-c32e8cfc5481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"commentData\": {\n        \"user_email\": \"example@gmail.com\",\n        \"user_name\": \"Example\",\n        \"content\": \"add comment\"\n    }\n}"},"url":"{{magento_base_url}}/rest/V1/mpblog/post/comment/add/:post_id","urlObject":{"path":["rest","V1","mpblog","post","comment","add",":post_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"post_id"}]}},"response":[{"id":"60942be7-10ac-486a-ac5b-ca43c96cfcfa","name":"Add Comment in Post Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"commentData\": {\n        \"user_email\": \"example@gmail.com\",\n        \"user_name\": \"Example\",\n        \"content\": \"add comment\"\n    }\n}"},"url":"{{magento_base_url}}rest/V1/mpblog/post/comment/add/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2019 02:12:00 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=40i33qsv38kcfu0m56mfr7ln1m; expires=Wed, 27-Nov-2019 03:12:00 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"151"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"post_id\": 1,\n    \"content\": \"add comment\",\n    \"store_ids\": null,\n    \"created_at\": \"2019-11-27 02:12:00\",\n    \"user_email\": \"example@gmail.com\",\n    \"user_name\": \"Example\"\n}"}],"_postman_id":"157867aa-f012-4d96-980f-c32e8cfc5481"},{"name":"Get All Comments","id":"0d9b0cb6-8bd1-48b9-994b-3b15df952e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/comment?page=1&limit=10","urlObject":{"path":["rest","V1","mpblog","comment"],"host":["{{magento_base_url}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"4f88d004-ffee-4db0-a373-7e6f629914f2","name":"Get All Comments Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}rest/V1/mpblog/comment?page=1&limit=10","host":["{{magento_base_url}}rest"],"path":["V1","mpblog","comment"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2019 02:12:40 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=40i33qsv38kcfu0m56mfr7ln1m; expires=Wed, 27-Nov-2019 03:12:40 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"723"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"post_id\": 1,\n        \"status\": 1,\n        \"content\": \"anhkdsfkjd\\ndlkgfjldsg\\nsldkflsdkgjx<br />\",\n        \"store_ids\": 1,\n        \"created_at\": \"2019-11-14 08:36:17\",\n        \"user_email\": \"dd@gmail.com\",\n        \"user_name\": \"f\"\n    },\n    {\n        \"id\": 2,\n        \"post_id\": 1,\n        \"status\": 1,\n        \"content\": null,\n        \"store_ids\": 0,\n        \"created_at\": \"2019-11-14 08:39:14\"\n    },\n    {\n        \"id\": 3,\n        \"post_id\": 1,\n        \"status\": 1,\n        \"content\": null,\n        \"store_ids\": 0,\n        \"created_at\": \"2019-11-14 08:40:17\",\n        \"user_email\": \"dd@gmail.com\",\n        \"user_name\": \"f\"\n    },\n    {\n        \"id\": 4,\n        \"post_id\": 1,\n        \"status\": 1,\n        \"content\": \"testapi\",\n        \"store_ids\": 0,\n        \"created_at\": \"2019-11-14 08:40:40\",\n        \"user_email\": \"dd@gmail.com\",\n        \"user_name\": \"f\"\n    },\n    {\n        \"id\": 5,\n        \"post_id\": 1,\n        \"status\": 3,\n        \"content\": \"add comment\",\n        \"store_ids\": 0,\n        \"created_at\": \"2019-11-27 02:12:00\",\n        \"user_email\": \"example@gmail.com\",\n        \"user_name\": \"Example\"\n    }\n]"}],"_postman_id":"0d9b0cb6-8bd1-48b9-994b-3b15df952e52"},{"name":"Get Comment View","id":"021d75a4-1cc3-4b9b-afe8-3e29dd0b70a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","type":"text","value":"Bearer {{admin_token}}"}],"url":"{{magento_base_url}}/rest/V1/mpblog/comment/view/:commentId","urlObject":{"path":["rest","V1","mpblog","comment","view",":commentId"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"commentId"}]}},"response":[{"id":"c45ee006-29a4-4f5a-b1cd-2ecccb0d1506","name":"Get Comment View Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","type":"text","value":"Bearer {{admin_token}}"}],"url":"{{magento_base_url}}rest/V1/mpblog/comment/view/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Nov 2019 10:37:22 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=nad1b255pia0or2ml8a1kjkn5l; expires=Tue, 26-Nov-2019 11:37:22 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"180"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"post_id\": 1,\n    \"status\": 1,\n    \"content\": \"anhkdsfkjd\\ndlkgfjldsg\\nsldkflsdkgjx<br />\",\n    \"store_ids\": 1,\n    \"created_at\": \"2019-11-14 08:36:17\",\n    \"user_email\": \"dd@gmail.com\",\n    \"user_name\": \"f\"\n}"}],"_postman_id":"021d75a4-1cc3-4b9b-afe8-3e29dd0b70a8"},{"name":"Get Post Comment","id":"c6927d41-67b4-4b53-804b-d60d428d5509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/post/comment/:post_id","urlObject":{"path":["rest","V1","mpblog","post","comment",":post_id"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"","key":"post_id"}]}},"response":[{"id":"0adb1d23-009c-4136-bdf4-89884d03f7ef","name":"Get Post Comment Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/post/comment/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Nov 2019 10:18:27 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=nad1b255pia0or2ml8a1kjkn5l; expires=Tue, 26-Nov-2019 11:18:27 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"563"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"post_id\": 1,\n        \"status\": 1,\n        \"content\": \"anhkdsfkjd\\ndlkgfjldsg\\nsldkflsdkgjx<br />\",\n        \"store_ids\": 1,\n        \"created_at\": \"2019-11-14 08:36:17\",\n        \"user_email\": \"dd@gmail.com\",\n        \"user_name\": \"f\"\n    },\n    {\n        \"id\": 2,\n        \"post_id\": 1,\n        \"status\": 1,\n        \"content\": null,\n        \"store_ids\": 0,\n        \"created_at\": \"2019-11-14 08:39:14\"\n    },\n    {\n        \"id\": 3,\n        \"post_id\": 1,\n        \"status\": 1,\n        \"content\": null,\n        \"store_ids\": 0,\n        \"created_at\": \"2019-11-14 08:40:17\",\n        \"user_email\": \"dd@gmail.com\",\n        \"user_name\": \"f\"\n    },\n    {\n        \"id\": 4,\n        \"post_id\": 1,\n        \"status\": 1,\n        \"content\": \"testapi\",\n        \"store_ids\": 0,\n        \"created_at\": \"2019-11-14 08:40:40\",\n        \"user_email\": \"dd@gmail.com\",\n        \"user_name\": \"f\"\n    }\n]"}],"_postman_id":"c6927d41-67b4-4b53-804b-d60d428d5509"},{"name":"Get Comments With Conditions","id":"8e797310-b073-44cf-818e-1f5475049dd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/comment/list?searchCriteria[filter_groups][0][filters][0][field]=content&searchCriteria[filter_groups][0][filters][0][value]\n=testapi&searchCriteria[filter_groups][0][filters][0][condition_type]\n=eq","urlObject":{"path":["rest","V1","mpblog","comment","list"],"host":["{{magento_base_url}}"],"query":[{"key":"searchCriteria[filter_groups][0][filters][0][field]","value":"content"},{"key":"searchCriteria[filter_groups][0][filters][0][value]\n","value":"testapi"},{"key":"searchCriteria[filter_groups][0][filters][0][condition_type]\n","value":"eq"}],"variable":[]}},"response":[{"id":"ca74ccbd-0050-4985-9430-16ba8378ad51","name":"Get Post Comments With Conditions Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}rest/V1/mpblog/comment/list?searchCriteria[filter_groups][0][filters][0][field]=content&searchCriteria[filter_groups][0][filters][0][value]\n=testapi&searchCriteria[filter_groups][0][filters][0][condition_type]\n=eq","host":["{{magento_base_url}}rest"],"path":["V1","mpblog","comment","list"],"query":[{"key":"searchCriteria[filter_groups][0][filters][0][field]","value":"content"},{"key":"searchCriteria[filter_groups][0][filters][0][value]\n","value":"testapi"},{"key":"searchCriteria[filter_groups][0][filters][0][condition_type]\n","value":"eq"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Dec 2019 07:25:08 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=s44e0fkcrgovr9kk79evq5ps91; expires=Mon, 02-Dec-2019 08:25:11 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"284"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 4,\n            \"post_id\": 1,\n            \"status\": 1,\n            \"content\": \"testapi\",\n            \"store_ids\": 0,\n            \"created_at\": \"2019-11-14 08:40:40\",\n            \"user_email\": \"dd@gmail.com\",\n            \"user_name\": \"f\"\n        }\n    ],\n    \"search_criteria\": {\n        \"filter_groups\": [\n            {\n                \"filters\": [\n                    {\n                        \"field\": \"content\",\n                        \"value\": \"testapi\",\n                        \"condition_type\": \"eq\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"total_count\": 1\n}"}],"_postman_id":"8e797310-b073-44cf-818e-1f5475049dd5"},{"name":"Get Post Like","id":"519388f1-c925-4c79-9df8-8ad9b02684b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/post/like/:post_id","urlObject":{"path":["V1","mpblog","post","like",":post_id"],"host":["{{magento_base_url}}rest"],"query":[],"variable":[{"type":"string","value":"","key":"post_id"}]}},"response":[{"id":"fb2c4550-3ff4-4743-931b-da8015cfc5b5","name":"Get Post Like Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}rest/V1/mpblog/post/like/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Nov 2019 10:46:40 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=nad1b255pia0or2ml8a1kjkn5l; expires=Tue, 26-Nov-2019 11:46:40 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"519388f1-c925-4c79-9df8-8ad9b02684b5"},{"name":"Get Config Info","id":"f6d5c391-7d32-4d1a-a09d-fb2e62fedb5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/config","urlObject":{"path":["rest","V1","mpblog","config"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f71ceeca-4c19-4c84-a55a-6fd979c55cef","name":"Get Config Info Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/config"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:46:29 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:46:29 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"222"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"5386"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"general\": {\n        \"blog_name\": \"Blog\",\n        \"is_link_in_menu\": true,\n        \"is_display_author\": true,\n        \"blog_mode\": \"1\",\n        \"blog_color\": \"#1abc9c\"\n    },\n    \"sidebar\": {\n        \"number_recent\": \"5\",\n        \"number_most_view\": \"5\"\n    },\n    \"seo\": {\n        \"meta_title\": \"1\",\n        \"meta_description\": \"1\"\n    }\n}"}],"_postman_id":"f6d5c391-7d32-4d1a-a09d-fb2e62fedb5c"},{"name":"Get Post by Monthly Archive","id":"90106fd4-3992-4ee9-a356-c3a347694f73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/monthly/:monthly/:year","urlObject":{"path":["rest","V1","mpblog","monthly",":monthly",":year"],"host":["{{magento_base_url}}"],"query":[],"variable":[{"type":"string","value":"10","key":"monthly"},{"type":"string","value":"2020","key":"year"}]}},"response":[{"id":"08220b2d-2629-469b-bab8-5f653fc8d8f5","name":"Get Post by Monthly Archive Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":{"raw":"{{magento_base_url}}/rest/V1/mpblog/monthly/:monthly/:year","host":["{{magento_base_url}}"],"path":["rest","V1","mpblog","monthly",":monthly",":year"],"variable":[{"key":"monthly","value":"10"},{"key":"year","value":"2020"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:45:52 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:45:52 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1161"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"658621"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"name\": \"Post 2\",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>q</p>\",\n        \"store_ids\": 0,\n        \"image\": \"i/m/img_1394.jpg\",\n        \"enabled\": 1,\n        \"url_key\": \"q\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"q\",\n        \"meta_description\": \"qq\",\n        \"meta_keywords\": \"q\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:33:51\",\n        \"updated_at\": \"2020-10-26 09:33:51\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-26 21:33:05\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            3,\n            4\n        ],\n        \"tag_ids\": [\n            2\n        ],\n        \"topic_ids\": [\n            2\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 1\n    },\n    {\n        \"id\": 1,\n        \"name\": \"Post 1 \",\n        \"short_description\": \"a\",\n        \"post_content\": \"<p>a</p>\",\n        \"store_ids\": 0,\n        \"image\": null,\n        \"enabled\": 1,\n        \"url_key\": \"post-1\",\n        \"in_rss\": 1,\n        \"allow_comment\": 1,\n        \"meta_title\": \"a\",\n        \"meta_description\": \"a\",\n        \"meta_keywords\": \"a\",\n        \"meta_robots\": \"INDEX,FOLLOW\",\n        \"created_at\": \"2020-10-26 09:30:47\",\n        \"updated_at\": \"2020-10-26 09:31:30\",\n        \"author_id\": 1,\n        \"modifier_id\": 1,\n        \"publish_date\": \"2020-10-24 21:30:08\",\n        \"layout\": \"empty\",\n        \"category_ids\": [\n            2,\n            4\n        ],\n        \"tag_ids\": [\n            1\n        ],\n        \"topic_ids\": [\n            1\n        ],\n        \"author_name\": \"Admin\",\n        \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n        \"view_traffic\": 14\n    }\n]"}],"_postman_id":"90106fd4-3992-4ee9-a356-c3a347694f73"},{"name":"Get Monthly Archive","id":"5b7d46a7-25e3-418e-904a-c5090399db50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/monthly","urlObject":{"path":["rest","V1","mpblog","monthly"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bfe5e716-97d1-400f-a1d7-c673f74e072d","name":"Get Monthly Archive Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{admin_token}}","type":"text"}],"url":"{{magento_base_url}}/rest/V1/mpblog/monthly"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:45:27 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:45:27 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"115"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Varnish","value":"658507"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"label\": \"October , 2020\",\n        \"post_count\": 2,\n        \"link\": \"http://192.168.1.200/thu/ce235b/blog/month/2020-10.html\"\n    }\n]"}],"_postman_id":"5b7d46a7-25e3-418e-904a-c5090399db50"}],"event":[{"listen":"prerequest","script":{"id":"0c7b460f-50a4-4bbf-813f-69d80cbea3ce","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bdbcc249-7fbe-4777-8424-304a610121f6","type":"text/javascript","exec":[""]}}]}