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

Initiated by non-conformitiesLinked non-conformitiesRoot cause(s)Initiated by changesLinked changesImprovement descriptionLinked tasksOther executionPreliminary analysisEffectiveness evaluation

Example queries

"List all improvement items"
"Which improvements are in progress?"
"Show improvements assigned to (user)"
"What improvements are overdue?"
"Summarise our improvements by status"
"Give me full details on our open improvements"

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": "Is the improvement initiated by identified non-conformities?", "value": "<string>", "tag": "improvement-template-goal-noncyesno"},
{"title": "Connected non-conformities", "value": "<string>", "tag": "improvement-template-goal-noncblock"},
{"title": "Root cause(s) for non-conformities", "value": "<string>", "tag": "improvement-template-goal-nonctext"},
{"title": "Is the improvement initiated by identified changes?", "value": "<string>", "tag": "improvement-template-goal-changeyesno"},
{"title": "Linked changes", "value": "<string>", "tag": "improvement-template-goal-changesblock"},
{"title": "Improvement description", "value": "<string>", "tag": "improvement-template-goal-text"},
{"title": "Linked tasks", "value": "<string>", "tag": "improvement-template-execution-block"},
{"title": "Other execution", "value": "<string>", "tag": "improvement-template-execution-text"},
{"title": "Preliminary analysis of improvement", "value": "<string>", "tag": "improvement-template-effects-pretext"},
{"title": "Effectiveness of corrective actions taken", "value": "<string>", "tag": "improvement-template-effects-posttext"}
]
}
]