Meeting agenda items
Each meeting has agenda items
The meeting agenda item object
// Meeting agenda item
{
"id": 123,
"parent_id": 0, // ID of the parent agenda item, used for sub-items
"title": "Budget for public roads",
"order": 3, // agenda items are ordered in a list, and this is the order number
"starts_at": 27 // at what point (percentage) in the meeting transcript this agenda item is discussed
"timestamp_start": 957, // the timestamp (seconds) where this agenda item starts being discussed in the meeting transcript
"timestamp_end": 1094, // the timestamp (seconds) where this agenda item stops being discussed in the meeting transcript
"summary": "The clerks present proposed and approved the budget", // the summary (minutes) for this agenda item
"created_at": "2023-04-20T06:52:10.000Z",
"updated_at": "2023-04-21T09:34:03.000Z"
}Last updated