Skip to main content

Basic fields

IDTitleCreated dateStatusDue dateAssigned ownerLatest event dateReview intervalNext review date

Example queries

"List all our documented processes"
"Which processes are currently active?"
"Show processes assigned to (user)"
"Are any processes overdue?"
"Which processes were created this year?"
"How many processes do we have in total?"

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>",
"latest_event_date": "<datetime string | null>",
"review_interval": "<integer | null>",
"next_review_date": "<date string | null>",
"detailed_data": []
}
]