masterdata.GetMachineHistory.getMachineHistoryResult.hbs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apitest-masterdata Show documentation
Show all versions of apitest-masterdata Show documentation
Parent project of MOSIP Admin Services apitests
The newest version!
{
"response": {
"machineHistoryDetails": [
{{#each machineHistoryDetails}}
{
"id": "{{id}}",
"name": "{{name}}",
"isActive": {{isActive}},
"serialNum": "{{serialNum}}",
"ipAddress": "{{ipAddress}}",
"macAddress": "{{macAddress}}",
"machineSpecId": "{{machineSpecId}}",
"effectDateTime": "{{effectDateTime}}",
"validityDateTime": {{validityDateTime}}
}
{{#unless @last}},{{/unless}}
{{/each}}
]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy