ジョブカンの勝手APIサーバーです。
現在の勤怠ステータスを取得します。
POST /status
Property | Type | Description |
---|---|---|
client_id |
string |
Client ID of Jobcan Account |
email |
string |
Email Address of Jobcan Account |
password |
string |
Password of Jobcan Account |
{
status: "having_breakfast"|"resting"|"working"
}
打刻をします。
POST /punch
Property | Type | Description |
---|---|---|
client_id |
string |
Client ID of Jobcan Account |
email |
string |
Email Address of Jobcan Account |
password |
string |
Password of Jobcan Account |
{
status: "having_breakfast"|"resting"|"working"
}