list_team_documents
View and filter team documents in your BoldSign organization by status, user, date range, or search terms to manage document workflows and track sent/received files.
Instructions
Retrieve a paginated list of documents available in the Team Documents section of your BoldSign organization. Team admins can view documents sent and received by team members, while account admins have access to all team documents across the organization. This API allows filtering based on status, user ID, team ID, document details, transmission type, and date range. If the user is not an account admin or team admin, an unauthorized response will be returned.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
brandIds | No | Optional. Filters documents based on associated brand IDs. Only documents linked to the specified brands will be retrieved. | |
dateFilterType | No | Optional. Type of date filter applied to documents. Available options: 'SentBetween' and 'Expiring'. | |
endDate | No | Optional. End transmit date range of the document. The date should be in a valid date-time format. | |
labels | No | Optional. Labels associated with documents. Used to filter the list by specific document tags. | |
nextCursor | No | Optional. Cursor value for pagination beyond 10,000 records. Set to the cursor of the last retrieved document. | |
page | Yes | ||
pageSize | Yes | ||
searchKey | No | Optional. A search term used to filter the document list. The API will return documents matching details like document title, document ID, sender name, or recipient name. | |
startDate | No | Optional. Start transmit date range of the document. The date should be in a valid date-time format. | |
status | No | Optional. Filter documents based on their current status. Available statuses include 'WaitingForMe', 'WaitingForOthers', 'NeedAttention', 'Completed', 'Declined', 'Revoked', 'Expired', 'Scheduled', and 'Draft'. Use 'None' to disable status filtering. | |
teamId | No | Optional. Filter documents based on specific teams. One or more team IDs can be specified. | |
transmitType | Yes | Optional. Type of transmission. Can be 'Sent', 'Received', or 'Both'. | Both |
userId | No | Optional. Filter documents based on the list of team member IDs. One or more user IDs can be specified. |