gcube-cms-suite/geoportal-client/src/test/resources/concessioni/queries/lastNameRegisteredByFabio.json

18 lines
257 B
JSON

{
"paging" : {
"offset" : 0,
"limit" : 1
},
"ordering" : {
"direction" : "DESCENDING",
"fields" : ["creationTime","nome"]
},
"filter" : {
"creationUser" : {$eq : "fabio.sinibaldi"}
},
"projection" : {
"nome" : 1
}
}