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

Users/groups REST API endpoint error when using XML as output format #1429

Closed
hsilva-keep opened this issue Dec 11, 2018 · 3 comments
Closed
Labels
Milestone

Comments

@hsilva-keep
Copy link
Member

hsilva-keep commented Dec 11, 2018

The following works

https://demo.roda-community.org/api/v1/users?start=0&limit=100&acceptFormat=json
https://demo.roda-community.org/api/v1/groups?start=0&limit=100&acceptFormat=json

but the following does not

https://demo.roda-community.org/api/v1/users?start=0&limit=100&acceptFormat=xml
https://demo.roda-community.org/api/v1/groups?start=0&limit=100&acceptFormat=xml

Also, when in json, for both users & members wrapper element members is used when more specific one could be used.

@hsilva-keep hsilva-keep added this to the 3.0.1 milestone Dec 11, 2018
@jmaferreira
Copy link
Member

Its exactly the same! Isn't it?

@hsilva-keep
Copy link
Member Author

@jmaferreira failed miserably in the art of copy-paste :) fixed

@hsilva-keep
Copy link
Member Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants