{"info":{"_postman_id":"c6830586-b4cc-45d9-9b67-e1370aebae68","name":"SVCA-blog","description":"<html><head></head><body><p>These are collection of API interacting with Blogging part of the SVCA website</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8358593","collectionId":"c6830586-b4cc-45d9-9b67-e1370aebae68","publishedId":"Tzz4QK14","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-08-09T21:46:33.000Z"},"item":[{"name":"Get post","item":[{"name":"Get all public post","event":[{"listen":"test","script":{"id":"bc8b70dd-2948-4b47-8313-bc970e481091","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"b3f7e53c-b9b4-4674-aab1-64244a2ece06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://sv-communityadvocates.org/api/blog/posts/?pageSize=100&current=1","description":"<p>List all public posts</p>\n","urlObject":{"protocol":"https","path":["api","blog","posts",""],"host":["sv-communityadvocates","org"],"query":[{"description":{"content":"<p>Number of post per page to be returned</p>\n","type":"text/plain"},"key":"pageSize","value":"100"},{"description":{"content":"<p>Current page</p>\n","type":"text/plain"},"key":"current","value":"1"}],"variable":[]}},"response":[{"id":"935dc3ed-d7f7-4f93-bc27-7d868db4f91a","name":"Get all public post","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sv-communityadvocates.org/api/blog/posts/?pageSize=100&current=1","protocol":"https","host":["sv-communityadvocates","org"],"path":["api","blog","posts",""],"query":[{"key":"pageSize","value":"100","description":"Number of post per page to be returned"},{"key":"current","value":"1","description":"Current page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Aug 2021 03:16:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept,Cookie,Origin"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-moesif-transaction-id","value":"0745eb31-0266-4e3f-9c23-f16f3a1cd6b3"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=KBXakvC%2Fdeo8PXwQgrW2cwmj7wFib3O75kJHhWysq2wauOsGczsR8Oj6j%2FqyQ1wbK7vGHnC%2BjJfKBJ9Is5tLocYXVJKjODZlVeepEoBGAHllerI%2Fwf8NX%2F6C3C96U45gsNGkwD3%2FI4kM2X49\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"67bdd2e9cb5a27ee-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3-27=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 49,\n            \"title\": \"This is a test post\",\n            \"description\": \"Public but no url\",\n            \"author\": \"admin\",\n            \"url\": null,\n            \"created_date\": \"2021-08-04T04:09:15.701258Z\",\n            \"cover\": null,\n            \"public\": true\n        },\n        {\n            \"id\": 48,\n            \"title\": \"Another post\",\n            \"description\": \"This is another description for a post\",\n            \"author\": \"admin\",\n            \"url\": \"weather\",\n            \"created_date\": \"2021-08-04T04:08:06.237701Z\",\n            \"cover\": \"https://sv-communityadvocates.org/media/uploads/91392352_p0_master1200.jpg\",\n            \"public\": true\n        },\n        {\n            \"id\": 47,\n            \"title\": \"Post title #1\",\n            \"description\": \"This is a random post\",\n            \"author\": \"admin\",\n            \"url\": \"random-1\",\n            \"created_date\": \"2021-08-02T22:54:49.036792Z\",\n            \"cover\": \"https://sv-communityadvocates.org/media/uploads/wah_TfjcWhY.jpg\",\n            \"public\": true\n        }\n    ]\n}"}],"_postman_id":"b3f7e53c-b9b4-4674-aab1-64244a2ece06"},{"name":"Get all public and private post","event":[{"listen":"test","script":{"id":"6f3d78a8-79f6-41b9-89c8-6d923c15a02d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"c84f8fe5-4f1f-43bb-bae4-7b4b981f299c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sv-communityadvocates.org/api/blog/posts/?pageSize=100&current=1","description":"<p>This request is the same as <code>get all public post</code>, but with token included. This will also return private post to user who has <code>site-editor</code> privilege.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"2f7ebfd5-c94f-4fea-964e-636c822c94ef","id":"2f7ebfd5-c94f-4fea-964e-636c822c94ef","name":"Get post","type":"folder"}},"urlObject":{"protocol":"https","path":["api","blog","posts",""],"host":["sv-communityadvocates","org"],"query":[{"description":{"content":"<p>Number of post per page to be returned</p>\n","type":"text/plain"},"key":"pageSize","value":"100"},{"description":{"content":"<p>Current page</p>\n","type":"text/plain"},"key":"current","value":"1"}],"variable":[]}},"response":[],"_postman_id":"c84f8fe5-4f1f-43bb-bae4-7b4b981f299c"},{"name":"Get a post by its ID","event":[{"listen":"test","script":{"id":"87ca450b-9f13-40aa-9424-860e70840258","exec":["pm.collectionVariables.set('Post ID', 49);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"a2601c36-9fd8-4226-b81a-4f9d771f3d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://sv-communityadvocates.org/api/blog/posts/50/","description":"<p>Get a specific post by id. Authorization is required if a post is private or user will receive 404.</p>\n","urlObject":{"protocol":"https","path":["api","blog","posts","50",""],"host":["sv-communityadvocates","org"],"query":[],"variable":[]}},"response":[{"id":"6a14945e-55dd-4d79-9cd9-255c57231083","name":"Get a post by its ID","originalRequest":{"method":"GET","header":[],"url":"https://sv-communityadvocates.org/api/blog/posts/50/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Aug 2021 03:17:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept,Cookie,Origin"},{"key":"allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"x-moesif-transaction-id","value":"eef6d74d-d393-44f6-ac5c-8b9b62f494da"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=b2NNqxvErL4Pl1JY%2F3nyQ4b5naxrfkcGFiYKHey5c7Okhk%2BgRfgK0SPwnEvWCfxNRnK5%2FfdVIsuqw73m3bN106f7fwSgQ5r2L6z5d0uhaKxfdYl6bC279SpL7WLVnOk9lXrSvr1uj9H05crv\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"67bdd43bbbce27ee-SEA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3-27=\":443\"; ma=86400, h3-28=\":443\"; ma=86400, h3-29=\":443\"; ma=86400, h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 49,\n    \"title\": \"This is a test post\",\n    \"description\": \"Public but no url\",\n    \"author\": \"admin\",\n    \"url\": null,\n    \"created_date\": \"2021-08-04T04:09:15.701258Z\",\n    \"cover\": null,\n    \"public\": true\n}"}],"_postman_id":"a2601c36-9fd8-4226-b81a-4f9d771f3d26"},{"name":"Get a post's content by Post ID","id":"5169d3d8-af68-4c5c-97f8-a83719e91119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://sv-communityadvocates.org/api/blog/post-content/?post=50","urlObject":{"protocol":"https","path":["api","blog","post-content",""],"host":["sv-communityadvocates","org"],"query":[{"key":"post","value":"50"}],"variable":[]}},"response":[],"_postman_id":"5169d3d8-af68-4c5c-97f8-a83719e91119"},{"name":"Get a post's content by Post Content ID","id":"00d18606-cf33-4bfe-b91a-54530f76e5e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://sv-communityadvocates.org/api/blog/post-content/1/","urlObject":{"protocol":"https","path":["api","blog","post-content","1",""],"host":["sv-communityadvocates","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"00d18606-cf33-4bfe-b91a-54530f76e5e2"}],"id":"2f7ebfd5-c94f-4fea-964e-636c822c94ef","description":"<p>Various way to get posts</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"021d7627-8fcb-44d7-9ac9-526c77c97367","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"628e4e00-f90b-4a73-8ff5-863a241e193f","type":"text/javascript","exec":[""]}}],"_postman_id":"2f7ebfd5-c94f-4fea-964e-636c822c94ef"},{"name":"Create and edit post","item":[{"name":"Create new post","id":"2a8f0b74-8855-4f49-8fd3-b4c337af78ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"","description":"<p>Title of the post</p>\n","type":"text"},{"key":"description","value":"","description":"<p>Optional: Description of the post</p>\n","type":"text"},{"key":"url","value":"","description":"<p>URL of the post, the post will be private if empty</p>\n","type":"text"},{"key":"cover","value":"","description":"<p>URL of the cover image</p>\n","type":"text"},{"key":"public","value":"","description":"<p>Whether the post is public or private</p>\n","type":"text"}]},"url":"https://sv-communityadvocates.org/api/blog/posts/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"c6830586-b4cc-45d9-9b67-e1370aebae68","id":"c6830586-b4cc-45d9-9b67-e1370aebae68","name":"SVCA-blog","type":"collection"}},"urlObject":{"protocol":"https","path":["api","blog","posts",""],"host":["sv-communityadvocates","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a8f0b74-8855-4f49-8fd3-b4c337af78ed"},{"name":"Edit post information","id":"27e4592b-936f-41aa-816b-e0b51af3ac59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"","description":"<p>Optional: Title of the post</p>\n","type":"text"},{"key":"description","value":"","description":"<p>Optional: Description of the post</p>\n","type":"text"},{"key":"url","value":"","description":"<p>Optional: URL of the post, the post will be private if empty</p>\n","type":"text"},{"key":"cover","value":"","description":"<p>Optional: URL of the cover image</p>\n","type":"text"},{"key":"public","value":"","description":"<p>Optional: Whether the post is public or private</p>\n","type":"text"}]},"url":"https://sv-communityadvocates.org/api/blog/posts/50/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"c6830586-b4cc-45d9-9b67-e1370aebae68","id":"c6830586-b4cc-45d9-9b67-e1370aebae68","name":"SVCA-blog","type":"collection"}},"urlObject":{"protocol":"https","path":["api","blog","posts","50",""],"host":["sv-communityadvocates","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"27e4592b-936f-41aa-816b-e0b51af3ac59"},{"name":"Create new content for a post","id":"5a18734b-d12a-4d6d-afcc-6b371b187b43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"post","value":"","description":"<p>ID of the post the content belongs to </p>\n","type":"text"},{"key":"content","value":"","description":"<p>The content</p>\n","type":"text"}]},"url":"https://sv-communityadvocates.org/api/blog/post-content/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"c6830586-b4cc-45d9-9b67-e1370aebae68","id":"c6830586-b4cc-45d9-9b67-e1370aebae68","name":"SVCA-blog","type":"collection"}},"urlObject":{"protocol":"https","path":["api","blog","post-content",""],"host":["sv-communityadvocates","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a18734b-d12a-4d6d-afcc-6b371b187b43"},{"name":"Edit post content by ID","id":"e06deb8d-b852-406a-b51c-c9ce261fb323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"","description":"<p>The content</p>\n","type":"text"}]},"url":"https://sv-communityadvocates.org/api/blog/post-content/1/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"c6830586-b4cc-45d9-9b67-e1370aebae68","id":"c6830586-b4cc-45d9-9b67-e1370aebae68","name":"SVCA-blog","type":"collection"}},"urlObject":{"protocol":"https","path":["api","blog","post-content","1",""],"host":["sv-communityadvocates","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"e06deb8d-b852-406a-b51c-c9ce261fb323"},{"name":"Delete a post's content by content ID","id":"6ef7d6ff-8cc7-4fdb-b936-8be455475285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://sv-communityadvocates.org/api/blog/post-content/1/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"c6830586-b4cc-45d9-9b67-e1370aebae68","id":"c6830586-b4cc-45d9-9b67-e1370aebae68","name":"SVCA-blog","type":"collection"}},"urlObject":{"protocol":"https","path":["api","blog","post-content","1",""],"host":["sv-communityadvocates","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ef7d6ff-8cc7-4fdb-b936-8be455475285"},{"name":"Delete a post by its ID","id":"72251d56-b0a6-48db-a77d-824ca811acc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://sv-communityadvocates.org/api/blog/posts/50/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"c6830586-b4cc-45d9-9b67-e1370aebae68","id":"c6830586-b4cc-45d9-9b67-e1370aebae68","name":"SVCA-blog","type":"collection"}},"urlObject":{"protocol":"https","path":["api","blog","posts","50",""],"host":["sv-communityadvocates","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"72251d56-b0a6-48db-a77d-824ca811acc3"},{"name":"Upload new image","id":"f21fa9e8-d983-49b1-b29d-eb6565ab53b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","description":"<p>Image file</p>\n","type":"file","value":null}]},"url":"https://sv-communityadvocates.org/api/blog/image/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"c6830586-b4cc-45d9-9b67-e1370aebae68","id":"c6830586-b4cc-45d9-9b67-e1370aebae68","name":"SVCA-blog","type":"collection"}},"urlObject":{"protocol":"https","path":["api","blog","image",""],"host":["sv-communityadvocates","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"f21fa9e8-d983-49b1-b29d-eb6565ab53b1"},{"name":"Get list of all images","id":"b9c0ee59-c59e-44ae-9ff9-3ebec736f6c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sv-communityadvocates.org/api/blog/image/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"c6830586-b4cc-45d9-9b67-e1370aebae68","id":"c6830586-b4cc-45d9-9b67-e1370aebae68","name":"SVCA-blog","type":"collection"}},"urlObject":{"protocol":"https","path":["api","blog","image",""],"host":["sv-communityadvocates","org"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9c0ee59-c59e-44ae-9ff9-3ebec736f6c1"}],"id":"1c9a2620-3f8e-450a-b9cd-8063ed46e7ac","_postman_id":"1c9a2620-3f8e-450a-b9cd-8063ed46e7ac","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"c6830586-b4cc-45d9-9b67-e1370aebae68","id":"c6830586-b4cc-45d9-9b67-e1370aebae68","name":"SVCA-blog","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"4a2eeee2-5461-42fa-a9a4-ac171d5aba6f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"22fa5208-5700-4152-9970-41be44809316","type":"text/javascript","exec":[""]}}],"variable":[{"key":"Page size","value":"100"},{"key":"Current page","value":"1"},{"key":"Post ID","value":"50"},{"key":"Post Content ID","value":"1"}]}