We are using self-hosted ActiveCollab v5.13.60 and I'm trying to generate a list of completed projects and tasks given a specific date. I've been toying with /whats-new/daily/
API request since it also gives a related object so I can pull in the project/task name easily.
From what I can tell the request only returns the last 50 items, if there are more than 50 items, then additional requests can be made with a ?page=X parameter.
Is there a way this request can return an un-paginated list, or all items for a given day?
Thanks!