sdsp_g.proto (version not set)

Download OpenAPI specification:Download

GenericAPI

サーバー接続(ログイン) ユーザIDとパスワードでトークンを得る

Request Body schema: application/json
userID
string (ユーザID)
organizationID
string (組織ID)
password
string

Responses

Request samples

Content type
application/json
{
  • "userID": "string",
  • "organizationID": "string",
  • "password": "string"
}

Response samples

Content type
application/json
{
  • "result": "COMPLETE",
  • "token": "string"
}