Skip to main content

Basic fields

IDTitleCreated dateStatusDue dateAssigned owner

Extended detail fields

Returned when you ask about specifics, or say "give me full details".

Data contained in logLog viewing flagLog contents detailsLog data reviewLog data security flagLog editing prevention flagLog format flagLog maintenance detailsData retention timeRetention time reasoningStorage descriptionData destruction flagData destruction description

Example queries

"Show me the latest system logs"
"What system logs are assigned to (user)?"
"What system logs were created this week?"
"Show logs related to user access"
"List all the pending system logs"
"Give me full details on our system log entries"

Advanced

Response schema
[
{
"id": "<integer>",
"created": "<datetime string>",
"title": "<string>",
"description": "<string | null>",
"due_date": "<date string | null>",
"status": {
"name": "<string>",
"type": "<string>"
},
"assigned_member": "<object | null>",
"detailed_data": [
{"title": "Data contained in the log", "value": "<string>", "tag": "systemlog-template-data-block"},
{"title": "Does viewing the log get logged?", "value": "<string>", "tag": "systemlog-template-data-viewing"},
{"title": "Details about log contents", "value": "<string>", "tag": "systemlog-template-data-text"},
{"title": "Log data review", "value": "<string>", "tag": "systemlog-template-maintain-review"},
{"title": "Is log data comprehensively secured?", "value": "<string>", "tag": "systemlog-template-maintain-securing"},
{"title": "Is log data editing or deleting prevented?", "value": "<string>", "tag": "systemlog-template-maintain-editing"},
{"title": "Is log data clearly understandable?", "value": "<string>", "tag": "systemlog-template-maintain-format"},
{"title": "Details about log maintenance", "value": "<string>", "tag": "systemlog-template-maintain-text"},
{"title": "Data retention time", "value": "<string>", "tag": "systemlog-template-disposal-time"},
{"title": "Reasoning for retention time", "value": "<string>", "tag": "systemlog-template-disposal-text"},
{"title": "Description of storage", "value": "<string>", "tag": "systemlog-template-disposal-retentiontext"},
{"title": "Will data be destroyed at the end of the retention period?", "value": "<string>", "tag": "systemlog-template-disposal-destyesno"},
{"title": "Description of data destruction", "value": "<string>", "tag": "systemlog-template-disposal-desttext"}
]
}
]