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

masterdata.SearchUserCenterMapping.searchUserCenterMapping.hbs Maven / Gradle / Ivy

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy