{ "info": { "_postman_id": "1122b09a-4097-4d57-912a-fb129dae235e", "name": "Bayan Al Islam", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Languages List", "request": { "method": "GET", "header": [], "url": { "raw": "{{app_url}}/ar/Api/languages/list", "host": [ "{{app_url}}" ], "path": [ "ar", "Api", "languages", "list" ] } }, "response": [] }, { "name": "Muslim List", "request": { "method": "GET", "header": [], "url": { "raw": "{{app_url}}/en/Api/content/muslims/list", "host": [ "{{app_url}}" ], "path": [ "en", "Api", "content", "muslims", "list" ] } }, "response": [] }, { "name": "Non Muslim List", "request": { "method": "GET", "header": [], "url": { "raw": "{{app_url}}/en/Api/content/non-muslims/list", "host": [ "{{app_url}}" ], "path": [ "en", "Api", "content", "non-muslims", "list" ] } }, "response": [] }, { "name": "Single Content", "request": { "method": "GET", "header": [], "url": { "raw": "{{app_url}}/en/Api/single-content?id=22184", "host": [ "{{app_url}}" ], "path": [ "en", "Api", "single-content" ], "query": [ { "key": "id", "value": "22184" } ] } }, "response": [] }, { "name": "Languages pagianted", "request": { "method": "GET", "header": [], "url": { "raw": "{{app_url}}/en/Api/paginated-languages?name=عربي&page=2", "host": [ "{{app_url}}" ], "path": [ "en", "Api", "paginated-languages" ], "query": [ { "key": "name", "value": "عربي" }, { "key": "page", "value": "2" } ] } }, "response": [] }, { "name": "Recent contents muslims", "request": { "method": "GET", "header": [], "url": { "raw": "{{app_url}}/en/Api/recent-contents?lang=ar&init=true", "host": [ "{{app_url}}" ], "path": [ "en", "Api", "recent-contents" ], "query": [ { "key": "lang", "value": "ar" }, { "key": "init", "value": "true", "description": "INIT at first 7 then remove it and add the ids of the first 7 to the query parameters\n" }, { "key": "ids", "value": "[1,2,3,4]", "disabled": true } ] } }, "response": [] }, { "name": "Non muslims recent contents", "request": { "method": "GET", "header": [], "url": { "raw": "{{app_url}}/en/Api/recent-contents?lang=ar&init=true", "host": [ "{{app_url}}" ], "path": [ "en", "Api", "recent-contents" ], "query": [ { "key": "lang", "value": "ar" }, { "key": "init", "value": "true", "description": "INIT at first 7 then remove it and add the ids of the first 7 to the query parameters\n" }, { "key": "ids", "value": "[1,2,3]", "disabled": true } ] } }, "response": [] } ] }