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
It is not clear how query parameters works for sorting/ordering.
It seems the following is working for most endpoints:
[asc|desc] is an optional value and may indicate the sort order, ascending by default. These options are not indicated in the documentation. https://developer.sailpoint.com/nerm/api/pagination-metadata-filtering
It is not working for any profile attribute, but this is probably the expected behaviour. Would be great if this could be indicated: https://developer.sailpoint.com/nerm/api/get-profiles
However while the documentation states it is intended to work for advanced_search, it doesn't, or at least I don't know how. https://developer.sailpoint.com/nerm/api/run-advanced-search
Would be great if query parameters especially for sorting/ordering could be better documented.
Thanks
The text was updated successfully, but these errors were encountered:
Automated commit 'Merge pull request #43 from sailpoint/nerocket-1735…
f2e9636
…-api-documentation NEROCKET-1735 adding audit_events to the body.' by github action: 11127847658
No branches or pull requests
It is not clear how query parameters works for sorting/ordering.
It seems the following is working for most endpoints:
[asc|desc] is an optional value and may indicate the sort order, ascending by default.
These options are not indicated in the documentation.
https://developer.sailpoint.com/nerm/api/pagination-metadata-filtering
It is not working for any profile attribute, but this is probably the expected behaviour.
Would be great if this could be indicated:
https://developer.sailpoint.com/nerm/api/get-profiles
However while the documentation states it is intended to work for advanced_search, it doesn't, or at least I don't know how.
https://developer.sailpoint.com/nerm/api/run-advanced-search
Would be great if query parameters especially for sorting/ordering could be better documented.
Thanks
The text was updated successfully, but these errors were encountered: