mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 15:32:08 +00:00
7 lines
170 B
Bash
7 lines
170 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./credentials
|
||
|
|
||
|
curl --silent "${URL}/api/documents/?format=json&more_like_id=19245&page=1&page_size=5&ordering=-added" -H "Authorization: ${AUTH}"
|
||
|
#| jq '.'
|