Dumping a room (not full backup) using API

I am interested in using the API and python to do per-room dumps (backups) in an automated fashion.

I see api-backup definitions.

Is there a way to dump on a room-by-room basis via the API?

Many thanks
Ivan

(WHY? - some room are super busy and some are quiescent)

Hello @ivan

Unfortunately, partial backups are not implemented yet. Technically, you can use following method to get the archive of a room specified in request:

Since room is also considered a folder, you can try sending this request specifying the ID of a room as folderIds.

yes please Constantine. Ill be trying API this weekend

ivan