camaraproject / QualityOnDemand

Repository to describe, develop, document and test the QualityOnDemand API family
https://wiki.camaraproject.org/x/zwOeAQ
Apache License 2.0
38 stars 60 forks source link

Purposal: Add paginated get list endpoint #100

Closed mariobodemann closed 1 year ago

mariobodemann commented 1 year ago

Page through all existing sessions currently active for the authenticated user.

Example usage:

curl --request GET 'http://localhost:9091/qod/v0/sessions?page=1' (pageSize is an optional parameter and can be used to change the number of sessions returned)

mariobodemann commented 1 year ago

I will close this PR now, to discuss this proposal in an issue first.