API login
From FreeDESK
login | |
Call/Mode: | login |
---|---|
Description: | Open a user session |
Parameters: | username, password |
Returned Data: | XML login error or session data |
This article details a FreeDESK API call.
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?mode=login&username=someuser&password=theirpassword
Returned Data
XML containing either the SID on success or a FreeDESK error on failure.