{"collection":{"info":{"_postman_id":"90ce6120-bc78-427b-8987-0bf9a04652f0","name":"Telerik_Library","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2024-02-18T12:10:33.000Z","updatedAt":"2024-02-26T18:49:18.000Z","lastUpdatedBy":"20283352","uid":"20283352-90ce6120-bc78-427b-8987-0bf9a04652f0"},"item":[{"name":"GetEmployees","id":"39b45597-bd37-4879-a321-a677932af29f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:7010/api/KendoWebApi/GetEmployees","protocol":"https","host":["localhost"],"port":"7010","path":["api","KendoWebApi","GetEmployees"]}},"response":[],"createdAt":"2024-02-18T12:10:59.000Z","updatedAt":"2024-02-26T18:43:42.000Z","uid":"20283352-39b45597-bd37-4879-a321-a677932af29f"},{"name":"Sorting 1","id":"0cb44924-29ed-4cf5-8b1b-fc9533fb3f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pageSize\": 10, // sorting experience desc\r\n    \"page\": 1,\r\n    \"skip\": 0,\r\n    \"sorts\": [\r\n        {\r\n            \"member\": \"experience\",\r\n            \"sortDirection\": 1\r\n        }\r\n    ],\r\n    \"filters\": [],\r\n    \"groups\": null,\r\n    \"aggregates\": null,\r\n    \"groupPaging\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:7010/api/KendoWebApi/GetFilteredEmployees","protocol":"https","host":["localhost"],"port":"7010","path":["api","KendoWebApi","GetFilteredEmployees"]}},"response":[],"createdAt":"2024-02-20T09:46:43.000Z","updatedAt":"2024-02-26T18:43:06.000Z","uid":"20283352-0cb44924-29ed-4cf5-8b1b-fc9533fb3f6f"},{"name":"Sorting 2","id":"a3b22098-f9d3-4b9d-b1f9-3928c6dc2f1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pageSize\": 10, // full name asc\r\n    \"page\": 2,\r\n    \"skip\": 0,\r\n    \"sorts\": [\r\n        {\r\n            \"member\": \"fullName\",\r\n            \"sortDirection\": 0\r\n        }\r\n    ],\r\n    \"filters\": [],\r\n    \"groups\": null,\r\n    \"aggregates\": null,\r\n    \"groupPaging\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:7010/api/KendoWebApi/GetFilteredEmployees","protocol":"https","host":["localhost"],"port":"7010","path":["api","KendoWebApi","GetFilteredEmployees"]}},"response":[],"createdAt":"2024-02-20T09:45:02.000Z","updatedAt":"2024-02-26T18:44:27.000Z","uid":"20283352-a3b22098-f9d3-4b9d-b1f9-3928c6dc2f1e"},{"name":"Pagination 1","id":"1d413cc9-c282-4862-9665-befd31979e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pageSize\": 10, // page size as 10 and gets 2nd page\r\n    \"page\": 2,\r\n    \"skip\": 0,\r\n    \"sorts\": [],\r\n    \"filters\": [],\r\n    \"groups\": null,\r\n    \"aggregates\": null,\r\n    \"groupPaging\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:7010/api/KendoWebApi/GetFilteredEmployees","protocol":"https","host":["localhost"],"port":"7010","path":["api","KendoWebApi","GetFilteredEmployees"]}},"response":[],"createdAt":"2024-02-20T09:43:35.000Z","updatedAt":"2024-02-26T18:42:46.000Z","uid":"20283352-1d413cc9-c282-4862-9665-befd31979e1e"},{"name":"Pagination 2","id":"97c7c2ef-a413-4cef-9fb1-61cea6f42157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pageSize\": 10, // page size as 10 and gets 2nd page\r\n    \"page\": 2,\r\n    \"skip\": 0,\r\n    \"sorts\": [],\r\n    \"filters\": [],\r\n    \"groups\": null,\r\n    \"aggregates\": null,\r\n    \"groupPaging\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:7010/api/KendoWebApi/GetFilteredEmployees","protocol":"https","host":["localhost"],"port":"7010","path":["api","KendoWebApi","GetFilteredEmployees"]}},"response":[],"createdAt":"2024-02-20T09:41:23.000Z","updatedAt":"2024-02-26T18:44:47.000Z","uid":"20283352-97c7c2ef-a413-4cef-9fb1-61cea6f42157"},{"name":"Filteration 1","id":"2573292a-c183-4368-bd83-3ade01bb6eeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"skip\": 0,\r\n    \"sorts\": [],\r\n    \"filters\": [\r\n        {\r\n            \"logicalOperator\": 0,\r\n            \"filterDescriptors\": [ // 2,3,4\r\n                {\r\n                    \"member\": \"experience\",\r\n                    \"operator\": 5, // greater than\r\n                    \"value\": 1\r\n                },\r\n                {\r\n                    \"member\": \"experience\",\r\n                    \"operator\": 0, // less than\r\n                    \"value\": 5\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"groups\": null,\r\n    \"aggregates\": null,\r\n    \"groupPaging\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:7010/api/KendoWebApi/GetFilteredEmployees","protocol":"https","host":["localhost"],"port":"7010","path":["api","KendoWebApi","GetFilteredEmployees"]}},"response":[],"createdAt":"2024-02-20T09:40:52.000Z","updatedAt":"2024-02-26T18:41:29.000Z","uid":"20283352-2573292a-c183-4368-bd83-3ade01bb6eeb"},{"name":"Filteration 2","id":"ff86794d-49e2-497e-868f-8e2276282adc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"skip\": 0,\r\n    \"sorts\": [],\r\n    \"filters\": [\r\n        {\r\n            \"logicalOperator\": 1,\r\n            \"filterDescriptors\": [ // Starts with Car or Viant\r\n                {\r\n                    \"member\": \"fullName\",\r\n                    \"operator\": 6, // starts with Cat\r\n                    \"value\": \"Car\"\r\n                },\r\n                {\r\n                    \"member\": \"fullName\",\r\n                    \"operator\": 7, // ends with Viant\r\n                    \"value\": \"Viant\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"groups\": null,\r\n    \"aggregates\": null,\r\n    \"groupPaging\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:7010/api/KendoWebApi/GetFilteredEmployees","protocol":"https","host":["localhost"],"port":"7010","path":["api","KendoWebApi","GetFilteredEmployees"]}},"response":[],"createdAt":"2024-02-20T09:38:18.000Z","updatedAt":"2024-02-26T18:45:07.000Z","uid":"20283352-ff86794d-49e2-497e-868f-8e2276282adc"},{"name":"Filteration 3","id":"68dea5ec-009e-4770-bdd2-1fda3541eef8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"skip\": 0,\r\n    \"sorts\": [],\r\n    \"filters\": [\r\n        {\r\n            \"logicalOperator\": 0,\r\n            \"filterDescriptors\": [ // 2,3,4\r\n                {\r\n                    \"member\": \"experience\",\r\n                    \"operator\": 5, // greater than\r\n                    \"value\": 1\r\n                },\r\n                {\r\n                    \"member\": \"experience\",\r\n                    \"operator\": 0, // less than\r\n                    \"value\": 5\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"groups\": null,\r\n    \"aggregates\": null,\r\n    \"groupPaging\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:7010/api/KendoWebApi/GetFilteredEmployees","protocol":"https","host":["localhost"],"port":"7010","path":["api","KendoWebApi","GetFilteredEmployees"]}},"response":[],"createdAt":"2024-02-18T12:18:08.000Z","updatedAt":"2024-02-26T18:42:20.000Z","uid":"20283352-68dea5ec-009e-4770-bdd2-1fda3541eef8"},{"name":"Filteration 4","id":"8c4ddbfb-3ce6-480e-b085-cdb47ffac9ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"skip\": 0,\r\n    \"sorts\": [],\r\n    \"filters\": [\r\n        {\r\n            \"logicalOperator\": 1,\r\n            \"filterDescriptors\": [ // Starts with Car or Viant\r\n                {\r\n                    \"member\": \"fullName\",\r\n                    \"operator\": 6, // starts with Cat\r\n                    \"value\": \"Car\"\r\n                },\r\n                {\r\n                    \"member\": \"fullName\",\r\n                    \"operator\": 7, // ends with Viant\r\n                    \"value\": \"Viant\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"groups\": null,\r\n    \"aggregates\": null,\r\n    \"groupPaging\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:7010/api/KendoWebApi/GetFilteredEmployees","protocol":"https","host":["localhost"],"port":"7010","path":["api","KendoWebApi","GetFilteredEmployees"]}},"response":[],"createdAt":"2024-02-20T09:41:06.000Z","updatedAt":"2024-02-26T18:42:35.000Z","uid":"20283352-8c4ddbfb-3ce6-480e-b085-cdb47ffac9ed"}]}}