Parameter | Description |
---|---|
Board ID | The board’s unique identifier. |
From | From timestamp (ISO8601). |
To | To timestamp (ISO8601). |
{
"data": {
"boards": [
{
"activity_logs": [
{
"id": "12345678-ab16-4e48-aa4d-123123123123",
"created_at": "12345227181212345",
"event": "create_column",
"data": "{\"board_id\":1234567890,\"column_id\":\"column\",\"column_title\":\"Title\",\"column_type\":\"multiple-person\"}"
},
{
"id": "87654321-ab16-4e48-aa4d-321321321321",
"created_at": "12345227181212346",
"event": "create_column",
"data": "{\"board_id\":1234567890,\"column_id\":\"column_2\",\"column_title\":\"Title_2\",\"column_type\":\"multiple-person\"}"
}
]
}
]
}
}
Was this page helpful?