Alfresco Index of Web Scripts URI '/api/login'
Alfresco Community v3.2.0 (2039)
2 Web Scripts

Back to Web Scripts Home

Up to uri /api

/api/login/ticket/{ticket}

Login
GET /alfresco/service/api/login?u={username}&pw={password?}
Description:Login and establish a ticket.
Input
u
cleartext username (must be URL encoded)
pw
cleartext password (must be URL encoded)

Returns the new authentication ticket.
Authentication:none
Transaction:required
Format Style:any
Lifecycle:public_api
Default Format:xml
Id:org/alfresco/repository/login.get
Description:classpath:alfresco/templates/webscripts/org/alfresco/repository/login.get.desc.xml

Login (POST)
POST /alfresco/service/api/login
Description:Login and establish a ticket.
Input
JSON Data Object.
username
cleartext username
password
cleartext password

Returns the new authentication ticket.
Authentication:none
Transaction:required
Format Style:any
Lifecycle:public_api
Default Format:json
Id:org/alfresco/repository/login.post
Description:classpath:alfresco/templates/webscripts/org/alfresco/repository/login.post.desc.xml