Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

How to retrieve the data from table visual and send the data to an API

I have a table visual in my report as below.

 

HostnameTypeURL
lkptest2Extended ServerRemove
lkptest1PaasRemove

 

I have a requirement where my client wants to send the data in a particular row with the user who logged into the report, to an API when we click on the Remove URL in the table.

 

ex- when I click on the first row remove URL, need to send data in the first row to an API with logged in user.

 

{
    "hostname" : "lkptest1",
     "type" :"Extended server",
     "username": "[email protected]"
}

 

 

 

 

No Replies