sailpoint-oss / api-specs

This repo houses the API specifications for all SailPoint services.
MIT License
10 stars 17 forks source link

NERM - Sorting query parameters #43

Open vdailly opened 11 months ago

vdailly commented 11 months ago

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