Skip to content

Review DTO

tudorgroza edited this page Feb 18, 2021 · 2 revisions

The general form of the DTO is listed below.

  • Note: created is a standard provenance object
{
  "comment": "STRING",
  "created": {
    "user": {
      "name": "Test User 1",
      "email": "[email protected]"
    },
    "timestamp": "2021-02-11T21:23:14.156+08:00"
  }
}