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

Goal descriptionConnected metricConnected improvementsLinked tasksOther actionsResources neededParticipantsScheduleEvaluation method

Example queries

"List all our cyber goals"
"Which goals are behind schedule?"
"Show goals assigned to (user)"
"What cyber goals are due this quarter?"
"Summarise our cyber goals by status"
"Give me full details on our security objectives"

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": "Goal description", "value": "<string>", "tag": "goal-template-description-text"},
{"title": "Connected metric", "value": "<string>", "tag": "goal-template-description-metricblock"},
{"title": "Connected improvements", "value": "<string>", "tag": "goal-template-execution-changesblock"},
{"title": "Linked tasks", "value": "<string>", "tag": "goal-template-execution-measuresblock"},
{"title": "Other actions", "value": "<string>", "tag": "goal-template-execution-actionstext"},
{"title": "What resources are needed?", "value": "<string>", "tag": "goal-template-execution-text"},
{"title": "Whose participation is needed?", "value": "<string>", "tag": "goal-template-execution-participants"},
{"title": "When will the work to be completed?", "value": "<string>", "tag": "goal-template-schedule-date"},
{"title": "How will the achieved results be evaluated?", "value": "<string>", "tag": "goal-template-schedule-text"}
]
}
]