You are not logged in.
Pages: 1
Hi all,
I'm doing a search on user by the mobile field.
{{baseUrl}}/search/User?is_deleted=false&ccriteria[0][link]=AND&criteria[0][field]=11&criteria[0][searchtype]=contains&criteria[0][value]=1123311
the result of this is something like:
{
"totalcount": 1,
"count": 1,
"sort": [
1
],
"order": [
"ASC"
],
"data": [
{
"1": "useraccount",
"34": "lastname",
"5": "myemail@domain.com",
"6": "",
"3": null,
"8": 1,
"11": "mymobile"
}
],
"content-range": "0-0/1"
}
I want to include other fields, for instance the user id and the user entity.
I did not find a reference how to include that.
Best regards,
possebon
Offline
Pages: 1