feat(pipedrive): added sort order to endpoints that support it

This commit is contained in:
Waleed Latif
2026-02-17 14:44:13 -08:00
parent cdacb796a8
commit f3b1aa327f
5 changed files with 23 additions and 1 deletions

View File

@@ -151,6 +151,7 @@ Retrieve files from Pipedrive with optional filters
| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `sort` | string | No | Sort files by field \(supported: "id", "update_time"\) |
| `limit` | string | No | Number of results to return \(e.g., "50", default: 100, max: 100\) |
| `start` | string | No | Pagination start offset \(0-based index of the first item to return\) |
| `downloadFiles` | boolean | No | Download file contents into file outputs |