Login to the NAITC system and gain access to My Binder. Returns a user identifier for future API calls and a list of the user's My Binder lessons.
Extra Parameters: | 
            
                
 
 
  | 
        ||||||||||||||||||||
HTTP Method | 
            POST | ||||||||||||||||||||
Requires authentication: | 
            Yes | ||||||||||||||||||||
Return Format: | 
            JSON | ||||||||||||||||||||
Important Notes: | 
            Username/password should be passed via POST. The function returns a "user_identifier", a unique 20 character key that should be saved in the user's session. The identifier is how the API identifies users in later calls. Each time a user logs in, the identifier will be changed to a new 20 character string. | ||||||||||||||||||||
Return Example: | 
            
                 { success:true message:Logged in successfully. result: {...} user_identifier:1c879757fa930409e3b3 mybinder: [...] 0 {...} id:15 title:It's a MOO-stery! (Grades K-2) purpose:Students will be introduced to the dairy industry and will make observations about how historic tools such as a butter paddle, cheese press, and milk tester can be used to process milk on a dairy farm. 1 {...} . . . }  |