-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
no one of the arguments for such process works.
When i make a search for "OPEN" cases, it just list all..
i tried to provide the structure in as many ways as possible.. lists, dicts, json...
but the search always returns a full query of all cases of a user.
(env. production ebay)
code:
caseStatusFilter= ["OPEN"]
caseTypeFilter = ["EBP_INR", "RETURN", "EBP_SNAD"]
paginationInput = {"entriesPerPage":"5", "pageNumber":"0"}
result = getUserCases(caseStatusFilter = caseStatusFilter,
caseTypeFilter = caseTypeFilter,
paginationInput = paginationInput,
encoding = encoding)
This should return less then 50, but is returning the max per page (200), and possible more then 1 page available, for sure the filters are not working.
Metadata
Metadata
Assignees
Labels
No labels