API Endpoint - Dịch vụ tra soát theo cơ quan biên tập
POST
https://data.moj.gov.vn/api/v1/share/LGSP/Redirect
Kiểu trả về:
application/json
Mô tả:
Trả ra tất cả các văn bản tìm kiếm theo cơ quan biên tập
Mẫu headers
{
"User-Key": "WhaJnyDvMYZxNr*****************", // user-key cá nhân
"Content-Type": "application/x-www-form-urlencoded"
}
Mẫu đầu vào (JSON)
{
"Endpoint": "/oSILGSPAPIV2/api/APIShare/GetAllCoQuanBienTap",
"Data": "{\r\n \"TgridRequest\": \"{\\\"sort\\\":[{\\\"field\\\":\\\"OrderColumn\\\",\\\"dir\\\":\\\"asc\\\"}]}\"\r\n}"
}
Dữ liệu trả về (JSON)
{
"statusCode": 200,
"success": false,
"message": "Thanh Cong",
"data": ""
}
Ví dụ với AJAX
jQuery AJAX:
var settings = {
"url": "https://data.moj.gov.vn/api/v1/share/LGSP/Redirect",
"method": "POST",
"timeout": 0,
"headers": {
"Content-Type": "application/x-www-form-urlencoded",
"User-Key": "WhaJnyDvMYZxNr*****************"
},
"data": JSON.stringify({
"Endpoint": "/oSILGSPAPIV2/api/APIShare/GetAllCoQuanBienTap",
"Data": "{\r\n \"TgridRequest\": \"{\\\"sort\\\":[{\\\"field\\\":\\\"OrderColumn\\\",\\\"dir\\\":\\\"asc\\\"}]}\"\r\n}"
}),
};
$.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