List Document Templates
Retrieve a paginated list of document templates with optional filtering. Useful for browsing available templates and selecting one for document processing.
Pagination:
- Control page size with
page[size](default: 15, max: 100) - Navigate using cursor-based pagination with
page[after]andpage[before] - Include total count with
page[total]=true(note: may impact performance) - Use response
linksfor easy navigation between pages
Filtering:
- Filter by
statusto show only ‘published’ templates - Filter by
is_activeto show only currently active templates
Common Queries:
- Active templates:
?filter[is_active]=true - Recent templates:
?page[size]=10(sorted by creation date)
Authorizations
API key for authentication. Access https://console.beltic.com/ to obtain your API key.
Query Parameters
Number of items per page (default: 15)
^\d+$"15"
Cursor for fetching items after this point
"eyJ2YWx1ZXMiOnsiY3JlYXRlZF9hdCI6IjIwMjUtMTAtMjJUMjI6MTM6NDguMTQ5WiJ9LCJpZCI6IjNkZjk3MWQwLWNkNTYtNDAwNi05YmM0LTFjYmMzMjc1OWI2ZiJ9"
Cursor for fetching items before this point
"eyJ2YWx1ZXMiOnsiY3JlYXRlZF9hdCI6IjIwMjUtMTAtMjJUMjI6MTM6NDguMTQ5WiJ9LCJpZCI6IjNkZjk3MWQwLWNkNTYtNDAwNi05YmM0LTFjYmMzMjc1OWI2ZiJ9"
Include total count in response (may impact performance)
true, false "true"
Filter templates by status
published "published"
Filter templates by active state (default: true)
true, false "true"