Modified or newly created items in an application.
AnsweredI'm building a podio application in java, where i like to have a filter based on the last modified datetime. ie I will provide the application id and the datetime and the result I expect to get is the list of items under the application which are modified/newly created, after the specified datetime.
Is there any existing API for this? and if it is there how can I use the API?
Thanks in advance for any reply.
-
The filter interface won't let you filter on the last edit date. However you can sort on last_edit_on so you'll get your items with the most recently edited first. You can see sorting and filtering options at https://developers.podio.com/doc/filters
Please sign in to leave a comment.
Comments
1 comment