-
-
Notifications
You must be signed in to change notification settings - Fork 91
Get a paginated list of redmine objects
alinach edited this page May 11, 2016
·
15 revisions
Returns a paginated list of type T.
The default page size is 25. The maximum page size is 100.
Parameters:
- offset: skip this number of issues in response (optional)
- limit: number of issues per page (optional)
- sort: column to sort with. Append :desc to invert the order.
-
CRUD Operations
-
List Operations
-
Specific operations
- Attachments
- Issues
- Users
- Groups
- Wiki pages