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

PurposeAddressCountryConnected unitsOther contact informationConfidentiality flagData classification

Example queries

"List all our offices"
"What offices are registered in the ISMS?"
"Who is responsible for each office?"
"Which offices have open issues?"
"Are any offices overdue for review?"
"Give me full details on our office locations"

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": "Purpose", "value": "<string>", "tag": "office-template-type-text"},
{"title": "Address", "value": "<string>", "tag": "office-template-type-addresstext"},
{"title": "Country", "value": "<string>", "tag": "office-template-type-country"},
{"title": "Connected units", "value": "<string>", "tag": "office-template-type-unitsblock"},
{"title": "Other contact information", "value": "<string>", "tag": "office-template-type-othertext"},
{"title": "Is confidential information being processed?", "value": "<string>", "tag": "office-template-class-yesno"},
{"title": "Data classification", "value": "<string>", "tag": "office-template-class-block"}
]
}
]