Document my assignments API endpoints#393
Conversation
There was a problem hiding this comment.
Pull request overview
Adds public documentation for the new “My assignments” API endpoints so integrators can retrieve the current user’s active, completed, and due assignments, and surfaces the new section in the main endpoint index.
Changes:
- Add a new
sections/my_assignments.mddoc coveringGET /my/assignments.json,/completed.json, and/due.json(including examples and cURL snippets). - Add “My assignments” to the README’s API endpoint index.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
sections/my_assignments.md |
New documentation section for the three “my assignments” endpoints, including response examples and parameter notes. |
README.md |
Adds the “My assignments” section link to the API endpoints index. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Summary
sections/my_assignments.mddocumenting three new API endpoints from basecamp/bc3#9932:GET /my/assignments.json— active assignments split into priorities and non-priorities, with card/step normalizationGET /my/assignments/completed.json— completed assignments (excludes archived/trashed)GET /my/assignments/due.json— due assignments filtered by scope (overdue, due_today, due_tomorrow, due_later_this_week, due_next_week, due_later)