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