+1 (866) 832-3090
+91 (44) 6667 8040
+44 (800) 808 5790
+61 2 8188 4692
Currently I am in freshservice development and I created a app to check some of the information of the asset but unfortunately I only get like name.
client.data.get('requesterAssets') .then(function (data) { console.log(data); }) catch(function (e) { console.log('Exception - ', e); });
EzekieL
Currently I am in freshservice development and I created a app to check some of the information of the asset but unfortunately I only get like name.