within Aka-I we discussed valid and invalid url patterns regarding collection resources and query parameters, we decided this way p.e. collection for users
to retrieve a list both urls, with and without trailing slash is valid: /users and /users/
to retrieve a list filtered with further query params, only the variant /users?offset= is valid, not the variant with the combination "/?" /users/?offset= in it, because the "?" gets interpreted as a further (id) value.
within Aka-I we discussed valid and invalid url patterns regarding collection resources and query parameters, we decided this way p.e. collection for users