Skip to main content

Report Comment

General notes

Embeddable fields

NameTypeDescription
userUserAuthor of comment (User).
client_user_agentClientUserAgentAuthor of comment (ClientUserAgent).
PropertyTypeDescriptionInformation
idintIdentifierUnique for single ReportComment.
report_idintReport Identifier--
client_user_agent_idintClient User Agent IdentifierIdentifies Client by user-agent and IP
user_idintUser Agent IdentifierIdentifies User
commentstringIs report comment--
created_atdateReportComment create date--
updated_atdateReportComment latest update dateDate of Report latest update.

Example:

{
"id": 10,
"comment": "Komentář uživatele",
"report_id": 2,
"user_id": 1,
"client_user_agent_id": null,
"created_at": "2023-06-07T09:39:43.000000Z"
}