I downloaded the Postman collection from the Atlassian website, but I couldn't get the predefined APIs in the collection to work. It has the data as below for getting assets: URL: {{protocol}}://{{host}}/{{basePath}}assets/1.0/object/22
The values of the variables are:
protocol: https
host: api.atlassian.com
basePath: p-square.atlassian.net/rest/
This returns 404:
{ "timestamp": "2025-02-13T06:49:47.841528791Z", "status": 404, "error": "Not Found", "message": "No message available", "path": "/p-square.atlassian.net/rest/assets/1.0/aql/objects" }
I found a working API endpoint from the browser’s network activity
Can you give right end points to be used with complete URL for making API calls?
Hi @Muthuraja T , welcome to the Atlassian Community!
You probably downloaded collection for Server/Data Center.
For Cloud check this: https://developer.atlassian.com/cloud/assets/rest/api-group-object/#api-object-id-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.