mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-02-06 15:05:46 +00:00
7 lines
106 B
Bash
7 lines
106 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./credentials
|
||
|
|
||
|
curl --silent "${URL}/api/saved_views/" -H "Authorization: ${AUTH}" | jq '.'
|
||
|
|