This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
| Parameter | Default | Notes |
|---|---|---|
PageNumber | 1 | The first page is 1, not 0. |
PageSize | 10 | Items per page. |
Search | Free-text filter. What it matches depends on the endpoint — for contacts it covers id, name, email and description. |
IsFavorite on contacts and vaults.PageSize that is empty, negative or not a number does not produce a 400 — it is replaced by the default. If a page comes back a different size than you asked for, check the spelling and the casing before anything else.id.{
"items": [ ... ],
"pagination": {
"totalItems": 128,
"pageSize": 50,
"pageNumber": 2,
"pageItems": 50
}
}| Field | Meaning |
|---|---|
totalItems | Total matching the query, across all pages. |
pageSize | Items requested per page. |
pageNumber | The page you are on. |
pageItems | Items actually returned on this page. |
pageItems comes back smaller than pageSize.PageSize costs one request where many small pages cost many.GET /v1/ecm/vaults/{vaultId}/listtype discriminator, with excludeEnvelopes and excludeTemplates to narrow it. Trashed envelopes never appear.