Added optional "before" and "after" params to GET /arbitrary/resources/search

This commit is contained in:
CalDescent
2023-05-08 12:46:15 +01:00
parent 8fa344125c
commit 0ec661431c
5 changed files with 21 additions and 4 deletions

View File

@@ -367,6 +367,8 @@ let res = await qortalRequest({
nameListFilter: "QApp1234Subscriptions", // Optional - will only return results if they are from a name included in supplied list
followedOnly: false, // Optional - include followed names only
excludeBlocked: false, // Optional - exclude blocked content
// before: 1683546000000, // Optional - limit to resources created before timestamp
// after: 1683546000000, // Optional - limit to resources created after timestamp
limit: 100,
offset: 0,
reverse: true