Skip to main content

How do I get all requester asset information like OS and etc.?

  • January 4, 2019
  • 0 replies
  • 27 views

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);
          });

  

This topic has been closed for replies.