Hi DocuSign Community,
We are testing the Navigator Agreements List API and wanted to confirm whether combining $search and $filter is currently supported.
Request:
GET /v1/accounts/{accountId}/agreements?$search=sample&$filter=status eq 'completed'
Response:
{
"title": "Bad Request",
"status": 400,
"detail": "The $search and $filter query parameters cannot be combined in the same request. Use $search for full-text search or $filter for structured filtering."
}
Observations:
-
$searchworks correctly when used alone -
$filterworks correctly when used alone -
Combining both returns 400 Bad Request
However, in the DocuSign completed documents experience/UI, searching and filtering together appears to work correctly and returns expected results.
We would like to confirm:
-
Is this a current limitation of the Navigator Agreements List API?
-
Is there any supported workaround to achieve combined search + filtering?
-
Is support for combining
$searchand$filterplanned for a future API version?
Any clarification would be appreciated.
Thanks,
Back to Docusign.com
