paperless/tests/test-documents-correspondent-any.sh

7 lines
176 B
Bash
Raw Normal View History

2023-10-11 14:39:16 +00:00
#!/bin/sh
. ./credentials
curl --silent "${URL}/api/documents/?format=json&page=1&correspondent__isnull=0&page_size=15&ordering=-added" -H "Authorization: ${AUTH}"
#| jq '.'