gcube-cms-suite/test-data/concessioni/queries/lastNameRegisteredByFabio.json

18 lines
258 B
JSON
Raw Normal View History

2021-09-20 16:47:35 +02:00
{
"paging" : {
"offset" : 0,
"limit" : 1
},
"ordering" : {
"direction" : "DESCENDING",
"fields" : ["creationTime","nome"]
},
"filter" : {
"creationUser" : {$eq : "fabio.sinibaldi"}
},
"projection" : {
2022-01-27 15:02:53 +01:00
"nome" : 1,
2021-09-20 16:47:35 +02:00
}
}