Forum Discussion
Anonymous
7 years agoNot applicable
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.
| Hostname | Type | URL |
| lkptest2 | Extended Server | Remove |
| lkptest1 | Paas | Remove |
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