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

masterdata.DeviceSearch.deviceSearch.hbs Maven / Gradle / Ivy

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