How to retrieve recent updates/contributions via API?

Hi @roovy ,

You can use the expand query parameters. For your use case you might want to expand history.lastUpdated but feel free to check out all the other possible values in the docs to get the information you need.

Here, you just need to update the CQL and add attachment - something like type IN (page,blogpost,attachment). If you’re also interested with comments then add comment too.

Cheers,
Ian

1 Like