first
parameter is not customizable when using the getAll
option in list
method
#457
Labels
feature
use for describing a new feature to develop
Description
When using the
list
method of entities with thegetAll
parameter, thefirst
parameter is overwritten.For example, trying to run:
will not fetch the report 200 by 200 since the
first
value is overwritten:client-python/pycti/entities/opencti_report.py
Lines 281 to 282 in 1b66a21
This is the same for the
list
method of all entities.Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
getAll
parameter and thefirst
parameterfirst
parameter has been changed.Expected Output
I expected to be able to specify the
first
and thegetAll
parameter.Actual Output
Number of queries done is not the one expected since the
first
parameter has been changed.The text was updated successfully, but these errors were encountered: