Filter: TestFilter

Filter type for Test.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDTestFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORTestFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

artifactUnderTestArtifactFilter

Checks if artifactUnderTest is not null, and allows to filter based on its fields.

authors_emptyBoolean

Checks if authors is an empty list (true) or a non-empty list or null (false).

authors_everyAuthorFilter

Makes sure all items in authors match a certain filter.

authors_noneAuthorFilter

Makes sure none of the items in authors match a certain filter.

Note that you can specify the empty object for this filter to make sure authors has no items.

authors_someAuthorFilter

Makes sure at least one of the items in "authors" matches a certain filter.

Note that you can specify the empty object for this filter to make sure authors has at least one item.

createdAtDateTime

Checks if createdAt equals a specified value.

If an index exists on createdAt, it can be used.

The instant this object has been created

createdAt_gtDateTime

Checks if createdAt is greater than a specified value.

The instant this object has been created

createdAt_gteDateTime

Checks if createdAt is greater or equal a specified value.

The instant this object has been created

createdAt_inDateTime

Checks if createdAt is equal to one of the specified values.

The instant this object has been created

createdAt_ltDateTime

Checks if createdAt is less than a specified value.

The instant this object has been created

createdAt_lteDateTime

Checks if createdAt is less or equal a specified value.

The instant this object has been created

createdAt_notDateTime

Checks if createdAt does not equal a specified value

The instant this object has been created

createdAt_not_inDateTime

Checks if createdAt is not equal to one of the specified values.

The instant this object has been created

createdByUserFilter

Checks if createdBy is not null, and allows to filter based on its fields.

ctxRelationEntityCtxFilter

Allows to filter on the fields of ctx.

Note that ctx is an entity extension and thus can never be null, so specifying null to this filter field has no effect.

deletedAtDateTime

Checks if deletedAt equals a specified value.

If an index exists on deletedAt, it can be used.

Timestamp of when this test/scan was deleted

deletedAt_gtDateTime

Checks if deletedAt is greater than a specified value.

Timestamp of when this test/scan was deleted

deletedAt_gteDateTime

Checks if deletedAt is greater or equal a specified value.

Timestamp of when this test/scan was deleted

deletedAt_inDateTime

Checks if deletedAt is equal to one of the specified values.

Timestamp of when this test/scan was deleted

deletedAt_ltDateTime

Checks if deletedAt is less than a specified value.

Timestamp of when this test/scan was deleted

deletedAt_lteDateTime

Checks if deletedAt is less or equal a specified value.

Timestamp of when this test/scan was deleted

deletedAt_notDateTime

Checks if deletedAt does not equal a specified value

Timestamp of when this test/scan was deleted

deletedAt_not_inDateTime

Checks if deletedAt is not equal to one of the specified values.

Timestamp of when this test/scan was deleted

descriptionString

Checks if description equals a specified string, case-sensitively.

If an index exists on description, it can be used.

See also like for a case-insensitive filter.

Longer, optional description of this test

description_containsString

Checks if description contains a specified string, case-sensitively.

Longer, optional description of this test

description_ends_withString

Checks if description ends with a specified string, case-sensitively.

Longer, optional description of this test

description_gtString

Checks if description is greater than a specified value.

Longer, optional description of this test

description_gteString

Checks if description is greater or equal a specified value.

Longer, optional description of this test

description_inString

Checks if description is equal to one of the specified values.

Longer, optional description of this test

description_likeString

Matches description against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on description, it can be used for the literal prefix (the part until the first placeholder).

Longer, optional description of this test

description_ltString

Checks if description is less than a specified value.

Longer, optional description of this test

description_lteString

Checks if description is less or equal a specified value.

Longer, optional description of this test

description_notString

Checks if description does not equal a specified string, case-sensitively.

Longer, optional description of this test

description_not_containsString

Checks if description does not contain a specified string, case-sensitively.

Longer, optional description of this test

description_not_ends_withString

Checks if description does not end with a specified string, case-sensitively.

Longer, optional description of this test

description_not_inString

Checks if description is not equal to one of the specified values.

Longer, optional description of this test

description_not_likeString

Checks if description does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

Longer, optional description of this test

