masterdata.SearchTemplateDetails.searchTemplateDetailsResult.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": {
"totalRecord": "{{totalRecord}}",
"data": [
{{#each data}}
{
"isActive": "{{isActive}}",
"id": "{{id}}",
"name": "{{name}}",
"description": "{{description}}",
"fileFormatCode": "{{fileFormatCode}}",
"model": "{{model}}",
"fileText": "{{fileText}}",
"moduleId": "{{moduleId}}",
"moduleName": "{{moduleName}}",
"templateTypeCode": "{{templateTypeCode}}",
"langCode": "{{langCode}}"
}
{{#unless @last}},{{/unless}}
{{/each}}
]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy