{"info":{"_postman_id":"d65bfbc5-bcc3-48ea-8c82-2949eb81e359","name":"MyArticle","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"8176140","collectionId":"d65bfbc5-bcc3-48ea-8c82-2949eb81e359","publishedId":"T1DjkfJk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-19T14:50:04.000Z"},"item":[{"name":"SaveArticle","id":"9e8223a7-890a-493a-9846-ccfe4e1e9d67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Berkay Engin\",\r\n    \"Content\": \"hello world\",\r\n    \"IsDraft\": false,\r\n    \"Summary\": \"hello\",\r\n    \"Keywords\": [\r\n        {\r\n            \"Keyword\": \"key\"\r\n        },\r\n        {\r\n            \"Keyword\": \"word\"\r\n        }\r\n    ],\r\n    \"Category\": {\r\n        \"Name\": \"catt\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/Article/SaveAnArticle","urlObject":{"protocol":"http","port":"5000","path":["api","Article","SaveAnArticle"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e8223a7-890a-493a-9846-ccfe4e1e9d67"},{"name":"UpdateArticle","id":"ef364c75-26ea-4295-b3d5-ace1fe1a0b6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 25,\r\n    \"Title\": \"updated article\",\r\n    \"Content\": \"new world\",\r\n    \"IsDraft\": false,\r\n    \"Summary\": \"hello11\",\r\n    \"Keywords\": [\r\n        {\r\n            \"Id\": 32,\r\n            \"Keyword\": \"key12\"\r\n        },\r\n        {\r\n            \"Keyword\": \"word2\"\r\n        }\r\n    ],\r\n    \"Category\": {\r\n        \"Id\": 12,\r\n        \"Name\": \"catt\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/Article/UpdateArticle","urlObject":{"protocol":"http","port":"5000","path":["api","Article","UpdateArticle"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef364c75-26ea-4295-b3d5-ace1fe1a0b6e"},{"name":"DeleteArticle","id":"aca36d99-3352-43a2-900a-cbde7f202438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/Article/DeleteArticle?id=20","urlObject":{"protocol":"http","port":"5000","path":["api","Article","DeleteArticle"],"host":["localhost"],"query":[{"key":"id","value":"20"}],"variable":[]}},"response":[],"_postman_id":"aca36d99-3352-43a2-900a-cbde7f202438"},{"name":"Search","id":"0df6fedc-6742-4cd2-a75a-680d94e571b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/Article/Search?payload=updated article","urlObject":{"protocol":"http","port":"5000","path":["api","Article","Search"],"host":["localhost"],"query":[{"key":"payload","value":"updated article"}],"variable":[]}},"response":[],"_postman_id":"0df6fedc-6742-4cd2-a75a-680d94e571b5"},{"name":"List","id":"57a0b225-e2f6-4e9c-a0e2-240c822e268e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/Article/List?limit=20&start=0","urlObject":{"protocol":"http","port":"5000","path":["api","Article","List"],"host":["localhost"],"query":[{"key":"limit","value":"20"},{"key":"start","value":"0"}],"variable":[]}},"response":[],"_postman_id":"57a0b225-e2f6-4e9c-a0e2-240c822e268e"}]}