Skip to main content
Question

API - "User Reason" field

  • July 9, 2026
  • 1 reply
  • 17 views

We are currently working on creating a Power BI (PBI) report to capture the details of On-demand feature usage. Everything has been configured and is functioning as expected. In the existing PBI report, we would like to include the "User Reason" field. However, we are unable to identify the exact API that provides the "User Reason" field data. Could you please guide us on how to retrieve this information via API?

1 reply

Forum|alt.badge.img+4

Hi ​@Anupam 

According to the Swagger API it should be in the response.

GET /v3/Events/search

 

KR Jens