Need HTTP webservices

Submitted by muhammad.hadi on 2015-04-14

Hello,
I need HTTP based webservices for Webissues to get user details, authenticate user and get projects and task related to that user. Are there any built-in webservices or API exists for this purpose?

There is an HTTP based API that is used by the desktop client. There is not much documentation, just a general description in the Wiki. You can reverse engineer the implementation in the server (the entry script of the API is server/webissues/handler.php and the implementation of the API is located in server/actions.inc.php) or in the desktop client to see how it works.

Regards,
Michał