Hi All Good Morning,
I am a newbie in outsystems...I just using this environment for awhile...
I need to know how to write API for deleting a data depends on the time.
Cause:
The reason is I couldn't delete the process on table once timer run on the screen...I need to delete that data based on timer values... with timer action.
Hi Steve,I am uncertain why you want an REST API for this.To create a timer have a look here:
https://www.outsystems.com/training/courses/179/asynchronous-processing-with-timers/?LearningPathId=22
what you'll do is set up the action that you need to delete records and then add it to the timer. Set the timer to the specific time you want and activate it in service center. (should all be explained in the lessons above)If you still prefer to create a REST service have a look herehttps://www.outsystems.com/training/courses/116/integrating-with-web-services/
kind regards