Uri
/account/maps/auth/fe/
Summary
Front end shared key login method
Arguments
| Parameter | Data Type | Notes |
| password | alphanumeric | required |
| username | alphanumeric | required |
Example response
<?xml version="1.0" encoding="iso-8859-1" ?> <response stat="success"> <session id="29ae2254babd36745cb838719a3d1a4a" key="df68b82743daec95b42b9b4335d8c1dc498075a2a2410a4e6248a9e19afd39f61ce3720e6b2"> <user id="189" key="df68b82743daec95b42b9b4335d8c1dc498075a2a2410a4e6248a9e19afd39f61ce3720e6b2" > <username>andrew_campbell</username> <email>a.campbell@taglearning.com</email> <firstname>andrew</firstname> <secondname>campbell</secondname> <uci>123456789123</uci> <upn>123456789123</upn> <messages> <unread>0</unread> </messages> <tasks> <student> <!-- Expanded lists --> <overdue>0</overdue> <awaiting_marking>0</awaiting_marking> <todo>0</todo> <marked>0</marked> <open>0</open> <complete>0</complete> </student> <teacher> <overdue>6</overdue> <awaiting_marking>6</awaiting_marking> <todo>54</todo> </teacher> </tasks> </user> </session> </response> |