Hello everyone!,
I would like to get all my assets using rest api.
I'm using postman and then play this type of url GET :
'xxxxxxxx.atlassian.net/rest/assetapi/asset'
and get this result :
{
"limit": 20,
"size": 0,
"start": 0,
"values": [],
"isLastPage": true
}
I dont understand why i get an empty result because in fact i have assets in my jira.
Anyone can give me a clue please, that would be nice.
Thanks!
Best regards,
Greg
Thank you so much! I found my happiness :)
How you solved this issue @GrEgory Prins
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @GrEgory Prins,
Welcome to Atlassian Community!
You have stumbled over the external assert platform API, not the one that is for the Assets that Atlassian provides if you are on JSM Premium. Here is the REST API document for Assets.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.