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

masterdata.SearchDynamicField.searchDynamicField.hbs Maven / Gradle / Ivy

The newest version!
{
  "id": "string",
  "requesttime": "{{requesttime}}",
  "version": "string",
  "metadata": {},
  "request": {
    "filters": [
    	{{#each filters}}
          {
            "columnName": "{{columnName}}",
			"type": "{{type}}",
            "value": "{{value}}"
          }
          {{#unless @last}},{{/unless}}
      	{{/each}}
    ],
    "sort": [
    	{{#each sort}}
          {
            "sortField": "{{sortField}}",
            "sortType": "{{sortType}}"
          }
          {{#unless @last}},{{/unless}}
      	{{/each}}
    ],
    "pagination": {
      "pageStart": {{pageStart}},
      "pageFetch": {{pageFetch}}
    },
    "languageCode": "{{languageCode}}"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy