forked from swablab/website
37 lines
694 B
Text
37 lines
694 B
Text
{
|
|
"data": [
|
|
{
|
|
"id": "task",
|
|
"status": "in_progress",
|
|
"title": "title1",
|
|
"date_due": "2024-01-01T12:00:00",
|
|
"labels": [
|
|
"label1"
|
|
],
|
|
"description": "description1",
|
|
"priority": "high",
|
|
"responsibles": [
|
|
{
|
|
"directus_users_id": {
|
|
"id": "user1"
|
|
}
|
|
},
|
|
{
|
|
"directus_users_id": {
|
|
"id": "user2"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "task",
|
|
"status": "in_progress",
|
|
"title": "title2",
|
|
"date_due": null,
|
|
"labels": [],
|
|
"description": "description2",
|
|
"priority": "medium",
|
|
"responsibles": []
|
|
}
|
|
]
|
|
}
|