
March 3, 2025
3:13 p.m.
OS: Debian 12 Mailman Core: 3.3.10 Install Method: venv
When I apply the "count" and/or "page" param on:
/3.1/lists/name.sub.domain.tld/requests
This resulted in a "404 Not Found" error from the REST API.
If I remove the params, the API returns results.
From what I read in the docs, pagination should be possible on this type of endpoint as it returns "entries", "start" and "total_size".
Tests against:
/3.1/domains /3.1/lists
Works fine with the "count" and "page" param as expected.