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".

WebsiteSelf-maintained flagSystem providersBackupsSystem log informationSystem categoriesConnected tasks

Example queries

"List all security systems"
"Which security systems are active?"
"Show security systems assigned to (user)"
"Which security systems are due for review?"
"Give me details on our firewall and monitoring tools"
"Give me a full audit of our security systems"

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": "Website", "value": "<string>", "tag": "securitysystem-template-additional-website"},
{"title": "Are you responsible for development and maintenance yourself?", "value": "<string>", "tag": "securitysystem-template-provider-yesno"},
{"title": "Link system providers", "value": "<string>", "tag": "securitysystem-template-provider-block"},
{"title": "Backups", "value": "<string>", "tag": "securitysystem-template-provider-backup"},
{"title": "System log information", "value": "<string>", "tag": "securitysystem-template-provider-log"},
{"title": "Security system categories", "value": "<string>", "tag": "securitysystem-template-scope-categories"},
{"title": "Connected tasks", "value": "<string>", "tag": "securitysystem-template-scope-tasks"}
]
}
]