{"info":{"_postman_id":"f6af032b-c343-41eb-9392-5a8f5911f1a6","name":"Kodlama.io-dev","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"22932272","collectionId":"f6af032b-c343-41eb-9392-5a8f5911f1a6","publishedId":"2s83KQFSSk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-24T14:54:31.000Z"},"item":[{"name":"UserAuths","item":[{"name":"Login","id":"963c5e32-06cc-4684-91db-79a400d2d3eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"string\",\r\n  \"password\": \"string\",\r\n  \"authenticatorCode\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/UserAuths/login","urlObject":{"protocol":"https","port":"7137","path":["api","UserAuths","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"963c5e32-06cc-4684-91db-79a400d2d3eb"}],"id":"375292e0-eeb1-40c9-aa65-6322c0e76a66","_postman_id":"375292e0-eeb1-40c9-aa65-6322c0e76a66","description":""},{"name":"DeveloperAuths","item":[{"name":"Register","id":"4a0f5ee8-f983-45ec-a3d7-cd7621559218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"string\",\r\n    \"password\": \"string\",\r\n    \"firstName\": \"string\",\r\n    \"lastName\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/DeveloperAuths/register","urlObject":{"protocol":"https","port":"7137","path":["api","DeveloperAuths","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a0f5ee8-f983-45ec-a3d7-cd7621559218"}],"id":"45d9ea61-e17f-4ef0-bcc4-96a3c5c62bf7","_postman_id":"45d9ea61-e17f-4ef0-bcc4-96a3c5c62bf7","description":""},{"name":"Users","item":[{"name":"Gey ById","id":"0f7321c6-2b92-4b83-984d-5fe1da612f8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/Users/getbyid?Id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"09f24846-e860-49b8-b65b-477911e847b2","id":"09f24846-e860-49b8-b65b-477911e847b2","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","Users","getbyid"],"host":["localhost"],"query":[{"key":"Id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"0f7321c6-2b92-4b83-984d-5fe1da612f8f"},{"name":"Get By Email","id":"97598fe1-f41a-4b77-a0ed-58106f3b502a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/Users/getbyemail","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"09f24846-e860-49b8-b65b-477911e847b2","id":"09f24846-e860-49b8-b65b-477911e847b2","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","Users","getbyemail"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"97598fe1-f41a-4b77-a0ed-58106f3b502a"},{"name":"Get List","id":"36744618-7e5a-46c3-b27a-a9bf9dc9cfc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/Users/getlist?PageRequest.Page=0&PageRequest.PageSize=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"09f24846-e860-49b8-b65b-477911e847b2","id":"09f24846-e860-49b8-b65b-477911e847b2","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","Users","getlist"],"host":["localhost"],"query":[{"key":"PageRequest.Page","value":"0"},{"key":"PageRequest.PageSize","value":"10"}],"variable":[]}},"response":[],"_postman_id":"36744618-7e5a-46c3-b27a-a9bf9dc9cfc4"},{"name":"Get List By Dynamic","id":"caa2e51f-b606-43d3-8878-004a3da94155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sort\": [\r\n        {\r\n            \"field\": \"string\",\r\n            \"dir\": \"string\"\r\n        }\r\n    ],\r\n    \"filter\": {\r\n        \"field\": \"string\",\r\n        \"operator\": \"string\",\r\n        \"value\": \"string\",\r\n        \"logic\": \"string\",\r\n        \"filters\": [\r\n            \"string\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/Users/getlist/bydynamic?Page=0&PageSize=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"09f24846-e860-49b8-b65b-477911e847b2","id":"09f24846-e860-49b8-b65b-477911e847b2","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","Users","getlist","bydynamic"],"host":["localhost"],"query":[{"key":"Page","value":"0"},{"key":"PageSize","value":"10"}],"variable":[]}},"response":[],"_postman_id":"caa2e51f-b606-43d3-8878-004a3da94155"},{"name":"Get SelfProfile","id":"acb136f3-ea5e-4416-baf5-03de5de47777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/Users/getselfprofile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"09f24846-e860-49b8-b65b-477911e847b2","id":"09f24846-e860-49b8-b65b-477911e847b2","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","Users","getselfprofile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"acb136f3-ea5e-4416-baf5-03de5de47777"},{"name":"Update SelfProfile Email","id":"6b11c955-5401-4f6f-aff0-2715bde27e9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"string\",\r\n    \"password\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/Users/update/selfemail","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"09f24846-e860-49b8-b65b-477911e847b2","id":"09f24846-e860-49b8-b65b-477911e847b2","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","Users","update","selfemail"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b11c955-5401-4f6f-aff0-2715bde27e9b"},{"name":"Update SelfProfile Name","id":"a4bce5c7-2ef9-41d3-ab4d-bc0921c85542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"string\",\r\n    \"lastName\": \"string\",\r\n    \"password\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/Users/update/selfname","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"09f24846-e860-49b8-b65b-477911e847b2","id":"09f24846-e860-49b8-b65b-477911e847b2","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","Users","update","selfname"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4bce5c7-2ef9-41d3-ab4d-bc0921c85542"},{"name":"Update SelfProfile Password","id":"96e7b096-03da-4ed6-86ef-909955e275fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"oldPassword\": \"string\",\r\n    \"newPassword\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/Users/update/selfpassword","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"09f24846-e860-49b8-b65b-477911e847b2","id":"09f24846-e860-49b8-b65b-477911e847b2","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","Users","update","selfpassword"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"96e7b096-03da-4ed6-86ef-909955e275fc"}],"id":"09f24846-e860-49b8-b65b-477911e847b2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5181de34-c468-4adb-aa26-4bd43ff51f32","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fa776238-d365-4b85-8ed9-7f3b03f30050","type":"text/javascript","exec":[""]}}],"_postman_id":"09f24846-e860-49b8-b65b-477911e847b2","description":""},{"name":"Developers","item":[{"name":"Get SelfProfile","id":"7ba7288e-a6a2-4d4e-9d15-43dfb07c1bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://localhost:7137/api/Developers/getselfprofile","urlObject":{"protocol":"https","port":"7137","path":["api","Developers","getselfprofile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ba7288e-a6a2-4d4e-9d15-43dfb07c1bf9"},{"name":"Delete GitHub","id":"2eb2dee4-f21c-4dca-a0bb-7acc93d59bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/Developers/delete/github","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"079bc61e-fb19-4f79-9099-88d9c99d1b51","id":"079bc61e-fb19-4f79-9099-88d9c99d1b51","name":"Developers","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","Developers","delete","github"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2eb2dee4-f21c-4dca-a0bb-7acc93d59bad"},{"name":"Add or Update GitHub","id":"7d21d2d8-dc01-45c8-b3c4-a3db243e48a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"gitHub\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/Developers/addorupdate/github","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"079bc61e-fb19-4f79-9099-88d9c99d1b51","id":"079bc61e-fb19-4f79-9099-88d9c99d1b51","name":"Developers","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","Developers","addorupdate","github"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d21d2d8-dc01-45c8-b3c4-a3db243e48a3"}],"id":"079bc61e-fb19-4f79-9099-88d9c99d1b51","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"40fbbf83-4fcc-4f05-b60a-58900121ce76","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6a49eef1-2639-4fd6-9b08-9b2953a2f3c5","type":"text/javascript","exec":[""]}}],"_postman_id":"079bc61e-fb19-4f79-9099-88d9c99d1b51","description":""},{"name":"UserOperationClaims","item":[{"name":"Add","id":"54dc66ce-1fff-4b33-bd56-86cb087d8866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 0,\r\n    \"operationClaimId\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/UserOperationClaims/add","urlObject":{"protocol":"https","port":"7137","path":["api","UserOperationClaims","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"54dc66ce-1fff-4b33-bd56-86cb087d8866"},{"name":"Update","id":"f28184fd-b23b-4e19-8d6a-229676fac55d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 0,\r\n    \"userId\": 0,\r\n    \"operationClaimId\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/UserOperationClaims/update","urlObject":{"protocol":"https","port":"7137","path":["api","UserOperationClaims","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f28184fd-b23b-4e19-8d6a-229676fac55d"},{"name":"Delete","id":"c8479d73-7ff7-4698-b4c3-8c8172ae8754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/UserOperationClaims/delete?Id=1","urlObject":{"protocol":"https","port":"7137","path":["api","UserOperationClaims","delete"],"host":["localhost"],"query":[{"key":"Id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"c8479d73-7ff7-4698-b4c3-8c8172ae8754"},{"name":"Get By Id","id":"69c21617-01bc-4c21-b825-2cf790663341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/UserOperationClaims/getbyid?Id=1","urlObject":{"protocol":"https","port":"7137","path":["api","UserOperationClaims","getbyid"],"host":["localhost"],"query":[{"key":"Id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"69c21617-01bc-4c21-b825-2cf790663341"},{"name":"Get List","id":"2a64f92f-49e1-435c-bf7c-9663104ab266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/UserOperationClaims/getlist?Page=0&PageSize=10","urlObject":{"protocol":"https","port":"7137","path":["api","UserOperationClaims","getlist"],"host":["localhost"],"query":[{"key":"Page","value":"0"},{"key":"PageSize","value":"10"}],"variable":[]}},"response":[],"_postman_id":"2a64f92f-49e1-435c-bf7c-9663104ab266"},{"name":"Get List By Dynamic","id":"898b1d16-2eba-43a2-a5ff-200a2576aeeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sort\": [\r\n        {\r\n            \"field\": \"string\",\r\n            \"dir\": \"string\"\r\n        }\r\n    ],\r\n    \"filter\": {\r\n        \"field\": \"string\",\r\n        \"operator\": \"string\",\r\n        \"value\": \"string\",\r\n        \"logic\": \"string\",\r\n        \"filters\": [\r\n            \"string\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/UserOperationClaims/getlist/bydynamic?Page=0&PageSize=10","urlObject":{"protocol":"https","port":"7137","path":["api","UserOperationClaims","getlist","bydynamic"],"host":["localhost"],"query":[{"key":"Page","value":"0"},{"key":"PageSize","value":"10"}],"variable":[]}},"response":[],"_postman_id":"898b1d16-2eba-43a2-a5ff-200a2576aeeb"}],"id":"c03b7685-4015-4323-9c16-e75ffce01ca6","_postman_id":"c03b7685-4015-4323-9c16-e75ffce01ca6","description":""},{"name":"OperationClaims","item":[{"name":"Add","id":"1d8978d3-2f7d-476f-b79e-641887223050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/OperationClaims/add","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","name":"OperationClaims","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","OperationClaims","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d8978d3-2f7d-476f-b79e-641887223050"},{"name":"Update","id":"5e5a4f44-3a24-4d04-b244-9964fcf7f38c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"string\",\r\n    \"id\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/OperationClaims/update","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","name":"OperationClaims","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","OperationClaims","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e5a4f44-3a24-4d04-b244-9964fcf7f38c"},{"name":"Delete","id":"e78bd0ca-ad15-4594-8ec0-488060727ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/OperationClaims/delete?Id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","name":"OperationClaims","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","OperationClaims","delete"],"host":["localhost"],"query":[{"key":"Id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e78bd0ca-ad15-4594-8ec0-488060727ab5"},{"name":"GetById","id":"e261dcd0-7f41-4edd-b49b-7220c4746426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/OperationClaims/getbyid?Id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","name":"OperationClaims","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","OperationClaims","getbyid"],"host":["localhost"],"query":[{"key":"Id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e261dcd0-7f41-4edd-b49b-7220c4746426"},{"name":"Get List","id":"9cfba214-7b85-46ef-b406-34e860a14002","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/OperationClaims/getlist?Page=0&PageSize=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","name":"OperationClaims","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","OperationClaims","getlist"],"host":["localhost"],"query":[{"key":"Page","value":"0"},{"key":"PageSize","value":"10"}],"variable":[]}},"response":[],"_postman_id":"9cfba214-7b85-46ef-b406-34e860a14002"},{"name":"Get List By Dynamic","id":"3012fc3e-914f-4352-b6b7-f835cc72bf16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sort\": [\r\n        {\r\n            \"field\": \"string\",\r\n            \"dir\": \"string\"\r\n        }\r\n    ],\r\n    \"filter\": {\r\n        \"field\": \"string\",\r\n        \"operator\": \"string\",\r\n        \"value\": \"string\",\r\n        \"logic\": \"string\",\r\n        \"filters\": [\r\n            \"string\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/OperationClaims/getlist/bydynamic?Page=0&PageSize=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","name":"OperationClaims","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","OperationClaims","getlist","bydynamic"],"host":["localhost"],"query":[{"key":"Page","value":"0"},{"key":"PageSize","value":"10"}],"variable":[]}},"response":[],"_postman_id":"3012fc3e-914f-4352-b6b7-f835cc72bf16"}],"id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b2835584-a70d-492d-b42e-0a3aaa7636c3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4fab2f5d-44fd-4530-a21b-8f527bb67cad","type":"text/javascript","exec":[""]}}],"_postman_id":"cfe7fe07-b384-4186-9aa4-77dea34c1afe","description":""},{"name":"Languages","item":[{"name":"Add","id":"24954665-c342-42a6-82ce-92cafa53ec31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/LanguagesContorller/add","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"68607748-32e1-492c-a723-a45782abde8c","id":"68607748-32e1-492c-a723-a45782abde8c","name":"Languages","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguagesContorller","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"24954665-c342-42a6-82ce-92cafa53ec31"},{"name":"Update","id":"79891c9a-00aa-463d-b8cc-dfd577d45105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 0,\r\n    \"name\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/LanguagesContorller/update","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"68607748-32e1-492c-a723-a45782abde8c","id":"68607748-32e1-492c-a723-a45782abde8c","name":"Languages","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguagesContorller","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"79891c9a-00aa-463d-b8cc-dfd577d45105"},{"name":"Delete","id":"0032c300-008d-43b9-9b38-dcd42e43b68d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/LanguagesContorller/delete?Id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"68607748-32e1-492c-a723-a45782abde8c","id":"68607748-32e1-492c-a723-a45782abde8c","name":"Languages","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguagesContorller","delete"],"host":["localhost"],"query":[{"key":"Id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"0032c300-008d-43b9-9b38-dcd42e43b68d"},{"name":"Get By Id","id":"73c0c779-cdcc-4b6f-83e5-376145a39d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/LanguagesContorller/getbyid?Id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"68607748-32e1-492c-a723-a45782abde8c","id":"68607748-32e1-492c-a723-a45782abde8c","name":"Languages","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguagesContorller","getbyid"],"host":["localhost"],"query":[{"key":"Id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"73c0c779-cdcc-4b6f-83e5-376145a39d46"},{"name":"Get List","id":"d94390b5-a8fe-4acf-b0f0-2941ddf80264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/LanguagesContorller/getlist?Page=0&PageSize=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"68607748-32e1-492c-a723-a45782abde8c","id":"68607748-32e1-492c-a723-a45782abde8c","name":"Languages","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguagesContorller","getlist"],"host":["localhost"],"query":[{"key":"Page","value":"0"},{"key":"PageSize","value":"10"}],"variable":[]}},"response":[],"_postman_id":"d94390b5-a8fe-4acf-b0f0-2941ddf80264"},{"name":"Get List By Dynamic","id":"75adb5b5-b44f-4551-b148-4d86c23f9ad2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sort\": [\r\n        {\r\n            \"field\": \"string\",\r\n            \"dir\": \"string\"\r\n        }\r\n    ],\r\n    \"filter\": {\r\n        \"field\": \"string\",\r\n        \"operator\": \"string\",\r\n        \"value\": \"string\",\r\n        \"logic\": \"string\",\r\n        \"filters\": [\r\n            \"string\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/LanguagesContorller/getlist/bydynamic?Page=0&PageSize=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"68607748-32e1-492c-a723-a45782abde8c","id":"68607748-32e1-492c-a723-a45782abde8c","name":"Languages","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguagesContorller","getlist","bydynamic"],"host":["localhost"],"query":[{"key":"Page","value":"0"},{"key":"PageSize","value":"10"}],"variable":[]}},"response":[],"_postman_id":"75adb5b5-b44f-4551-b148-4d86c23f9ad2"}],"id":"68607748-32e1-492c-a723-a45782abde8c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6ba06659-29fe-4557-8b6e-9a462d5054a2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5ff83e35-52e7-4620-99b5-9ae72b228835","type":"text/javascript","exec":[""]}}],"_postman_id":"68607748-32e1-492c-a723-a45782abde8c","description":""},{"name":"LanguageTechnologies","item":[{"name":"Add","id":"359180f6-6605-428a-8d46-59736762396c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"languageId\": 0,\r\n    \"name\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/LanguageTechnologiesContorller/add","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","name":"LanguageTechnologies","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguageTechnologiesContorller","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"359180f6-6605-428a-8d46-59736762396c"},{"name":"Update","id":"1b9058cf-9315-496d-905c-5b6427babb65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 0,\r\n    \"languageId\": 0,\r\n    \"name\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/LanguageTechnologiesContorller/update","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","name":"LanguageTechnologies","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguageTechnologiesContorller","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b9058cf-9315-496d-905c-5b6427babb65"},{"name":"Delete","id":"c1dc7dbd-bdd5-4363-a1d4-00556e087e4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/LanguageTechnologiesContorller/delete?Id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","name":"LanguageTechnologies","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguageTechnologiesContorller","delete"],"host":["localhost"],"query":[{"key":"Id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"c1dc7dbd-bdd5-4363-a1d4-00556e087e4c"},{"name":"Get By Id","id":"243438df-305c-4a67-b9a4-6464e62b14b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/LanguageTechnologiesContorller/getbyid?Id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","name":"LanguageTechnologies","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguageTechnologiesContorller","getbyid"],"host":["localhost"],"query":[{"key":"Id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"243438df-305c-4a67-b9a4-6464e62b14b4"},{"name":"Get List","id":"f680a936-e3e6-4c52-8ec3-4f1ef618579a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:7137/api/LanguageTechnologiesContorller/getlist?Page=0&PageSize=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","name":"LanguageTechnologies","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguageTechnologiesContorller","getlist"],"host":["localhost"],"query":[{"key":"Page","value":"0"},{"key":"PageSize","value":"10"}],"variable":[]}},"response":[],"_postman_id":"f680a936-e3e6-4c52-8ec3-4f1ef618579a"},{"name":"Get List By Dynamic","id":"3aa31c4d-a052-4c85-9117-c34b4c4ded82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sort\": [\r\n        {\r\n            \"field\": \"string\",\r\n            \"dir\": \"string\"\r\n        }\r\n    ],\r\n    \"filter\": {\r\n        \"field\": \"string\",\r\n        \"operator\": \"string\",\r\n        \"value\": \"string\",\r\n        \"logic\": \"string\",\r\n        \"filters\": [\r\n            \"string\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7137/api/LanguageTechnologiesContorller/getlist/bydynamic?Page=0&PageSize=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","name":"LanguageTechnologies","type":"folder"}},"urlObject":{"protocol":"https","port":"7137","path":["api","LanguageTechnologiesContorller","getlist","bydynamic"],"host":["localhost"],"query":[{"key":"Page","value":"0"},{"key":"PageSize","value":"10"}],"variable":[]}},"response":[],"_postman_id":"3aa31c4d-a052-4c85-9117-c34b4c4ded82"}],"id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1c4251d1-e848-41ef-ad79-bbe40d98562b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fb3339a6-ddee-43c6-bccc-a567e832d19e","type":"text/javascript","exec":[""]}}],"_postman_id":"5cb8da0b-55ba-4159-b94b-1384890f5abb","description":""}]}