automation-hub
latest
false
- Open API
- Introduction to Automation Hub API
- Introduction to Automation Hub API (Automation Cloud Public Sector)
- API References
- Generate your Token from Automation Hub
- Authentication to the Automation Hub API
- Authentication to the Automation Hub API (Automation Cloud Public Sector)
- Add users in bulk to Automation Hub using OpenAPI
- Bulk edit users in Automation Hub using OpenAPI
- Retrieve Automation Idea in Idea Phase Awaiting Review Status
- Retrieve the Cost Benefit Analysis for a Specific Idea
- Update Automation Idea Phase and Status
- Retrieve a User Account
- Update Account Details for Employees from Automation Hub
- Inactivate User Accounts that are Not Part of the Company
- Power BI Integration Video Tutorial
- Service Now Outbound Integration Video Tutorial
- Input for Automation Pipeline
- Input for Submission Type
- Input for Phase
- Input for Status
- Input for Phase and Status Update
- Input for Business Unit
- Input for Applications
- Input for Category
- Input for Cost Benefit Analysis
- Input for High Level Assessment
- Input for Detailed Assessment
- Input for Automation Idea Creation Date
- Input for Users
- Input for User Status
- User Status Table
- Input for Collaborators
- Output Dictionary
- Automation Hub Open API Power Query Data Parsing
- Automation Hub Custom Connector
Automation Hub api guide
Last updated May 6, 2026
Note:
For both Automation Idea Creation Date and Automation Idea Update Date filters the used date format is EPOCH.
- To convert your dates in EPOC format you can use this converter.
Note:
The following video tutorial about the EPOCH date format is available for Automation Cloud Public Sector only. Watch the EPOCH date format video tutorial.
| Key | Value | Use Case |
|---|---|---|
| createdStart | The start date for the search. | GET filter |
| createdEnd | The 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