19 lines
265 B
JSON
19 lines
265 B
JSON
|
|
{
|
||
|
|
"count": 2,
|
||
|
|
"next": null,
|
||
|
|
"previous": null,
|
||
|
|
"results": [
|
||
|
|
{
|
||
|
|
"id": 1,
|
||
|
|
"iou_threshold": 0.4,
|
||
|
|
"quorum": 0.5,
|
||
|
|
"task_id": 30
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": 2,
|
||
|
|
"iou_threshold": 0.4,
|
||
|
|
"quorum": 0.5,
|
||
|
|
"task_id": 31
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|