problem with the "get" method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2018 04:35 AM
hello, I have a problem, when I want to work with activiti-rest, when I use the method get to list for example the list of users, it shows that the first 10 objects, I tested with postman it is same he shows me every time the first 10 objects knowing that I have 37 objects
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2018 12:20 PM
Could you try doing ?start=1 like in Rest Api paging or
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2018 05:28 AM
thank you,
the problem is solved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2018 07:45 AM
how can i have total instances completed using activiti-rest i want to have details about the instance-completed number