description_not_starts_withString

Checks if description does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

Longer, optional description of this test

description_starts_withString

Checks if description starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

Longer, optional description of this test

durationInt

Checks if duration equals a specified value.

If an index exists on duration, it can be used.

Duration of time the test ran

duration_gtInt

Checks if duration is greater than a specified value.

Duration of time the test ran

duration_gteInt

Checks if duration is greater or equal a specified value.

Duration of time the test ran

duration_inInt

Checks if duration is equal to one of the specified values.

Duration of time the test ran

duration_ltInt

Checks if duration is less than a specified value.

Duration of time the test ran

duration_lteInt

Checks if duration is less or equal a specified value.

Duration of time the test ran

duration_notInt

Checks if duration does not equal a specified value

Duration of time the test ran

duration_not_inInt

Checks if duration is not equal to one of the specified values.

Duration of time the test ran

findings_emptyBoolean

Checks if findings is an empty list (true) or a non-empty list or null (false).

findings_everyFindingFilter

Makes sure all items in findings match a certain filter.

findings_noneFindingFilter

Makes sure none of the items in findings match a certain filter.

Note that you can specify the empty object for this filter to make sure findings has no items.

findings_someFindingFilter

Makes sure at least one of the items in "findings" matches a certain filter.

Note that you can specify the empty object for this filter to make sure findings has at least one item.

idID

Checks if id equals a specified value.

If an index exists on id, it can be used.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gtID

Checks if id is greater than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gteID

Checks if id is greater or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_inID

Checks if id is equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_ltID

Checks if id is less than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_lteID

Checks if id is less or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_notID

Checks if id does not equal a specified value

An auto-generated string that identifies this root entity uniquely among others of the same type

id_not_inID

Checks if id is not equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

inputTypeString

Checks if inputType equals a specified string, case-sensitively.

If an index exists on inputType, it can be used.

See also like for a case-insensitive filter.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_containsString

Checks if inputType contains a specified string, case-sensitively.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_ends_withString

Checks if inputType ends with a specified string, case-sensitively.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_gtString

Checks if inputType is greater than a specified value.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_gteString

Checks if inputType is greater or equal a specified value.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_inString

Checks if inputType is equal to one of the specified values.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_likeString

Matches inputType against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on inputType, it can be used for the literal prefix (the part until the first placeholder).

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_ltString

Checks if inputType is less than a specified value.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_lteString

Checks if inputType is less or equal a specified value.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_notString

Checks if inputType does not equal a specified string, case-sensitively.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_not_containsString

Checks if inputType does not contain a specified string, case-sensitively.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_not_ends_withString

Checks if inputType does not end with a specified string, case-sensitively.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_not_inString

Checks if inputType is not equal to one of the specified values.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_not_likeString

Checks if inputType does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_not_starts_withString

Checks if inputType does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

inputType_starts_withString

Checks if inputType starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test.

nameString

Checks if name equals a specified string, case-sensitively.

If an index exists on name, it can be used.

See also like for a case-insensitive filter.

Name for this test. Will default to [tool.name | date]

name_containsString

Checks if name contains a specified string, case-sensitively.

Name for this test. Will default to [tool.name | date]

name_ends_withString

Checks if name ends with a specified string, case-sensitively.

Name for this test. Will default to [tool.name | date]

name_gtString

Checks if name is greater than a specified value.

Name for this test. Will default to [tool.name | date]

name_gteString

Checks if name is greater or equal a specified value.

Name for this test. Will default to [tool.name | date]

name_inString

Checks if name is equal to one of the specified values.

Name for this test. Will default to [tool.name | date]

name_likeString

Matches name against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on name, it can be used for the literal prefix (the part until the first placeholder).

Name for this test. Will default to [tool.name | date]

name_ltString

Checks if name is less than a specified value.

Name for this test. Will default to [tool.name | date]

name_lteString

Checks if name is less or equal a specified value.

Name for this test. Will default to [tool.name | date]

name_notString

Checks if name does not equal a specified string, case-sensitively.

Name for this test. Will default to [tool.name | date]

name_not_containsString

Checks if name does not contain a specified string, case-sensitively.

Name for this test. Will default to [tool.name | date]

name_not_ends_withString

Checks if name does not end with a specified string, case-sensitively.

Name for this test. Will default to [tool.name | date]

name_not_inString

Checks if name is not equal to one of the specified values.

Name for this test. Will default to [tool.name | date]

name_not_likeString

Checks if name does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

Name for this test. Will default to [tool.name | date]

name_not_starts_withString

Checks if name does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

Name for this test. Will default to [tool.name | date]

name_starts_withString

Checks if name starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

Name for this test. Will default to [tool.name | date]

parsedDateDateTime

Checks if parsedDate equals a specified value.

If an index exists on parsedDate, it can be used.

Date and time that was parsed from the test results file

parsedDate_gtDateTime

Checks if parsedDate is greater than a specified value.

Date and time that was parsed from the test results file

parsedDate_gteDateTime

Checks if parsedDate is greater or equal a specified value.

Date and time that was parsed from the test results file

parsedDate_inDateTime

Checks if parsedDate is equal to one of the specified values.

Date and time that was parsed from the test results file

parsedDate_ltDateTime

Checks if parsedDate is less than a specified value.

Date and time that was parsed from the test results file

parsedDate_lteDateTime

Checks if parsedDate is less or equal a specified value.

Date and time that was parsed from the test results file

parsedDate_notDateTime

Checks if parsedDate does not equal a specified value

Date and time that was parsed from the test results file

parsedDate_not_inDateTime

Checks if parsedDate is not equal to one of the specified values.

Date and time that was parsed from the test results file

processingStatuses_emptyBoolean

Checks if processingStatuses is an empty list (true) or a non-empty list or null (false).

processingStatuses_everyProcessingStatusFilter

Makes sure all items in processingStatuses match a certain filter.

processingStatuses_noneProcessingStatusFilter

Makes sure none of the items in processingStatuses match a certain filter.

Note that you can specify the empty object for this filter to make sure processingStatuses has no items.

processingStatuses_someProcessingStatusFilter

Makes sure at least one of the items in "processingStatuses" matches a certain filter.

Note that you can specify the empty object for this filter to make sure processingStatuses has at least one item.

softwareComponents_emptyBoolean

Checks if softwareComponents is an empty list (true) or a non-empty list or null (false).

softwareComponents_everySoftwareComponentInstanceFilter

Makes sure all items in softwareComponents match a certain filter.

softwareComponents_noneSoftwareComponentInstanceFilter

Makes sure none of the items in softwareComponents match a certain filter.

Note that you can specify the empty object for this filter to make sure softwareComponents has no items.

softwareComponents_someSoftwareComponentInstanceFilter

Makes sure at least one of the items in "softwareComponents" matches a certain filter.

Note that you can specify the empty object for this filter to make sure softwareComponents has at least one item.

stateTestResultsProcessingStateFilter

Allows to filter on the fields of state.

Note that state is an entity extension and thus can never be null, so specifying null to this filter field has no effect.

testIdString

Checks if testId equals a specified string, case-sensitively.

If an index exists on testId, it can be used.

See also like for a case-insensitive filter.

Unique ID for this test as established by the testing tool.

testId_containsString

Checks if testId contains a specified string, case-sensitively.

Unique ID for this test as established by the testing tool.

testId_ends_withString

Checks if testId ends with a specified string, case-sensitively.

Unique ID for this test as established by the testing tool.

testId_gtString

Checks if testId is greater than a specified value.

Unique ID for this test as established by the testing tool.

testId_gteString

Checks if testId is greater or equal a specified value.

Unique ID for this test as established by the testing tool.

testId_inString

Checks if testId is equal to one of the specified values.

Unique ID for this test as established by the testing tool.

testId_likeString

Matches testId against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on testId, it can be used for the literal prefix (the part until the first placeholder).

Unique ID for this test as established by the testing tool.

testId_ltString

Checks if testId is less than a specified value.

Unique ID for this test as established by the testing tool.

testId_lteString

Checks if testId is less or equal a specified value.

Unique ID for this test as established by the testing tool.

testId_notString

Checks if testId does not equal a specified string, case-sensitively.

Unique ID for this test as established by the testing tool.

