You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying the /applications API, pagination details are not returned. Furthermore, the following issues also exist.
The "next" or "previous" values are not always returned even if there are valid values for them.
When a limit is given, the "groupId" property returned in the "previous" value makes no sense, and would probably improperly return (i.e. &groupId={groupId})
When both limit and offset are given, the limit minus offset is the total results returned from the API
The total number of results is never returned especially when the limit is used as the parameter. So there's no indication of the total number of results. E.g: could be 2, could be 6000, etc.
The pagination details are returned, but out of the mentioned issues, point 2 is reproducing where the "groupId" in the next and previous links are improperly returned.
Also the next and previous links are missing a part of the required base path /api/am/devportal/v/ . So it points to an incorrect endpoint.
Description:
When querying the /applications API, pagination details are not returned. Furthermore, the following issues also exist.
Steps to reproduce:
Affected Product Version:
The text was updated successfully, but these errors were encountered: