Skip to content

Conversation

@leoraba
Copy link
Contributor

@leoraba leoraba commented Jan 9, 2026

Summary

This PR updates the response format for the data and errors fields in the following submission summary endpoints:

  • GET /submission/{submissionId}
  • GET /submission/category/{categoryId}

New Responses

  • data and errors fields on a submission summary response.
    Example:
...
"data": {
  "participant": {
    "deletes": 0,
    "inserts": 20,
    "updates": 0
  }
},
"errors": {
  "participant": {
    "deletes": 0,
    "inserts": 20,
    "updates": 0
  }
},
...

@leoraba leoraba changed the base branch from main to feat/get_submission_details January 9, 2026 20:20
Base automatically changed from feat/get_submission_details to short_submission_response January 12, 2026 13:51
Base automatically changed from short_submission_response to main January 12, 2026 13:58
@leoraba leoraba marked this pull request as draft January 13, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants