Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Alternative REST API's for assets

Ganesh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 10, 2025

Please help to get alternative REST API's for the following asset API's

1) /rest/assetapi/asset
2) /rest/assetapi/asset/bulk
3) /rest/assetapi/asset/[appKey]/[originId]
4) /rest/assetapi/asset/type
5) /rest/assetapi/asset/type/[appKey]/[originId]


Thanks in advance

1 answer

0 votes
Valerie Knapp
Community Champion
November 10, 2025

Hi @Ganesh , welcome to the Atlassian Community and thanks for your post.

Do you mean something like this - https://developer.atlassian.com/cloud/assets/rest/api-group-aql/#api-group-aql ?

What is it you are trying to do? You had these REST calls they stopped working or? I don't understand what you are asking for help with. Please can you explain a bit more what you want to achieve?

Cheers

Ganesh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 10, 2025

Hi @Valerie Knapp ,

Thank you for your quick response.

We have an app that creates/updates external asset types using the following code snippet:

private static final String URL = "/rest/assetapi/asset/type";
atlassianHostRestClients.authenticatedAsAddon().put(URL, payload, Void.class);

This app was developed quite some time ago but has recently stopped working. When invoking the above API, we now receive the following error response:

404 Not Found: "{\"errorMessage\":\"HTTP 404 Not Found\"}"

You can also refer to this similar ticket for additional context.

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events