All Downloads are FREE. Search and download functionalities are using the official Maven repository.

masterdata.SearchMachine.searchMachineResult.hbs Maven / Gradle / Ivy

The newest version!
{
  "response": {
    "data": [
     {{#each data}}
      {
        "id": "{{id}}",
        "name": "{{name}}",
        "serialNum": "{{serialNum}}",
        "macAddress": "{{macAddress}}",
        "ipAddress": "{{ipAddress}}",
        "machineSpecId": "{{machineSpecId}}",
        "zoneCode": "{{zoneCode}}",
        "zone": "{{zone}}",
        "isActive": "{{isActive}}"
      }
       {{#unless @last}},{{/unless}}
      	{{/each}}
    ]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy