Skip to content

Request - Include createdAt, createdBy, updatedAt, updatedBy in all Submitted Data fetch endpoints #168

Description

@leoraba

Description

Include properties (createdAt, createdBy, updatedAt, updatedBy) in all GET /data endpoints that return Submitted Data.

These properties should be appended to each record:

Example:

"records": [
    {
      "data": {},
      "entityName": "string",
      "isValid": true,
      "organization": "string",
      "systemId": "string",
      "createdAt": "string",
      "createdBy": "string",
      "updatedAt": "string",
      "updatedBy": "string"
    }
  ]

Fetch Submitted Data endpoints:

  • GET data/category/{categoryId}
  • GET data/category/{categoryId}/id/{systemId}
  • GET data/category/{categoryId}/organization/{organization}
  • POST data/category/{categoryId}/organization/{organization}/query
  • GET data/category/{categoryId}/stream

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions