API Endpoint - Dịch vụ tra soát văn bản theo lĩnh vực
POST
https://data.moj.gov.vn/api/v1/publising/lgsp/redirect/tim-kiem-linh-vuc-van-ban
Kiểu trả về:
application/json
Mô tả:
Trả ra tất cả các văn bản tìm kiếm theo lĩnh vực
Cơ quan quản lý:
Chưa cập nhật
Điều kiện khai thác:
Chưa cập nhật
Mẫu headers
{
"User-Key": "WhaJnyDvMYZxNr*****************", // user-key cá nhân
"Content-Type": "application/x-www-form-urlencoded"
}
Mẫu đầu vào (JSON)
{"DonVi":[13],"IsSearch":0,"t_gridRequest":"{\"take\":20,\"skip\":0,\"page\":1,\"pageSize\":10,\"sort\":[{\"field\":\"OrderColumn\",\"dir\":\"asc\"}]}"}
Dữ liệu trả về (JSON)
[
{
"ID": 6654,
"Title": "Chính quyền địa phương",
"TitleLinhVuc": "Chính quyền địa phương",
"DMDescription": "",
"DMVietTat": "CQĐP",
"OrderColumn": 0,
"TitleEng": "Chinh quyen dia phuong",
"DMIsDisplay": true,
"VBPQDonVi": [
{
"LookupId": 13,
"LookupValue": "Trung ương"
}
],
"MultipleDonVi": "13;#",
"VBPQNganh": {
"LookupId": 61,
"LookupValue": "Nội vụ"
},
"Version": null,
"Author": {
"LookupId": 1073741823,
"LookupValue": "System Account"
},
"Editor": {
"LookupId": 1073741823,
"LookupValue": "System Account"
},
"Created": "2013-10-25T10:42:30Z",
"Modified": "2013-10-25T10:42:30Z",
"ListFileAttachAdd": [],
"ListFileAttach": [],
"ListFileRemove": []
}
]
Ví dụ với AJAX
jQuery AJAX:
var settings = {
"url": "https://data.moj.gov.vn/api/v1/publising/lgsp/redirect/tim-kiem-linh-vuc-van-ban",
"method": "POST",
"timeout": 0,
"headers": {
"Content-Type": "application/x-www-form-urlencoded",
"User-Key": "WhaJnyDvMYZxNr*****************"
},
"data": JSON.stringify({"DonVi":[13],"IsSearch":0,"t_gridRequest":"{\"take\":20,\"skip\":0,\"page\":1,\"pageSize\":10,\"sort\":[{\"field\":\"OrderColumn\",\"dir\":\"asc\"}]}"}),
};
$.ajax(settings).done(function (response) {
console.log(response);
});
Tệp đính kèm
TÍCH HỢP VBPL - THÔNG TIN TRƯỜNG DỮ LIỆU.docx
Địa chỉ: 60 Trần Phú - Ba Đình - Hà Nội
Điện thoại: 024.62739718 Fax: 024.62739730
Email: it@moj.gov.vn