masterdata.TitleFilter.titleFilter.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!
{
"id": "string",
"metadata": {},
"requesttime": "{{requesttime}}",
"version": "string",
"request": {
"filters": [
{{#each filters}}
{
"columnName": "{{columnName}}",
"type": "{{type}}",
"text": "{{text}}"
}
{{#unless @last}},{{/unless}}
{{/each}}
],
"languageCode": "{{languageCode}}"
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy