API login
From FreeDESK
| login | |
| Call/Mode: | login |
|---|---|
| Description: | Open a user session |
| Parameters: | username, password |
| Returned Data: | XML login error or session data |
Description
The login call allows the establishment of a ContextType::User session
Using the Call
Pass in the following parameters using GET or POST
- username : Analyst username
- password : Analyst password
For example
api.php?username=someuser&password=theirpassword
Returned Data
XML containing either the SID on success or a FreeDESK error on failure.