※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。

Supported Formats

json

Examples

POST /api/v1/time_entries
{
  "task": {
    "key": "http://carroll-schmidt.example/chong",
    "parent_id": "1272",
    "team_id": "493",
    "title": "Sed quod dolor eaque.",
    "url": "http://carroll-schmidt.example/chong"
  }
}
200
{
  "id": 804,
  "started_at": "2025-10-02T10:16:03.000+09:00",
  "stopped_at": null,
  "time_trackable_id": 1273,
  "time_trackable_type": "Task",
  "time_tracker_id": 680,
  "time_tracker_type": "User",
  "created_at": "2025-10-02T10:16:03.000+09:00",
  "updated_at": "2025-10-02T10:16:03.000+09:00",
  "deleted_at": null,
  "duration": 0.325631763,
  "amount": 0,
  "team_id": 493,
  "input_type": "realtime",
  "stopped_at_seconds": 0,
  "deleted_at_seconds": 0,
  "external_identifier": null,
  "external_provider": "none",
  "formatted_duration": "00:00",
  "html_url": "http://test.host/app/mytasks/1273/edit",
  "user": {
    "id": 680,
    "nickname": "Phyliss Kertzmann",
    "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
    "created_at": "2025-10-02T10:16:02.000+09:00",
    "updated_at": "2025-10-02T10:16:03.000+09:00",
    "deleted_at": null,
    "avatar": null,
    "daily": true,
    "daily_time": "2000-01-01T17:00:00.000+09:00",
    "weekly": true,
    "time_zone": "Tokyo",
    "locale": "en",
    "domain": "timecrowd.net",
    "reset_password_sent_at": null,
    "remember_created_at": null,
    "sign_in_count": 0,
    "current_sign_in_at": null,
    "last_sign_in_at": null,
    "confirmed_at": "2025-10-02T10:16:02.000+09:00",
    "confirmation_sent_at": null,
    "deactivated_at": null,
    "calendar_zoom_rate": 1,
    "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50"
  },
  "task": {
    "state": "open",
    "category_id": 1272,
    "updated_at": "2025-10-02T10:16:03.000+09:00",
    "id": 1273,
    "key": "http://carroll-schmidt.example/chong",
    "title": "Sed quod dolor eaque.",
    "url": "http://carroll-schmidt.example/chong",
    "team_id": 493,
    "created_at": "2025-10-02T10:16:03.000+09:00",
    "deleted_at": null,
    "description": null,
    "category": {
      "id": 1272,
      "key": "key49",
      "title": "key49",
      "url": null,
      "team_id": 493,
      "created_at": "2025-10-02T10:16:03.000+09:00",
      "updated_at": "2025-10-02T10:16:03.000+09:00",
      "deleted_at": null,
      "description": null,
      "category": true,
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": null,
      "ancestry_depth": 0,
      "closed_at": null,
      "color": 1,
      "position": 3,
      "deleted_at_seconds": 0,
      "key_md5": "9254884dee5a10d616af3a660054b834",
      "archived": false,
      "category_id": null,
      "ancestry_path": "/",
      "selectable": true
    },
    "sequential_id": null,
    "bill": 0,
    "ancestry": "1272",
    "ancestry_depth": 1,
    "closed_at": null,
    "color": 1,
    "position": null,
    "deleted_at_seconds": 0,
    "key_md5": "2524713bd3a9f766a15fa41798451b50",
    "archived": false,
    "ancestry_path": "/1272/",
    "selectable": true,
    "team": {
      "id": 493,
      "name": "Alaska nemesis",
      "created_at": "2025-10-02T10:16:03.000+09:00",
      "updated_at": "2025-10-02T10:16:03.000+09:00",
      "deleted_at": null,
      "time_limit": 0,
      "avatar": null,
      "ancestry": null,
      "hierarchized": false,
      "default_duration": 15,
      "tasks_readonly_role": "none",
      "workspaces_workspace_id": 609,
      "tasks_readonly": false,
      "rounding": "floor",
      "capacity": null,
      "premium": false,
      "personal": false
    }
  },
  "comment": null,
  "team": {
    "id": 493,
    "name": "Alaska nemesis",
    "created_at": "2025-10-02T10:16:03.000+09:00",
    "updated_at": "2025-10-02T10:16:03.000+09:00",
    "deleted_at": null,
    "time_limit": 0,
    "avatar": null,
    "ancestry": null,
    "hierarchized": false,
    "default_duration": 15,
    "tasks_readonly_role": "none",
    "workspaces_workspace_id": 609,
    "tasks_readonly": false,
    "rounding": "floor",
    "capacity": null,
    "premium": false,
    "personal": false
  },
  "category": {
    "id": 1272,
    "key": "key49",
    "title": "key49",
    "url": null,
    "team_id": 493,
    "created_at": "2025-10-02T10:16:03.000+09:00",
    "updated_at": "2025-10-02T10:16:03.000+09:00",
    "deleted_at": null,
    "description": null,
    "category": true,
    "sequential_id": null,
    "state": "open",
    "bill": 0,
    "ancestry": null,
    "ancestry_depth": 0,
    "closed_at": null,
    "color": 1,
    "position": 3,
    "deleted_at_seconds": 0,
    "key_md5": "9254884dee5a10d616af3a660054b834",
    "archived": false,
    "category_id": null,
    "ancestry_path": "/",
    "selectable": true
  },
  "is_new_task": true
}
POST /api/v1/time_entries
{
  "parent": {
    "key": "key52",
    "title": "key52",
    "url": "https://example.com"
  },
  "task": {
    "key": "http://brown.example/pansy",
    "parent_id": "1275",
    "team_id": "494",
    "title": "Rem et suscipit qui.",
    "url": "http://brown.example/pansy"
  }
}
200
{
  "id": 805,
  "started_at": "2025-10-02T10:16:03.000+09:00",
  "stopped_at": null,
  "time_trackable_id": 1278,
  "time_trackable_type": "Task",
  "time_tracker_id": 681,
  "time_tracker_type": "User",
  "created_at": "2025-10-02T10:16:03.000+09:00",
  "updated_at": "2025-10-02T10:16:03.000+09:00",
  "deleted_at": null,
  "duration": 0.775854138,
  "amount": 0,
  "team_id": 494,
  "input_type": "realtime",
  "stopped_at_seconds": 0,
  "deleted_at_seconds": 0,
  "external_identifier": null,
  "external_provider": "none",
  "formatted_duration": "00:00",
  "html_url": "http://test.host/app/mytasks/1278/edit",
  "user": {
    "id": 681,
    "nickname": "Rosaura Kunde",
    "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
    "created_at": "2025-10-02T10:16:03.000+09:00",
    "updated_at": "2025-10-02T10:16:03.000+09:00",
    "deleted_at": null,
    "avatar": null,
    "daily": true,
    "daily_time": "2000-01-01T17:00:00.000+09:00",
    "weekly": true,
    "time_zone": "Tokyo",
    "locale": "en",
    "domain": "timecrowd.net",
    "reset_password_sent_at": null,
    "remember_created_at": null,
    "sign_in_count": 0,
    "current_sign_in_at": null,
    "last_sign_in_at": null,
    "confirmed_at": "2025-10-02T10:16:03.000+09:00",
    "confirmation_sent_at": null,
    "deactivated_at": null,
    "calendar_zoom_rate": 1,
    "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50"
  },
  "task": {
    "state": "open",
    "category_id": 1275,
    "updated_at": "2025-10-02T10:16:03.000+09:00",
    "id": 1278,
    "key": "http://brown.example/pansy",
    "title": "Rem et suscipit qui.",
    "url": "http://brown.example/pansy",
    "team_id": 494,
    "created_at": "2025-10-02T10:16:03.000+09:00",
    "deleted_at": null,
    "description": null,
    "category": {
      "id": 1275,
      "key": "key50",
      "title": "key50",
      "url": null,
      "team_id": 494,
      "created_at": "2025-10-02T10:16:03.000+09:00",
      "updated_at": "2025-10-02T10:16:03.000+09:00",
      "deleted_at": null,
      "description": null,
      "category": true,
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": null,
      "ancestry_depth": 0,
      "closed_at": null,
      "color": 1,
      "position": 2,
      "deleted_at_seconds": 0,
      "key_md5": "5a8e00b1cd2930e44ed84b8bbbf44f7a",
      "archived": false,
      "category_id": null,
      "ancestry_path": "/",
      "selectable": true
    },
    "sequential_id": null,
    "bill": 0,
    "ancestry": "1275",
    "ancestry_depth": 1,
    "closed_at": null,
    "color": 1,
    "position": null,
    "deleted_at_seconds": 0,
    "key_md5": "dda67e834cb8b96210978ad85049dd0a",
    "archived": false,
    "ancestry_path": "/1275/",
    "selectable": true,
    "team": {
      "id": 494,
      "name": "Kentucky conspirators",
      "created_at": "2025-10-02T10:16:03.000+09:00",
      "updated_at": "2025-10-02T10:16:03.000+09:00",
      "deleted_at": null,
      "time_limit": 0,
      "avatar": null,
      "ancestry": null,
      "hierarchized": false,
      "default_duration": 15,
      "tasks_readonly_role": "none",
      "workspaces_workspace_id": 610,
      "tasks_readonly": false,
      "rounding": "floor",
      "capacity": null,
      "premium": false,
      "personal": false
    }
  },
  "comment": null,
  "team": {
    "id": 494,
    "name": "Kentucky conspirators",
    "created_at": "2025-10-02T10:16:03.000+09:00",
    "updated_at": "2025-10-02T10:16:03.000+09:00",
    "deleted_at": null,
    "time_limit": 0,
    "avatar": null,
    "ancestry": null,
    "hierarchized": false,
    "default_duration": 15,
    "tasks_readonly_role": "none",
    "workspaces_workspace_id": 610,
    "tasks_readonly": false,
    "rounding": "floor",
    "capacity": null,
    "premium": false,
    "personal": false
  },
  "category": {
    "id": 1275,
    "key": "key50",
    "title": "key50",
    "url": null,
    "team_id": 494,
    "created_at": "2025-10-02T10:16:03.000+09:00",
    "updated_at": "2025-10-02T10:16:03.000+09:00",
    "deleted_at": null,
    "description": null,
    "category": true,
    "sequential_id": null,
    "state": "open",
    "bill": 0,
    "ancestry": null,
    "ancestry_depth": 0,
    "closed_at": null,
    "color": 1,
    "position": 2,
    "deleted_at_seconds": 0,
    "key_md5": "5a8e00b1cd2930e44ed84b8bbbf44f7a",
    "archived": false,
    "category_id": null,
    "ancestry_path": "/",
    "selectable": true
  },
  "is_new_task": true
}
POST /api/v1/time_entries
{
  "parent": {
    "key": "key55",
    "title": "key55",
    "url": "https://example.com"
  },
  "task": {
    "key": "http://sawayn-hansen.test/ian_kunze",
    "parent_id": "1280",
    "team_id": "495",
    "title": "Debitis impedit fugit similique.",
    "url": "https://www.chatwork.com/#!rid123456-123456789012345678"
  }
}
200
{
  "id": 806,
  "started_at": "2025-10-02T10:16:04.000+09:00",
  "stopped_at": null,
  "time_trackable_id": 1284,
  "time_trackable_type": "Task",
  "time_tracker_id": 682,
  "time_tracker_type": "User",
  "created_at": "2025-10-02T10:16:04.000+09:00",
  "updated_at": "2025-10-02T10:16:04.000+09:00",
  "deleted_at": null,
  "duration": 0.29834618,
  "amount": 0,
  "team_id": 495,
  "input_type": "realtime",
  "stopped_at_seconds": 0,
  "deleted_at_seconds": 0,
  "external_identifier": null,
  "external_provider": "none",
  "formatted_duration": "00:00",
  "html_url": "http://test.host/app/mytasks/1284/edit",
  "user": {
    "id": 682,
    "nickname": "Fanny Mosciski",
    "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
    "created_at": "2025-10-02T10:16:03.000+09:00",
    "updated_at": "2025-10-02T10:16:04.000+09:00",
    "deleted_at": null,
    "avatar": null,
    "daily": true,
    "daily_time": "2000-01-01T17:00:00.000+09:00",
    "weekly": true,
    "time_zone": "Tokyo",
    "locale": "en",
    "domain": "timecrowd.net",
    "reset_password_sent_at": null,
    "remember_created_at": null,
    "sign_in_count": 0,
    "current_sign_in_at": null,
    "last_sign_in_at": null,
    "confirmed_at": "2025-10-02T10:16:03.000+09:00",
    "confirmation_sent_at": null,
    "deactivated_at": null,
    "calendar_zoom_rate": 1,
    "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50"
  },
  "task": {
    "state": "open",
    "category_id": 1283,
    "updated_at": "2025-10-02T10:16:04.000+09:00",
    "id": 1284,
    "key": "https://www.chatwork.com/#!rid123456-123456789012345678",
    "title": "Debitis impedit fugit similique.",
    "url": "https://www.chatwork.com/#!rid123456-123456789012345678",
    "team_id": 495,
    "created_at": "2025-10-02T10:16:04.000+09:00",
    "deleted_at": null,
    "description": null,
    "category": {
      "id": 1283,
      "key": "https://example.com",
      "title": "key55",
      "url": null,
      "team_id": 495,
      "created_at": "2025-10-02T10:16:04.000+09:00",
      "updated_at": "2025-10-02T10:16:04.000+09:00",
      "deleted_at": null,
      "description": null,
      "category": true,
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": null,
      "ancestry_depth": 0,
      "closed_at": null,
      "color": 1,
      "position": 4,
      "deleted_at_seconds": 0,
      "key_md5": "c984d06aafbecf6bc55569f964148ea3",
      "archived": false,
      "category_id": null,
      "ancestry_path": "/",
      "selectable": true
    },
    "sequential_id": null,
    "bill": 0,
    "ancestry": "1283",
    "ancestry_depth": 1,
    "closed_at": null,
    "color": 1,
    "position": null,
    "deleted_at_seconds": 0,
    "key_md5": "4596a21023f5981ae2c5d023c42466f7",
    "archived": false,
    "ancestry_path": "/1283/",
    "selectable": true,
    "team": {
      "id": 495,
      "name": "Vermont spiders",
      "created_at": "2025-10-02T10:16:03.000+09:00",
      "updated_at": "2025-10-02T10:16:04.000+09:00",
      "deleted_at": null,
      "time_limit": 0,
      "avatar": null,
      "ancestry": null,
      "hierarchized": false,
      "default_duration": 15,
      "tasks_readonly_role": "none",
      "workspaces_workspace_id": 611,
      "tasks_readonly": false,
      "rounding": "floor",
      "capacity": null,
      "premium": false,
      "personal": false
    }
  },
  "comment": null,
  "team": {
    "id": 495,
    "name": "Vermont spiders",
    "created_at": "2025-10-02T10:16:03.000+09:00",
    "updated_at": "2025-10-02T10:16:04.000+09:00",
    "deleted_at": null,
    "time_limit": 0,
    "avatar": null,
    "ancestry": null,
    "hierarchized": false,
    "default_duration": 15,
    "tasks_readonly_role": "none",
    "workspaces_workspace_id": 611,
    "tasks_readonly": false,
    "rounding": "floor",
    "capacity": null,
    "premium": false,
    "personal": false
  },
  "category": {
    "id": 1283,
    "key": "https://example.com",
    "title": "key55",
    "url": null,
    "team_id": 495,
    "created_at": "2025-10-02T10:16:04.000+09:00",
    "updated_at": "2025-10-02T10:16:04.000+09:00",
    "deleted_at": null,
    "description": null,
    "category": true,
    "sequential_id": null,
    "state": "open",
    "bill": 0,
    "ancestry": null,
    "ancestry_depth": 0,
    "closed_at": null,
    "color": 1,
    "position": 4,
    "deleted_at_seconds": 0,
    "key_md5": "c984d06aafbecf6bc55569f964148ea3",
    "archived": false,
    "category_id": null,
    "ancestry_path": "/",
    "selectable": true
  },
  "is_new_task": true
}
POST /api/v1/time_entries
{
  "parent": {
    "key": "key58",
    "title": "key58",
    "url": "https://example.com"
  },
  "task": {
    "key": "http://watsica-metz.example/lupe.hoeger",
    "parent_id": "1286",
    "team_id": "496",
    "title": "Molestiae sit voluptas et.",
    "url": "https://kcw.kddi.ne.jp/#!rid123456-123456789012345678"
  }
}
200
{
  "id": 807,
  "started_at": "2025-10-02T10:16:04.000+09:00",
  "stopped_at": null,
  "time_trackable_id": 1290,
  "time_trackable_type": "Task",
  "time_tracker_id": 683,
  "time_tracker_type": "User",
  "created_at": "2025-10-02T10:16:04.000+09:00",
  "updated_at": "2025-10-02T10:16:04.000+09:00",
  "deleted_at": null,
  "duration": 0.779054805,
  "amount": 0,
  "team_id": 496,
  "input_type": "realtime",
  "stopped_at_seconds": 0,
  "deleted_at_seconds": 0,
  "external_identifier": null,
  "external_provider": "none",
  "formatted_duration": "00:00",
  "html_url": "http://test.host/app/mytasks/1290/edit",
  "user": {
    "id": 683,
    "nickname": "Gerry Dach JD",
    "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
    "created_at": "2025-10-02T10:16:04.000+09:00",
    "updated_at": "2025-10-02T10:16:04.000+09:00",
    "deleted_at": null,
    "avatar": null,
    "daily": true,
    "daily_time": "2000-01-01T17:00:00.000+09:00",
    "weekly": true,
    "time_zone": "Tokyo",
    "locale": "en",
    "domain": "timecrowd.net",
    "reset_password_sent_at": null,
    "remember_created_at": null,
    "sign_in_count": 0,
    "current_sign_in_at": null,
    "last_sign_in_at": null,
    "confirmed_at": "2025-10-02T10:16:04.000+09:00",
    "confirmation_sent_at": null,
    "deactivated_at": null,
    "calendar_zoom_rate": 1,
    "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50"
  },
  "task": {
    "state": "open",
    "category_id": 1289,
    "updated_at": "2025-10-02T10:16:04.000+09:00",
    "id": 1290,
    "key": "https://kcw.kddi.ne.jp/#!rid123456-123456789012345678",
    "title": "Molestiae sit voluptas et.",
    "url": "https://kcw.kddi.ne.jp/#!rid123456-123456789012345678",
    "team_id": 496,
    "created_at": "2025-10-02T10:16:04.000+09:00",
    "deleted_at": null,
    "description": null,
    "category": {
      "id": 1289,
      "key": "https://example.com",
      "title": "key58",
      "url": null,
      "team_id": 496,
      "created_at": "2025-10-02T10:16:04.000+09:00",
      "updated_at": "2025-10-02T10:16:04.000+09:00",
      "deleted_at": null,
      "description": null,
      "category": true,
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": null,
      "ancestry_depth": 0,
      "closed_at": null,
      "color": 1,
      "position": 4,
      "deleted_at_seconds": 0,
      "key_md5": "c984d06aafbecf6bc55569f964148ea3",
      "archived": false,
      "category_id": null,
      "ancestry_path": "/",
      "selectable": true
    },
    "sequential_id": null,
    "bill": 0,
    "ancestry": "1289",
    "ancestry_depth": 1,
    "closed_at": null,
    "color": 1,
    "position": null,
    "deleted_at_seconds": 0,
    "key_md5": "e77522b6b66d893e2e207478ae663f1b",
    "archived": false,
    "ancestry_path": "/1289/",
    "selectable": true,
    "team": {
      "id": 496,
      "name": "Maryland werewolves",
      "created_at": "2025-10-02T10:16:04.000+09:00",
      "updated_at": "2025-10-02T10:16:04.000+09:00",
      "deleted_at": null,
      "time_limit": 0,
      "avatar": null,
      "ancestry": null,
      "hierarchized": false,
      "default_duration": 15,
      "tasks_readonly_role": "none",
      "workspaces_workspace_id": 612,
      "tasks_readonly": false,
      "rounding": "floor",
      "capacity": null,
      "premium": false,
      "personal": false
    }
  },
  "comment": null,
  "team": {
    "id": 496,
    "name": "Maryland werewolves",
    "created_at": "2025-10-02T10:16:04.000+09:00",
    "updated_at": "2025-10-02T10:16:04.000+09:00",
    "deleted_at": null,
    "time_limit": 0,
    "avatar": null,
    "ancestry": null,
    "hierarchized": false,
    "default_duration": 15,
    "tasks_readonly_role": "none",
    "workspaces_workspace_id": 612,
    "tasks_readonly": false,
    "rounding": "floor",
    "capacity": null,
    "premium": false,
    "personal": false
  },
  "category": {
    "id": 1289,
    "key": "https://example.com",
    "title": "key58",
    "url": null,
    "team_id": 496,
    "created_at": "2025-10-02T10:16:04.000+09:00",
    "updated_at": "2025-10-02T10:16:04.000+09:00",
    "deleted_at": null,
    "description": null,
    "category": true,
    "sequential_id": null,
    "state": "open",
    "bill": 0,
    "ancestry": null,
    "ancestry_depth": 0,
    "closed_at": null,
    "color": 1,
    "position": 4,
    "deleted_at_seconds": 0,
    "key_md5": "c984d06aafbecf6bc55569f964148ea3",
    "archived": false,
    "category_id": null,
    "ancestry_path": "/",
    "selectable": true
  },
  "is_new_task": true
}
POST /api/v1/time_entries
{
  "time_entry": {
    "started_at": "1759281365",
    "stopped_at": "1759364165",
    "time_trackable_id": "1293"
  }
}
200
{
  "id": 808,
  "started_at": "2025-10-01T10:16:05.000+09:00",
  "stopped_at": "2025-10-02T09:16:05.000+09:00",
  "time_trackable_id": 1293,
  "time_trackable_type": "Task",
  "time_tracker_id": 684,
  "time_tracker_type": "User",
  "created_at": "2025-10-02T10:16:05.000+09:00",
  "updated_at": "2025-10-02T10:16:05.000+09:00",
  "deleted_at": null,
  "duration": 82800.0,
  "amount": 0,
  "team_id": 497,
  "input_type": "realtime",
  "stopped_at_seconds": 1759364165,
  "deleted_at_seconds": 0,
  "external_identifier": null,
  "external_provider": "none",
  "formatted_duration": "23:00",
  "html_url": "http://test.host/app/mytasks/1293/edit",
  "user": {
    "id": 684,
    "nickname": "Alexander Stanton",
    "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50",
    "created_at": "2025-10-02T10:16:04.000+09:00",
    "updated_at": "2025-10-02T10:16:05.000+09:00",
    "deleted_at": null,
    "avatar": null,
    "daily": true,
    "daily_time": "2000-01-01T17:00:00.000+09:00",
    "weekly": true,
    "time_zone": "Tokyo",
    "locale": "en",
    "domain": "timecrowd.net",
    "reset_password_sent_at": null,
    "remember_created_at": null,
    "sign_in_count": 0,
    "current_sign_in_at": null,
    "last_sign_in_at": null,
    "confirmed_at": "2025-10-02T10:16:04.000+09:00",
    "confirmation_sent_at": null,
    "deactivated_at": null,
    "calendar_zoom_rate": 1,
    "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50"
  },
  "task": {
    "state": "open",
    "category_id": 1292,
    "updated_at": "2025-10-02T10:16:05.000+09:00",
    "id": 1293,
    "key": "http://ritchie.example/bridgett.bahringer",
    "title": "Eaque ipsa minus quod.",
    "url": "http://ritchie.example/bridgett.bahringer",
    "team_id": 497,
    "created_at": "2025-10-02T10:16:05.000+09:00",
    "deleted_at": null,
    "description": null,
    "category": {
      "id": 1292,
      "key": "key59",
      "title": "key59",
      "url": null,
      "team_id": 497,
      "created_at": "2025-10-02T10:16:05.000+09:00",
      "updated_at": "2025-10-02T10:16:05.000+09:00",
      "deleted_at": null,
      "description": null,
      "category": true,
      "sequential_id": null,
      "state": "open",
      "bill": 0,
      "ancestry": null,
      "ancestry_depth": 0,
      "closed_at": null,
      "color": 1,
      "position": 2,
      "deleted_at_seconds": 0,
      "key_md5": "abaa7d430409339e96b89987e883ed1b",
      "archived": false,
      "category_id": null,
      "ancestry_path": "/",
      "selectable": true
    },
    "sequential_id": null,
    "bill": 0,
    "ancestry": "1292",
    "ancestry_depth": 1,
    "closed_at": null,
    "color": 1,
    "position": null,
    "deleted_at_seconds": 0,
    "key_md5": "146ebf99e7743dbebf4c11ae1ce73c50",
    "archived": false,
    "ancestry_path": "/1292/",
    "selectable": true,
    "team": {
      "id": 497,
      "name": "Texas zombies",
      "created_at": "2025-10-02T10:16:04.000+09:00",
      "updated_at": "2025-10-02T10:16:05.000+09:00",
      "deleted_at": null,
      "time_limit": 0,
      "avatar": null,
      "ancestry": null,
      "hierarchized": false,
      "default_duration": 15,
      "tasks_readonly_role": "none",
      "workspaces_workspace_id": 613,
      "tasks_readonly": false,
      "rounding": "floor",
      "capacity": null,
      "premium": false,
      "personal": false
    }
  },
  "comment": null,
  "team": {
    "id": 497,
    "name": "Texas zombies",
    "created_at": "2025-10-02T10:16:04.000+09:00",
    "updated_at": "2025-10-02T10:16:05.000+09:00",
    "deleted_at": null,
    "time_limit": 0,
    "avatar": null,
    "ancestry": null,
    "hierarchized": false,
    "default_duration": 15,
    "tasks_readonly_role": "none",
    "workspaces_workspace_id": 613,
    "tasks_readonly": false,
    "rounding": "floor",
    "capacity": null,
    "premium": false,
    "personal": false
  },
  "category": {
    "id": 1292,
    "key": "key59",
    "title": "key59",
    "url": null,
    "team_id": 497,
    "created_at": "2025-10-02T10:16:05.000+09:00",
    "updated_at": "2025-10-02T10:16:05.000+09:00",
    "deleted_at": null,
    "description": null,
    "category": true,
    "sequential_id": null,
    "state": "open",
    "bill": 0,
    "ancestry": null,
    "ancestry_depth": 0,
    "closed_at": null,
    "color": 1,
    "position": 2,
    "deleted_at_seconds": 0,
    "key_md5": "abaa7d430409339e96b89987e883ed1b",
    "archived": false,
    "category_id": null,
    "ancestry_path": "/",
    "selectable": true
  },
  "is_new_task": null
}
POST /api/v1/time_entries
{
  "task": {
    "key": "http://von-willms.example/nikita",
    "team_id": "498",
    "title": "Neque accusantium magni illo.",
    "url": "http://von-willms.example/nikita"
  }
}
422
{
  "messages": [
    "選択中のチームでタスクの作成・編集・削除は許可されていません"
  ]
}
POST /api/v1/time_entries
{
  "task": {
    "key": "http://howell.example/lyda",
    "parent_id": "1296",
    "team_id": "499",
    "title": "Ut qui aliquid ut.",
    "url": "http://howell.example/lyda"
  }
}
422
{
  "messages": [
    "1 error prohibited this Task from being saved. ",
    "Category is already deleted."
  ]
}