how can i configure dynamic dates in rest api get method
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 07:52 PM
I am trying to configure a daily delta pull from an end point using get method. Is there a way to specify dates dynamically? I need to dynamically populate fromDate & toDate.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 08:18 PM
@samad You can use GlideDateTime API to add time/days/months to your date and use it inside your API call for more information please refer to. https://developer.servicenow.com/dev.do#!/reference/api/washingtondc/server_legacy/c_GlideDateTimeAP...