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

Plan typeGoal of the planConnected unitsConnected assetsRecovery time objectiveResponsible personsLinked partners & stakeholdersAffected customers & stakeholdersKey contact informationCommunication guidelinesPlanned immediate actionsPlanned recovery stepsConnected incidents & breachesOther connected events

Example queries

"List all continuity plans"
"Which plans are due for review?"
"Show continuity plans assigned to (user)"
"Are any continuity plans overdue?"
"Which plans cover our critical systems?"
"Give me full details on our continuity plans"

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": "Plan type", "value": "<string>", "tag": "continuityplan-template-goals-type"},
{"title": "Goal of the plan", "value": "<string>", "tag": "continuityplan-template-goals-text"},
{"title": "Connected units", "value": "<string>", "tag": "continuityplan-template-goals-unitsblock"},
{"title": "Connected assets on management system", "value": "<string>", "tag": "continuityplan-template-goals-assets"},
{"title": "Time objective for recovery", "value": "<string>", "tag": "continuityplan-template-goals-texttime"},
{"title": "Responsible persons", "value": "<string>", "tag": "continuityplan-template-people-participants"},
{"title": "Linked partners / stakeholders", "value": "<string>", "tag": "continuityplan-template-people-partnersblock"},
{"title": "Affected customers / stakeholders", "value": "<string>", "tag": "continuityplan-template-people-customers"},
{"title": "Key contact information", "value": "<string>", "tag": "continuityplan-template-people-text"},
{"title": "Communication guidelines", "value": "<string>", "tag": "continuityplan-template-people-comms"},
{"title": "Planned immediate actions", "value": "<string>", "tag": "continuityplan-template-response-text"},
{"title": "Planned recovery steps", "value": "<string>", "tag": "continuityplan-template-recovery-text"},
{"title": "Connected incidents and breaches", "value": "<string>", "tag": "continuityplan-template-incidents-block"},
{"title": "Other connected events", "value": "<string>", "tag": "continuityplan-template-incidents-text"}
]
}
]