Modelobject

app.Comment

Properties

app.Commentobject
author_name
string
No description.
comment_type
string
No description.
content_type
string
No description.
date_created
integer
No description.
date_modified
integer
No description.
id
integer
No description.
organisation_id
integer
No description.
person_id
integer
No description.
small_user
No description.
text
string
No description.
to_procedure
No description.
user_id
integer
No description.
visible_for_users
string
No description.

Example

JSON
{
  "author_name": "string",
  "comment_type": "string",
  "content_type": "string",
  "date_created": 123,
  "date_modified": 123,
  "id": 123,
  "organisation_id": 123,
  "person_id": 123,
  "small_user": {...},
  "text": "string",
  "to_procedure": [
    {...}
  ],
  "user_id": 123,
  "visible_for_users": "string"
}