siteUrl = _spPageContextInfo.webAbsoluteUrl;
var restUrlnew = siteUrl + "/_api/web/lists/getbytitle('" + priviewList + "')/items(" + itemid+ ")?$select=Downloads";
$.ajax({
url: restUrlnew,
method: "GET",
headers: { "Accept": "application/json; odata=verbose",
"X-RequestDigest": jQuery("#__REQUESTDIGEST").val()
},
async: false,
success: function (data) {
No comments:
Post a Comment