Webservices - List of Resources

A resource group can contain one or more resources (employees or vehicles). These can be retrieved using this webservice.

03 August,2022

 

 
REQUEST

{

   "Proxy": {   

      "Function":"HeliosWs",

      "HostName":"xxxxx",

      "UserName":"yyyyy",

      "Password":"zzzzz",

      "ReportName":"webservice"

   },

 

   "AuthenticationType":"SYSTEM",

   "UserName":"16984205",

   "Password":"8G56A2NrB",  

   "Function":"GetResourceList"

}

 
 
RESPONSE

{

   "TableList":    [

            {

         "Code": "10",

         "Index": "1000",

         "ResourceType": "EMPLOYEE",

         "ResourceId": "10",

         "ResourceName": "Per Jensen",

         "Active": true

      },

            {

         "Code": "102",

         "Index": "1000",

         "ResourceType": "VEHICLE",

         "ResourceId": "7762",

         "ResourceName": "Mitsubishi Space Star 1,2 Inbeat L 5-d",

         "Active": true

      }

   ],

   "WebserviceInfo":    {

      "Name": "HELIOSWEBSERVICE",

      "Version": 1,

      "Build": 2001

   },

   "AuthenticationType": "SYSTEM",

   "ErrorCode": 0,

   "ErrorText": "",

   "Success": true,

   "Proxy":    {

      "AgentName": "WSPROXY",

      "AgentVersion": "1.10.1112",

      "AgentCopyright": "Copyright (C) 2017-2018 Torben Ring. All rights reserved.",

      "ErrorCode": 0,

      "Success": true

   }

}

 
COMMENTS