Skip to Main Content

Share your product feedback

ADD A NEW IDEA

API

Showing 64

API endpoint to get inbound and outbound integration changes

What is the challenge? Integration logs only show the latest 200 changes. Due to high volumes, occasionally errors can't be found because more than 200 changes have happened since the error occurred. What is the impact? Difficult to understand the...
Dale Potter about 1 month ago in API 0 Future consideration

A method to effectively control and manage API access in Aha!

Who would benefit? Aha! administrators What impact would it make? It would help track the API usage across the instance. For example, if someone is generating heavy traffic by creating thousands of Aha features per minute, we as admins need a meth...
Alok Dath 10 months ago in API 0 Future consideration

Ability to filter on visibility for Ideas API

For "List ideas" and "List ideas for a product" endpoints, it would be useful to have the ability to filter on visibility values. In my application I want to display a list of just ideas with specific visibility values, not all values. Currently I...
Kieran Scott over 1 year ago in API 0 Future consideration

Support timestamps on status change dates in the API

I would like to have timestamps supported in the API for any user action oriented dates (like create dates, updated dates, etc.). Currently the timestamp is not included for the status_changed_on field. I'd like for timestamps to be supported for ...
Erin Ward almost 2 years ago in API 0 Future consideration

add options to set / change the creationdate and the creator of an admin_response

What is the challenge? Admin responses will always have the date when it the response was added to the system and will ever be from that person who added it What is the impact? losing history when migrating ideas Describe your idea just make the a...
Oliver Berger 5 months ago in API / Ideas portal 0 Future consideration

OpenAPI / swagger document

What is the challenge? The API documentation lacks some accuracy and is incomplete What is the impact? Even if Aha!`s support is always helping out, when i have strange API questions, a complete openapi / swagger document would be helpful Describe...
Oliver Berger 5 months ago in API 1 Future consideration

Enable filtering on custom fields in Custom Table Records List API

Who would benefit? Any customer using custom tables, particularly those integrating with other data sources or needing API-based filtering capabilities What impact would it make? Scripting updates from other sources of truth such as taxonomy syste...
Guest 11 months ago in API 0 Future consideration

Ability to search comments through API

Who would benefit? Comments to an idea can be added by almost anyone, even if they are not the original owner of the idea, and even without admin permissions. So, if we enabled API search for comments, a non-admin user could add a searchable hasht...
Guest 11 months ago in API 0 Future consideration

Add 'identity provider type' attribute to 'Update user' API endpoint

Who would benefit? Customers who manage user provisioning and updates through SSO and automated API processes What impact would it make? Customers can manage their user's authentication method en masse through the API - especially helpful with lar...
Justin Waldorf about 1 year ago in API 0 Future consideration

Return raw value changes in /api/v1/audits

What it looks now: { "audits": [ { "changes": [ { "field_name": "Assigned to user", "value": "Default assignee → Anton Aha", } ] } ]} Proposal: { "audits": [ { "changes": [ { "field_name": "Assigned to user", "value": "Default assignee &a...
Anton Kuzmenko over 1 year ago in API 0 Unlikely to implement