How do i get the id of the clicked element from the service?
I am doing an Wordpress-App. For Communication i get JSON-API-Responses from my Wordpress site, that i use to create a list of my articles.
Now i want to load the article when clicking on it, but for that i need to get the id of the clicked article from the Service Reponse.
Then i pass the id into storage and open my "post-page". This Page invokes a JSON-Request to get the information from my wordpress site.
But how do i get the id of the clicked element from the service?