[PR #2244] [MERGED] feat: add find envelopes endpoint #2149

Closed
opened 2026-02-26 20:32:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2244
Author: @ephraimduncan
Created: 11/25/2025
Status: Merged
Merged: 12/23/2025
Merged by: @Mythie

Base: mainHead: feat/find-envelopes-endpoint


📝 Commits (5)

  • 4d29a66 feat: add find envelopes endpoint
  • c5b7522 refactor: improve find envelopes endpoint implementation
  • bb74097 Merge branch 'main' into feat/find-envelopes-endpoint
  • d714fd0 Merge branch 'main' into feat/find-envelopes-endpoint
  • a0d2afc chore: add test and fix filter order

📊 Changes

8 files changed (+813 additions, -4 deletions)

View changed files

📝 .vscode/settings.json (+2 -1)
📝 packages/app-tests/e2e/api/v2/envelopes-api.spec.ts (+196 -1)
📝 packages/app-tests/e2e/api/v2/test-unauthorized-api-access.spec.ts (+277 -0)
packages/lib/server-only/envelope/find-envelopes.ts (+197 -0)
📝 packages/lib/types/envelope.ts (+37 -2)
packages/trpc/server/envelope-router/find-envelopes.ts (+56 -0)
packages/trpc/server/envelope-router/find-envelopes.types.ts (+46 -0)
📝 packages/trpc/server/envelope-router/router.ts (+2 -0)

📄 Description

Description

Add a new "Find Envelopes" API endpoint, enabling users to search, filter, and paginate envelopes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2244 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 11/25/2025 **Status:** ✅ Merged **Merged:** 12/23/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/find-envelopes-endpoint` --- ### 📝 Commits (5) - [`4d29a66`](https://github.com/documenso/documenso/commit/4d29a66ba15b2b7d211024e9bd78f9e1e11126f8) feat: add find envelopes endpoint - [`c5b7522`](https://github.com/documenso/documenso/commit/c5b7522ea0e2a9d04bb7c23a077a63e2d37e6673) refactor: improve find envelopes endpoint implementation - [`bb74097`](https://github.com/documenso/documenso/commit/bb7409756b0c721597c8e18544d73fa795e2e8af) Merge branch 'main' into feat/find-envelopes-endpoint - [`d714fd0`](https://github.com/documenso/documenso/commit/d714fd05caea584b76a72adb0becb887abacdc2b) Merge branch 'main' into feat/find-envelopes-endpoint - [`a0d2afc`](https://github.com/documenso/documenso/commit/a0d2afcd2d3d720a3dff4d7432e372ee539aa0ac) chore: add test and fix filter order ### 📊 Changes **8 files changed** (+813 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+2 -1) 📝 `packages/app-tests/e2e/api/v2/envelopes-api.spec.ts` (+196 -1) 📝 `packages/app-tests/e2e/api/v2/test-unauthorized-api-access.spec.ts` (+277 -0) ➕ `packages/lib/server-only/envelope/find-envelopes.ts` (+197 -0) 📝 `packages/lib/types/envelope.ts` (+37 -2) ➕ `packages/trpc/server/envelope-router/find-envelopes.ts` (+56 -0) ➕ `packages/trpc/server/envelope-router/find-envelopes.types.ts` (+46 -0) 📝 `packages/trpc/server/envelope-router/router.ts` (+2 -0) </details> ### 📄 Description ## Description Add a new "Find Envelopes" API endpoint, enabling users to search, filter, and paginate envelopes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:32:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2149
No description provided.