人事労務API GET work_record_summaries の month の値がひと...
こんにちは。
https://developer.freee.co.jp/docs/hr/reference#/%E5%8B%A4%E6%80%A0%E6%83%85%E5%A0%B1%E3%82%B5%E3%83%9E%E3%83%AA/show ()
/api/v1/employees/{emp_id}/work_record_summaries/{year}/{month}
の URL の month の値に 3 を入れないと 2月の情報が取得できないのはなぜでしょうか?
`
curl -s -X GET "https://api.freee.co.jp/hr/api/v1/employees/$FREEE_EMP_ID/work_record_summaries/2021/3?company...