https://*.smarthr.jp/api
ヘッダー名 | 説明 |
---|---|
x-rate-limit-limit | 期間内でリクエストできる最大回数 |
x-rate-limit-reset | 制限がリセットされるまでの秒数 |
x-rate-limit-remaining | リクエストできる残り回数 |
ヘッダー名 | 説明 |
---|---|
x-intensive-rate-limit-limit | 期間内でリクエストできる最大回数 |
x-intensive-rate-limit-reset | 制限がリセットされるまでの秒数 |
x-intensive-rate-limit-remaining | リクエストできる残り回数 |
Link: <https://*.smarthr.jp/api/v1/crews?page=1>; rel="first",
<https://*.smarthr.jp/api/v1/crews?page=4>; rel="prev",
<https://*.smarthr.jp/api/v1/crews?page=6>; rel="next",
<https://*.smarthr.jp/api/v1/crews?page=14>; rel="last"
x-total-count: 37
https://*.smarthr.jp/api/v1/crews?sort=emp_status
https://*.smarthr.jp/api/v1/crews?sort=emp_status,-updated_at
curl -u ACCESS_TOKEN https://*.smarthr.jp/
curl -H 'Authorization: Bearer ACCESS_TOKEN' https://*.smarthr.jp/
{
code: 2,
type: "unauthorized_token",
message: "無効なアクセストークンです",
errors: null
}
code | type | HTTP ステータスコード | 原因 |
---|---|---|---|
1 | bad_request | 400 | リクエストパラメータの内容が不正 |
2 | unauthorized_token | 401 | 指定したアクセストークンが無効 |
3 | forbidden | 403 | リソースへのアクセスが禁止されている |
4 | not_found | 404 | 指定したリソースが存在しない |
5 | internal_server_error | 500 | システム内部で予期せぬエラーが発生した |
6 | too_many_requests | 429 | リクエスト制限の上限を超えた |
7 | plan_limit_exceeded | 403 | 上限人数に達しているため従業員の追加は出来ません |
8 | non_deletable_resource | 400 | 削除できないリソースです |
9 | service_maintenance | 503 | メンテナンスを行っています |