Report API Dynamic filter inputs

Report API Dynamic filter inputs

viral.shingala
Community Visitor Community Visitor
312 Views
1 Reply
Message 1 of 2

Report API Dynamic filter inputs

viral.shingala
Community Visitor
Community Visitor

Hi f360-manage-support,

We are leveraging Reports API  (https://axonprd.autodeskplm360.net/api/rest/v1/reports/212239), Looking to pass dynamic filter values in the GET Report API. 
Can you please guide how I can pass dynamic filter values in the API?

 

viralshingala_0-1667329405748.png

 

Thanks
cc @Anonymous @Anonymous 

0 Likes
313 Views
1 Reply
Reply (1)
Message 2 of 2

philipfrench
Collaborator
Collaborator

Sorry, I do not think the API supports the passing of dynamic values.

 

(I hope someone can correct me)

 

When you do this in the UI, it is running a request similar to below, so you might be able to do this using a report embedded in a computed field in an item details page, however the authentication you do when using APIs does not work for these links, because they are not API calls.

 

You might have to replace your code with the search API, either v1 or v3 (they both have pros/cons).

https://XXXX.autodeskplm360.net/reportRunAjaxRequestorAction.do?reportID=6671961&workspaceID=68&repo...

0 Likes