masterdata.SearchDocumentType.searchDocumentType.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": {},
"request": {
"filters": [
{{#each filters}}
{
"columnName": "{{columnName}}",
"type": "{{type}}",
"value": "{{value}}",
"fromValue": "{{fromValue}}",
"toValue": "{{toValue}}"
}
{{#unless @last}},{{/unless}}
{{/each}}
],
"sort": [
{{#each sort}}
{
"sortField": "{{sortField}}",
"sortType": "{{sortType}}"
}
{{#unless @last}},{{/unless}}
{{/each}}
],
"pagination": {
"pageStart": {{pageStart}},
"pageFetch": {{pageFetch}}
},
"languageCode": "{{languageCode}}"
},
"requesttime": "{{requesttime}}",
"version": "string"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy