We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl -X GET --header 'Accept: application/json; charset=utf-8' --header 'Authorization: apikey {key}' 'https://api-eu.hosted.exlibrisgroup.com/almaws/v1/users?limit=5&q=ALL~linena@uio.no' | jq '.'
gives "total_record_count": 5, but only 3 records are returned. Anonymized response:
"total_record_count": 5
{ "user": [ { "primary_id": "li", "first_name": "Li", "last_name": "Aker", "gender": { "value": "FEMALE", "desc": "Female" }, "password": "", "status": { "value": "ACTIVE", "desc": "Active" }, "requests": null, "loans": null, "fees": null, "link": "https://api-eu.hosted.exlibrisgroup.com/almaws/v1/users/li" }, { "primary_id": "n003548402", "first_name": "Stein", "last_name": "Gal", "gender": { "value": "", "desc": "" }, "password": "", "status": { "value": "ACTIVE", "desc": "Active" }, "requests": null, "loans": null, "fees": null, "link": "https://api-eu.hosted.exlibrisgroup.com/almaws/v1/users/n003548402" }, { "primary_id": "N003548424", "first_name": "Sol", "last_name": "Storm", "gender": { "value": "", "desc": "" }, "password": "", "status": { "value": "ACTIVE", "desc": "Active" }, "requests": null, "loans": null, "fees": null, "link": "https://api-eu.hosted.exlibrisgroup.com/almaws/v1/users/N003548424" } ], "total_record_count": 5 }
The text was updated successfully, but these errors were encountered:
[#7, #8] Users search: handle invalid queries and depleted result sets
a8b57d6
No branches or pull requests
curl -X GET --header 'Accept: application/json; charset=utf-8' --header 'Authorization: apikey {key}' 'https://api-eu.hosted.exlibrisgroup.com/almaws/v1/users?limit=5&q=ALL~linena@uio.no' | jq '.'
gives
"total_record_count": 5
, but only 3 records are returned. Anonymized response:The text was updated successfully, but these errors were encountered: