Fullmental
Active member
We've been reading through the endpoint documentation trying to find a way to automatically move threads in a certain node that are inactive for more than 30 days to an archive node. We thought we could do this with the REST API, but I'm not seeing any parameters in the GET threads call that allows us to specify a node ID. I do see the option to get threads with activity older than X days, just not in a specific node.
Is there an unwritten parameter there, or is there another way we can achieve this natively in the XF software, without relying on paid addons? We've been burned a few times lately on lack of update support for those so we really don't want to rely on that.
REST API endpoints (2.2)
This document assumes you have already created an API key and setup the necessary headers for your request. Learn more about using the API.
xenforo.com
Is there an unwritten parameter there, or is there another way we can achieve this natively in the XF software, without relying on paid addons? We've been burned a few times lately on lack of update support for those so we really don't want to rely on that.