UiPath Documentation
automation-hub
2.2510
true
Automation Hub API guide

Input for Automation Idea Creation Date

Date filter input for Automation Hub API calls in Automation Suite 2.2510, using EPOCH format to query ideas by creation or update date.

Note:

For both Automation Idea Creation Date and Automation Idea Update Date filters the used date format is EPOCH.

KeyValueUse Case
createdStartThe start date for the search.GET filter
createdEndThe end date for the search.GET filter

Examples

  • Retrieve all Automation Ideas created after 23/07/2020: createdStart=1595462400
  • Retrieve all Automation Ideas created before 23/07/2020: createdEnd=1595462400
  • Retrieve all Automation Ideas created between 22/07/2020 and 23/07/2020: CreatedStart=1595376000&createdEnd=1595462400
  • Examples

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated