Report Comment
General notes
Embeddable fields
| Name | Type | Description |
|---|---|---|
user | User | Author of comment (User). |
client_user_agent | ClientUserAgent | Author of comment (ClientUserAgent). |
| Property | Type | Description | Information |
|---|---|---|---|
id | int | Identifier | Unique for single ReportComment. |
report_id | int | Report Identifier | -- |
client_user_agent_id | int | Client User Agent Identifier | Identifies Client by user-agent and IP |
user_id | int | User Agent Identifier | Identifies User |
comment | string | Is report comment | -- |
created_at | date | ReportComment create date | -- |
updated_at | date | ReportComment latest update date | Date 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"
}