import { DocumentFindDocumentsRequest } from "@documenso/sdk-typescript/models/operations";
let value: DocumentFindDocumentsRequest = {};
Field | Type | Required | Description |
---|---|---|---|
query |
string | ➖ | The search query. |
page |
number | ➖ | The pagination page number, starts at 1. |
perPage |
number | ➖ | The number of items per page. |
templateId |
number | ➖ | Filter documents by the template ID used to create it. |
source |
operations.QueryParamSource | ➖ | Filter documents by how it was created. |
status |
operations.QueryParamStatus | ➖ | Filter documents by the current status |
orderByColumn |
operations.OrderByColumn | ➖ | N/A |
orderByDirection |
operations.OrderByDirection | ➖ | N/A |