docs(DS-2757): documentación API externa task assigns index & show#11
Merged
jose-richard-91 merged 5 commits intomainfrom Mar 26, 2026
Merged
Conversation
…ntation Documents the show endpoint for task assignments, including path parameters, all 30 response fields with types and descriptions, and shell/ruby examples. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…ehavior - Replace `sent`/`in_progress` with `assigned`/`accepted` in status fields - Clarify that without date filters the API returns all historical tasks - Note that the platform UI applies a default ±7-day window Co-Authored-By: Claude Opus 4.6 <[email protected]>
…ity field - Rename `form_answer_code` to `response_code` to match Google Sheet naming - Add `priority` field to response examples and field tables - Updated in both Show and Index endpoint sections Co-Authored-By: Claude Opus 4.6 <[email protected]>
Tailmon
reviewed
Mar 26, 2026
Tailmon
left a comment
There was a problem hiding this comment.
I left some questions about some params
Aligns field names with the API naming convention (noun_qualifier) and matches the backend rename in datascope-rails. Addresses review comment by @Tailmon on lines 1284, 1334, 1456 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GET /api/external/task_assigns— listado paginadoGET /api/external/task_assigns/:id— detalleRamas incluidas
feature/DS-2756-api-externa-task-assigns-indexfeature/DS-2757-api-externa-task-assigns-showTest plan
🤖 Generated with Claude Code