Skip to content
New issue

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

The Alma Users API can return total_record_count: -1 #8

Open
danmichaelo opened this issue Jun 19, 2018 · 0 comments
Open

The Alma Users API can return total_record_count: -1 #8

danmichaelo opened this issue Jun 19, 2018 · 0 comments

Comments

@danmichaelo
Copy link
Member

With no further explanation, but seems to indicate unsupported queries. For instance, while AND is supported, querying the same field twice doesn't seem to work:

curl -X GET --header 'Accept: application/json; charset=utf-8' --header 'Authorization: apikey l7xx53d521c9cb214131913a31ac5c4cbd29' 'https://api-eu.hosted.exlibrisgroup.com/almaws/v1/users?limit=5&q=primary_id~dan%20ANDprimary_id~michael' | jq '.'

gives

{
  "total_record_count": -1
}
@danmichaelo danmichaelo changed the title The Alma Users API can return total_record_count=-1 The Alma Users API can return total_record_count: -1 Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant