Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[List] Offset & Limit

Open
#150 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
42/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript
Domain
api

Research direction

Start with the existing list endpoint and compare it with the query index offset/limit patterns referenced in the acceptance criteria. Check how the current array response and route are used, then verify the new route preserves existing usage. Done means offset and limit work, the response is a top-level object, and the overall list limit is 5,000.

Written by the indexing model from the issue text.

Description

As a developer, I would like the ability to set an offset or limit for long lists.

Criteria of acceptance

  1. Ability to set an offset.
  2. Ability to set a limit.
  3. Move to a top level object (currently is an array)
  4. API matches query index offset / limit patterns
  5. New route to not break existing usage.
  6. Overall list limit is 5,000
Dominant language
JavaScript
Stars
6
Forks
17
PR merge metrics
No merged PRs in 30d

Getting set up

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from adobe/da-admin

All issues in adobe/da-admin

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.