User Interface

Once you have the userid and secret key the first API need to call is:

/gspLive_backend/user/generateToken

This API will return a temporary token which is required in other APIs.

If you are using SQLFLow On-Premise, token might not be required if you have set following flag in /wings/sqlflow/backend/conf/gudu_sqlflow.conf

ignore_user_token=true

Generate user token for restful api

generate token

post

generate user token for restful api

Query parameters
userIdstringRequired

the user id of sqlflow web or client

secretKeystringRequired

the secretKey of the user

Responses
200
OK
application/json;charset=utf-8
Responsestring
post
POST /api/gspLive_backend/user/generateToken HTTP/1.1
Host: api.gudusoft.com
Accept: */*
text

Try it out!

Last updated