Hi all,
i have a page which shows the details of pending approval with the logged in user, how can i expose this as a webservice
Thanks in advance
Discussion posts and replies are publicly visible
How is the pending approval implemented? Is it a database entity in a given state? Is it a task in a running process instance? Without the detail it's impossible to provide any help.
its a database entries fetched and shown in an interface, now i want to expose this as Webservice
Well, if you're already fetching the data and pushing the results to a User Interface, you can use the same method to fetch the data and expose it using a WebAPI.