Skip to Main Content

Share your product feedback

ADD A NEW IDEA

API

Showing 76

Separate the Integration Template from a workspace so it can be managed independently

What is the challenge? When I create an integration template, it is based on a workspace integration that I put in place. If I make changes to that workspace integration, it adjusts the template. My challenge is that I would like to create a templ...
Tobias H 11 months ago in API 2 Future consideration

API to get features in a release with multiple tag query parameters

What is the challenge? Reduce the number of API calls and processing effort to fetch records containing multiple tags What is the impact? Help reduce implementation effort and optimize performance Describe your idea When calling the "Get feature i...
Guest 11 months 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 over 1 year ago in API / Ideas portal 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 almost 2 years 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 2 years 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 2 years ago in API 0 Unlikely to implement

Azure Connector for Aha! RESTAPI

Create an Azure Connector https://docs.microsoft.com/en-us/connectors/ so that we can integrate easily with other applications using the Power Platform and Logic Apps. Essentially this is a wrapper for the Aha! API.
Dave Ball over 3 years ago in API 0 Future consideration

REST API indicates if custom field is read-only

Currently, the REST API doesn't indiciate if the given custom field has been defined as read-only or not. Here's a sample field definition for a read-only field as returned from `/api/v1/products/{productId}` {"id": "7002184427275897244","key": "k...
Tomasz Zarna over 4 years ago in API 0 Future consideration

Ability to delete product with REST API

Using the REST API I'm able to delete epics, Features, Ideas and other records, but for some reason this operation is not available for Products. At least it's not documented. Is there an internal/experimental API I could use? Is there any other w...
Tomasz Zarna over 4 years ago in API 0 Future consideration

Product Logo in API

Would be great to be able to see the URL to the Product Logo's in the API.
Alex Bailes over 7 years ago in API 2 Will not implement