testId_not_containsString

Checks if testId does not contain a specified string, case-sensitively.

Unique ID for this test as established by the testing tool.

testId_not_ends_withString

Checks if testId does not end with a specified string, case-sensitively.

Unique ID for this test as established by the testing tool.

testId_not_inString

Checks if testId is not equal to one of the specified values.

Unique ID for this test as established by the testing tool.

testId_not_likeString

Checks if testId does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

Unique ID for this test as established by the testing tool.

testId_not_starts_withString

Checks if testId does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

Unique ID for this test as established by the testing tool.

testId_starts_withString

Checks if testId starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

Unique ID for this test as established by the testing tool.

testResultFileFormatString

Checks if testResultFileFormat equals a specified string, case-sensitively.

If an index exists on testResultFileFormat, it can be used.

See also like for a case-insensitive filter.

File format of the test results file for this test

testResultFileFormat_containsString

Checks if testResultFileFormat contains a specified string, case-sensitively.

File format of the test results file for this test

testResultFileFormat_ends_withString

Checks if testResultFileFormat ends with a specified string, case-sensitively.

File format of the test results file for this test

testResultFileFormat_gtString

Checks if testResultFileFormat is greater than a specified value.

File format of the test results file for this test

testResultFileFormat_gteString

Checks if testResultFileFormat is greater or equal a specified value.

File format of the test results file for this test

testResultFileFormat_inString

Checks if testResultFileFormat is equal to one of the specified values.

File format of the test results file for this test

testResultFileFormat_likeString

Matches testResultFileFormat against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on testResultFileFormat, it can be used for the literal prefix (the part until the first placeholder).

File format of the test results file for this test

testResultFileFormat_ltString

Checks if testResultFileFormat is less than a specified value.

File format of the test results file for this test

testResultFileFormat_lteString

Checks if testResultFileFormat is less or equal a specified value.

File format of the test results file for this test

testResultFileFormat_notString

Checks if testResultFileFormat does not equal a specified string, case-sensitively.

File format of the test results file for this test

testResultFileFormat_not_containsString

Checks if testResultFileFormat does not contain a specified string, case-sensitively.

File format of the test results file for this test

testResultFileFormat_not_ends_withString

Checks if testResultFileFormat does not end with a specified string, case-sensitively.

File format of the test results file for this test

testResultFileFormat_not_inString

Checks if testResultFileFormat is not equal to one of the specified values.

File format of the test results file for this test

testResultFileFormat_not_likeString

Checks if testResultFileFormat does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

File format of the test results file for this test

testResultFileFormat_not_starts_withString

Checks if testResultFileFormat does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

File format of the test results file for this test

testResultFileFormat_starts_withString

Checks if testResultFileFormat starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

File format of the test results file for this test

testResultFileLinkString

Checks if testResultFileLink equals a specified string, case-sensitively.

If an index exists on testResultFileLink, it can be used.

See also like for a case-insensitive filter.

The file that can be ingested to get test results from this test.

testResultFileLink_containsString

Checks if testResultFileLink contains a specified string, case-sensitively.

The file that can be ingested to get test results from this test.

testResultFileLink_ends_withString

Checks if testResultFileLink ends with a specified string, case-sensitively.

The file that can be ingested to get test results from this test.

testResultFileLink_gtString

Checks if testResultFileLink is greater than a specified value.

The file that can be ingested to get test results from this test.

testResultFileLink_gteString

Checks if testResultFileLink is greater or equal a specified value.

The file that can be ingested to get test results from this test.

testResultFileLink_inString

Checks if testResultFileLink is equal to one of the specified values.

The file that can be ingested to get test results from this test.

testResultFileLink_likeString

Matches testResultFileLink against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on testResultFileLink, it can be used for the literal prefix (the part until the first placeholder).

The file that can be ingested to get test results from this test.

testResultFileLink_ltString

Checks if testResultFileLink is less than a specified value.

The file that can be ingested to get test results from this test.

testResultFileLink_lteString

Checks if testResultFileLink is less or equal a specified value.

The file that can be ingested to get test results from this test.

testResultFileLink_notString

Checks if testResultFileLink does not equal a specified string, case-sensitively.

