Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
i need to make calls to knowage..i need API where can i find it..link please..thankyou
in API and SDK by (940 points)

1 Answer

+1 vote
 
Best answer

Hello

REST API is available, documentation is in Apiary.

Also a JavaScript API is available, you can have a look at JSPs files within the knowagesdk project:

https://github.com/KnowageLabs/Knowage-Server/tree/master/knowagesdk/src/main/webapp

You can find documentation within the example JSP files theirselves.

Hope this helps

Regards

by (2.3k points)
edited by
is there any way from doing it on the backend. I am unable to find any rest interface for user loging

thanks
JSON value not accept knowage API
I fixed the link in the above response
When using the REST API, you can authenticate providing credentials within the request; there is no REST service just for login, and REST API is meant to be stateless.
...