Skip to content

Conversation

@leoraba
Copy link
Contributor

@leoraba leoraba commented Jan 16, 2026

Description

This PR updates an existing endpoint to retrieve the records on a submission. It supports pagination and filter by entityName and action type as described:

Endpoint updated

image

Response format

{
  "data": [{
      "type": "INSERTS",
      "entity": "string",
      "value": {},
      "index": 0
    }],  <-- array of filtered records found
  "errors": [{
      "fieldName": "string",
      "info": {
        "value": [
          "string"
        ]
      },
      "index": 0,
      "errorType": "INVALID_BY_RANGE",
      "message": "string"
    }] <-- array of errors corresponding with the filtered data
}

Issue related

@leoraba leoraba marked this pull request as draft January 16, 2026 20:38
@leoraba leoraba marked this pull request as ready for review January 21, 2026 15:19
Copy link
Member

@justincorrigible justincorrigible left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work, as always!

* total on Submission summary

* sum records count
@leoraba leoraba merged commit 5a1e2d9 into main Jan 21, 2026
2 checks passed
@leoraba leoraba deleted the feat/submission_details_pagination branch January 21, 2026 23:40
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.

3 participants