The file that can be ingested to get test results from this test.

testResultFileLink_not_containsString

Checks if testResultFileLink does not contain a specified string, case-sensitively.

The file that can be ingested to get test results from this test.

testResultFileLink_not_ends_withString

Checks if testResultFileLink does not end with a specified string, case-sensitively.

The file that can be ingested to get test results from this test.

testResultFileLink_not_inString

Checks if testResultFileLink is not equal to one of the specified values.

The file that can be ingested to get test results from this test.

testResultFileLink_not_likeString

Checks if testResultFileLink does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The file that can be ingested to get test results from this test.

testResultFileLink_not_starts_withString

Checks if testResultFileLink does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The file that can be ingested to get test results from this test.

testResultFileLink_starts_withString

Checks if testResultFileLink starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The file that can be ingested to get test results from this test.

testTypeTestType

Checks if testType equals a specified value.

If an index exists on testType, it can be used.

The type of test

testType_inTestType

Checks if testType is equal to one of the specified values.

The type of test

testType_notTestType

Checks if testType does not equal a specified value

The type of test

testType_not_inTestType

Checks if testType is not equal to one of the specified values.

The type of test

toolSettingsToolSettingsFilter

Allows to filter on the fields of toolSettings.

Note that toolSettings is an entity extension and thus can never be null, so specifying null to this filter field has no effect.

tools_emptyBoolean

Checks if tools is an empty list (true) or a non-empty list or null (false).

tools_everyTestingToolFilter

Makes sure all items in tools match a certain filter.

tools_noneTestingToolFilter

Makes sure none of the items in tools match a certain filter.

Note that you can specify the empty object for this filter to make sure tools has no items.

tools_someTestingToolFilter

Makes sure at least one of the items in "tools" matches a certain filter.

Note that you can specify the empty object for this filter to make sure tools has at least one item.

updatedAtDateTime

Checks if updatedAt equals a specified value.

If an index exists on updatedAt, it can be used.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gtDateTime

Checks if updatedAt is greater than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gteDateTime

Checks if updatedAt is greater or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_inDateTime

Checks if updatedAt is equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)

updatedAt_ltDateTime

Checks if updatedAt is less than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_lteDateTime

Checks if updatedAt is less or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_notDateTime

Checks if updatedAt does not equal a specified value

The instant this object has been updated the last time (not including relation updates)

updatedAt_not_inDateTime

Checks if updatedAt is not equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)

uploadMethodUploadMethod

Checks if uploadMethod equals a specified value.

If an index exists on uploadMethod, it can be used.

Upload method used for this Test

uploadMethod_inUploadMethod

Checks if uploadMethod is equal to one of the specified values.

Upload method used for this Test

uploadMethod_notUploadMethod

Checks if uploadMethod does not equal a specified value

Upload method used for this Test

uploadMethod_not_inUploadMethod

Checks if uploadMethod is not equal to one of the specified values.

Upload method used for this Test

userEnteredDateDateTime

Checks if userEnteredDate equals a specified value.

If an index exists on userEnteredDate, it can be used.

Optional date and time specified by the user when the test was entered into the system

userEnteredDate_gtDateTime

Checks if userEnteredDate is greater than a specified value.

Optional date and time specified by the user when the test was entered into the system

userEnteredDate_gteDateTime

Checks if userEnteredDate is greater or equal a specified value.

Optional date and time specified by the user when the test was entered into the system

userEnteredDate_inDateTime

Checks if userEnteredDate is equal to one of the specified values.

Optional date and time specified by the user when the test was entered into the system

userEnteredDate_ltDateTime

Checks if userEnteredDate is less than a specified value.

Optional date and time specified by the user when the test was entered into the system

userEnteredDate_lteDateTime

Checks if userEnteredDate is less or equal a specified value.

Optional date and time specified by the user when the test was entered into the system

userEnteredDate_notDateTime

Checks if userEnteredDate does not equal a specified value

Optional date and time specified by the user when the test was entered into the system

userEnteredDate_not_inDateTime

Checks if userEnteredDate is not equal to one of the specified values.

Optional date and time specified by the user when the test was entered into the system


This page was generated: 2024-10-16