Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Type

Params

Values

POST

Dbid

database ID would be provided by admin

POST

Username

The user you want to login into the system with

POST

Password

Password would be Evolution password of the user

Example requests

https://backend/api/UserLogin/Login

Body:

{
    "dbid"8,
    "username""Admin",
    "password""K9JskQa6AlILqpI2780JHw=="
}

...