Get group snapshots
Query toolkit to fetch group snapshots
Group snapshots store the data of a group at a specific timestamp. You can easily know the data of any group by knowing the groupId
or the groupName
and the associated timestamp
.
Get the latest snapshot
You can query the latest snapshot by specifying the groupId
or the groupName
.
Get a snapshot at a specific timestamp
Last updated