PDF files
56
Excel files
71
Word files
3
Compressed files
15
Registered UAE pass users
Number of services
Service request
Registered users
"url": "https://www.moei.gov.ae/api/MobileApi/GetContentList"
"method": "POST"
{ "code": 200, "data": { "type": string, "totalPages": int, "totalRecords": int, "currentPage": int, "items": [ { "id": int, "groupId": string, "title": string, "shortEnglishItemDate1": string, "shortItemDate1": string, "longItemDate1": string, "attr": { "Documents": [ { "id": string, "type": string, "title": string, "dlink":string, "vlink": string, "className": string, "extension": string, "size": int , "sizemb": double, "formatedsize":string, "downloadsCount":string } ], "year": "string } } ] } }
var settings = { "url": "https://www.moei.gov.ae/api/MobileApi/GetContentList", "method": "POST", "timeout": 0, "headers": { "Content-Type": "application/json" }, "data": "{\r\n \"languageId\": 1, \r\n \"contentTypeId\" :16,\r\n \"pageSize\" :20 , \r\n \"pageIndex\" : 1,\r\n \"attributes\":[\"attr.Documents\",\"attr.year\"]\r\n}", }; $.ajax(settings).done(function (response) { console.log(response); });
Note : Authorization header will be provided by request
Note : languageId ( 1 for english , 2 for arabic)
Please be aware that the process of bulk download may take some time to collect Files, compress and download them in one file.
Give us your feedback so we can improve your experience