Script filtering options.
Within the same input, the fields will be groups together based on their closest AND or OR ancestor.
If no ancestor exists the operator will default to AND.
Input Fields
and
[ScriptWhereInput!]
Filter script by a combination of filters, where script meets all supplied criteria.
or
[ScriptWhereInput!]
Filter script by a combination of filters, where script meets any of the supplied criteria.
text
TextFilterInput
Filter script by text.
id
IdFilterInput
Filter script by id.
serviceOrganization
ScriptServiceOrganizationWhereInput
Filter script by Service Organization.
customer
ScriptCustomerWhereInput
Filter script by Customer.
site
ScriptSiteWhereInput
Filter script by Site.
name
StringFilterInput
Filter script by name.
description
StringFilterInput
Filter script by description.
language
ScriptLanguageFilterInput
Filter script by language.
isWindowsCompatible
BooleanFilterInput
Filter script by Windows OS.
isLinuxCompatible
BooleanFilterInput
Filter script by Linux OS.
isDarwinCompatible
BooleanFilterInput
Filter script by Darwin OS.
timeoutSeconds
IntFilterInput
Filter script by timeout.
version
StringFilterInput
Filter script by version.
filename
StringFilterInput
Filter script by filename.
sizeKilobytes
FloatFilterInput
Filter script by size in kilobytes.
createdAt
DateTimeFilterInput
Filter script by creation date.
createdByUsername
StringFilterInput
Filter script by the username that created the script.
updatedAt
DateTimeFilterInput
Filter script by last edition date.
updatedByUsername
StringFilterInput
Filter script by the username that last updated the script.