Added login response and api

This commit is contained in:
yatmesh
2026-01-02 11:43:56 +00:00
parent 926887a656
commit 7a60104c49
+17
View File
@@ -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 inout register for prev day - credentials in json file
# call team list using ca office api - 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 # Api for the team list : https://api.thecaoffice.com/team/list