※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。
POST /api/v1/time_entries
Create a time entry
Supported Formats
jsonExamples
POST /api/v1/time_entries { "task": { "key": "http://botsford.example/shirlene", "parent_id": "153", "team_id": "72", "title": "Quia qui inventore expedita.", "url": "http://botsford.example/shirlene" } } 200 { "id": 11, "started_at": "2025-06-02T16:24:55.000+09:00", "stopped_at": null, "time_trackable_id": 154, "time_trackable_type": "Task", "time_tracker_id": 73, "time_tracker_type": "User", "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:55.000+09:00", "deleted_at": null, "duration": 0.257811844, "amount": 0, "team_id": 72, "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/154/edit", "user": { "id": 73, "nickname": "Sonya Grimes MD", "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50", "created_at": "2025-06-02T16:24:54.000+09:00", "updated_at": "2025-06-02T16:24:55.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-06-02T16:24:54.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", "updated_at": "2025-06-02T16:24:55.000+09:00", "id": 154, "key": "http://botsford.example/shirlene", "title": "Quia qui inventore expedita.", "url": "http://botsford.example/shirlene", "team_id": 72, "created_at": "2025-06-02T16:24:55.000+09:00", "deleted_at": null, "description": null, "category": { "id": 153, "key": "key49", "title": "key49", "url": null, "team_id": 72, "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:55.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": "153", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "a13bdafd4997c30d701137207c835fd6", "archived": false, "category_id": 153, "ancestry_path": "/153/", "selectable": true, "team": { "id": 72, "name": "New Jersey elves", "created_at": "2025-06-02T16:24:54.000+09:00", "updated_at": "2025-06-02T16:24:55.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 102, "tasks_readonly": false } }, "comment": null, "team": { "id": 72, "name": "New Jersey elves", "created_at": "2025-06-02T16:24:54.000+09:00", "updated_at": "2025-06-02T16:24:55.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 102, "tasks_readonly": false }, "category": { "id": 153, "key": "key49", "title": "key49", "url": null, "team_id": 72, "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:55.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 } }
POST /api/v1/time_entries { "parent": { "key": "key52", "title": "key52", "url": "https://example.com" }, "task": { "key": "http://heaney.test/vickey", "parent_id": "156", "team_id": "73", "title": "Sapiente aut quis quaerat.", "url": "http://heaney.test/vickey" } } 200 { "id": 12, "started_at": "2025-06-02T16:24:55.000+09:00", "stopped_at": null, "time_trackable_id": 159, "time_trackable_type": "Task", "time_tracker_id": 74, "time_tracker_type": "User", "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:55.000+09:00", "deleted_at": null, "duration": 0.709462719, "amount": 0, "team_id": 73, "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/159/edit", "user": { "id": 74, "nickname": "Arlean Harris", "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50", "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:55.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-06-02T16:24:55.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", "updated_at": "2025-06-02T16:24:55.000+09:00", "id": 159, "key": "http://heaney.test/vickey", "title": "Sapiente aut quis quaerat.", "url": "http://heaney.test/vickey", "team_id": 73, "created_at": "2025-06-02T16:24:55.000+09:00", "deleted_at": null, "description": null, "category": { "id": 156, "key": "key50", "title": "key50", "url": null, "team_id": 73, "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:55.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": "156", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "20d5402616190a9a1d8b8a98b408d278", "archived": false, "category_id": 156, "ancestry_path": "/156/", "selectable": true, "team": { "id": 73, "name": "Hawaii fishes", "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:55.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 103, "tasks_readonly": false } }, "comment": null, "team": { "id": 73, "name": "Hawaii fishes", "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:55.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 103, "tasks_readonly": false }, "category": { "id": 156, "key": "key50", "title": "key50", "url": null, "team_id": 73, "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:55.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 } }
POST /api/v1/time_entries { "parent": { "key": "key55", "title": "key55", "url": "https://example.com" }, "task": { "key": "http://corwin.test/ilse.keebler", "parent_id": "161", "team_id": "74", "title": "Voluptatem rerum ut blanditiis.", "url": "https://www.chatwork.com/#!rid123456-123456789012345678" } } 200 { "id": 13, "started_at": "2025-06-02T16:24:56.000+09:00", "stopped_at": null, "time_trackable_id": 165, "time_trackable_type": "Task", "time_tracker_id": 75, "time_tracker_type": "User", "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.000+09:00", "deleted_at": null, "duration": 0.187744178, "amount": 0, "team_id": 74, "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/165/edit", "user": { "id": 75, "nickname": "Pres. Rosalyn DuBuque", "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50", "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:56.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-06-02T16:24:55.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", "updated_at": "2025-06-02T16:24:56.000+09:00", "id": 165, "key": "https://www.chatwork.com/#!rid123456-123456789012345678", "title": "Voluptatem rerum ut blanditiis.", "url": "https://www.chatwork.com/#!rid123456-123456789012345678", "team_id": 74, "created_at": "2025-06-02T16:24:56.000+09:00", "deleted_at": null, "description": null, "category": { "id": 164, "key": "https://example.com", "title": "key55", "url": null, "team_id": 74, "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.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": "164", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "4596a21023f5981ae2c5d023c42466f7", "archived": false, "category_id": 164, "ancestry_path": "/164/", "selectable": true, "team": { "id": 74, "name": "New Hampshire druids", "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:55.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 104, "tasks_readonly": false } }, "comment": null, "team": { "id": 74, "name": "New Hampshire druids", "created_at": "2025-06-02T16:24:55.000+09:00", "updated_at": "2025-06-02T16:24:55.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 104, "tasks_readonly": false }, "category": { "id": 164, "key": "https://example.com", "title": "key55", "url": null, "team_id": 74, "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.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 } }
POST /api/v1/time_entries { "parent": { "key": "key58", "title": "key58", "url": "https://example.com" }, "task": { "key": "http://fritsch.example/ray_kozey", "parent_id": "167", "team_id": "75", "title": "Omnis quibusdam aut totam.", "url": "https://kcw.kddi.ne.jp/#!rid123456-123456789012345678" } } 200 { "id": 14, "started_at": "2025-06-02T16:24:56.000+09:00", "stopped_at": null, "time_trackable_id": 171, "time_trackable_type": "Task", "time_tracker_id": 76, "time_tracker_type": "User", "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.000+09:00", "deleted_at": null, "duration": 0.664491136, "amount": 0, "team_id": 75, "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/171/edit", "user": { "id": 76, "nickname": "Lauren Runolfsson", "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50", "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.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-06-02T16:24:56.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", "updated_at": "2025-06-02T16:24:56.000+09:00", "id": 171, "key": "https://kcw.kddi.ne.jp/#!rid123456-123456789012345678", "title": "Omnis quibusdam aut totam.", "url": "https://kcw.kddi.ne.jp/#!rid123456-123456789012345678", "team_id": 75, "created_at": "2025-06-02T16:24:56.000+09:00", "deleted_at": null, "description": null, "category": { "id": 170, "key": "https://example.com", "title": "key58", "url": null, "team_id": 75, "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.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": "170", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "e77522b6b66d893e2e207478ae663f1b", "archived": false, "category_id": 170, "ancestry_path": "/170/", "selectable": true, "team": { "id": 75, "name": "Florida enchanters", "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 105, "tasks_readonly": false } }, "comment": null, "team": { "id": 75, "name": "Florida enchanters", "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 105, "tasks_readonly": false }, "category": { "id": 170, "key": "https://example.com", "title": "key58", "url": null, "team_id": 75, "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.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 } }
POST /api/v1/time_entries { "time_entry": { "started_at": "1748762696", "stopped_at": "1748845496", "time_trackable_id": "174" } } 200 { "id": 15, "started_at": "2025-06-01T16:24:56.000+09:00", "stopped_at": "2025-06-02T15:24:56.000+09:00", "time_trackable_id": 174, "time_trackable_type": "Task", "time_tracker_id": 77, "time_tracker_type": "User", "created_at": "2025-06-02T16:24:57.000+09:00", "updated_at": "2025-06-02T16:24:57.000+09:00", "deleted_at": null, "duration": 82800.0, "amount": 0, "team_id": 76, "input_type": "realtime", "stopped_at_seconds": 1748845496, "deleted_at_seconds": 0, "external_identifier": null, "external_provider": "none", "formatted_duration": "23:00", "html_url": "http://test.host/app/mytasks/174/edit", "user": { "id": 77, "nickname": "Hans Kuhlman", "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50", "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:57.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-06-02T16:24:56.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", "updated_at": "2025-06-02T16:24:57.000+09:00", "id": 174, "key": "http://tromp.test/maxie", "title": "Qui aut quia porro.", "url": "http://tromp.test/maxie", "team_id": 76, "created_at": "2025-06-02T16:24:56.000+09:00", "deleted_at": null, "description": null, "category": { "id": 173, "key": "key59", "title": "key59", "url": null, "team_id": 76, "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.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": "173", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "9f6fed4904dae780efe475bc012f2c72", "archived": false, "category_id": 173, "ancestry_path": "/173/", "selectable": true, "team": { "id": 76, "name": "Alabama horses", "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 106, "tasks_readonly": false } }, "comment": null, "team": { "id": 76, "name": "Alabama horses", "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "personal": false, "premium": false, "ancestry": null, "rounding": "floor", "capacity": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 106, "tasks_readonly": false }, "category": { "id": 173, "key": "key59", "title": "key59", "url": null, "team_id": 76, "created_at": "2025-06-02T16:24:56.000+09:00", "updated_at": "2025-06-02T16:24:56.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 } }
POST /api/v1/time_entries { "task": { "key": "http://wolf.example/karena", "team_id": "77", "title": "Ex consequuntur voluptatem vel.", "url": "http://wolf.example/karena" } } 422 { "messages": [ "選択中のチームでタスクの作成・編集・削除は許可されていません" ] }
POST /api/v1/time_entries { "task": { "key": "http://purdy.test/kimberli", "parent_id": "177", "team_id": "78", "title": "Natus perspiciatis rerum consectetur.", "url": "http://purdy.test/kimberli" } } 422 { "messages": [ "1 error prohibited this Task from being saved. ", "Category is already deleted." ] }