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

NERM - Sorting query parameters #43

Open
vdailly opened this issue Oct 17, 2023 · 0 comments
Open

NERM - Sorting query parameters #43

vdailly opened this issue Oct 17, 2023 · 0 comments

Comments

@vdailly
Copy link

vdailly commented Oct 17, 2023

It is not clear how query parameters works for sorting/ordering.

It seems the following is working for most endpoints:

  • ...?order=id [asc|desc]
  • ...?order=created_at [asc|desc]

[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

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

No branches or pull requests

1 participant