Added login response and api
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
# Api for the team list : https://api.thecaoffice.com/ca/login
|
||||
# Login Input response
|
||||
{
|
||||
'username': '',
|
||||
'password': '',
|
||||
'mode': 'app'
|
||||
}
|
||||
|
||||
#Login Output response
|
||||
{
|
||||
"code": 1,
|
||||
"data": {},
|
||||
"message": "Sucessfull",
|
||||
"sessionToken": "44e490e2-94c2-47c4-8a02-4ddeb4fea56a",
|
||||
"status": 1
|
||||
}
|
||||
|
||||
# Call inout register for prev day - credentials in json file
|
||||
# call team list using ca office api - credentials in json file
|
||||
# Api for the team list : https://api.thecaoffice.com/team/list
|
||||
|
||||
Reference in New Issue
Block a user