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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions