Hi,
When we do a search, we have this on request : /api/v1/Contact?maxSize=20&offset=0&sortBy=createdAt&asc=f alse&where%5B0%5D%5Btype%5D=textFilter&where%5B0%5 D%5Bvalue%5D=han.
and the result is a json. and the content of view change
Is there another url way to view the result like human search ? List view ? I have try :
/#Contact?maxSize=20&offset=0&sortBy=createdAt&asc= false&where%5B0%5D%5Btype%5D=textFilter&where%5B0% 5D%5Bvalue%5D=han.
but page not found.
Other sample :
api/v1/GlobalSearch?q=han&maxSize=5&offset=0&sortBy=id&as c=
return Json.
It's possible to have a "list view" of result ?
Someone can point me how make a custom view list ? wich and where file create or modify. I have read and try https://www.espocrm.com/documentatio.../custom-views/ but something not understand.
Maybe a view like "view all notification"
Regards
When we do a search, we have this on request : /api/v1/Contact?maxSize=20&offset=0&sortBy=createdAt&asc=f alse&where%5B0%5D%5Btype%5D=textFilter&where%5B0%5 D%5Bvalue%5D=han.
and the result is a json. and the content of view change
Is there another url way to view the result like human search ? List view ? I have try :
/#Contact?maxSize=20&offset=0&sortBy=createdAt&asc= false&where%5B0%5D%5Btype%5D=textFilter&where%5B0% 5D%5Bvalue%5D=han.
but page not found.
Other sample :
api/v1/GlobalSearch?q=han&maxSize=5&offset=0&sortBy=id&as c=
return Json.
It's possible to have a "list view" of result ?
Someone can point me how make a custom view list ? wich and where file create or modify. I have read and try https://www.espocrm.com/documentatio.../custom-views/ but something not understand.
Maybe a view like "view all notification"
Regards
Comment