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

Unit typeKey personsSecurity requirementsLocationIdentified risks

Example queries

"List all our units"
"Which units are active?"
"Show units assigned to (user)"
"Give me a summary of our unit activities"
"Give me full details on our units"

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": "Unit type", "value": "<string>", "tag": "processingunit-template-roles-type"},
{"title": "Key persons", "value": "<string>", "tag": "processingunit-template-roles-participants"},
{"title": "Specific security requirements", "value": "<string>", "tag": "processingunit-template-roles-text"},
{"title": "Location", "value": "<string>", "tag": "processingunit-template-roles-location"},
{"title": "Identified risks", "value": "<string>", "tag": "processingunit-template-riskidentification-block"}
]
}
]