mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 12:12:30 -06:00
28 lines
678 B
JSON
28 lines
678 B
JSON
[{
|
|
"id": 1,
|
|
"slug": "correspondent1",
|
|
"name": "Correspondent 1",
|
|
"match": "correspondent1",
|
|
"matching_algorithm": 1,
|
|
"is_insensitive": true,
|
|
"document_count": 3
|
|
},
|
|
{
|
|
"id": 2,
|
|
"slug": "correspondent2",
|
|
"name": "Correspondent 2",
|
|
"match": "correspondent2",
|
|
"matching_algorithm": 1,
|
|
"is_insensitive": true,
|
|
"document_count": 3
|
|
},
|
|
{
|
|
"id": 3,
|
|
"slug": "correspondent3",
|
|
"name": "Correspondent 3",
|
|
"match": "correspondent3",
|
|
"matching_algorithm": 1,
|
|
"is_insensitive": true,
|
|
"document_count": 3
|
|
}
|
|
] |