Interface: ClusterCategorySearchInput
Defined in: type/ClusterCategorySearchInput.ts:7
Input object for ClusterCategorySearchInput
Properties
categoryIds?
optionalcategoryIds?:number[]
Defined in: type/ClusterCategorySearchInput.ts:32
Filter by category IDs
createdAtFrom?
optionalcreatedAtFrom?:string
Defined in: type/ClusterCategorySearchInput.ts:36
Start date for creation date filtering (ISO 8601 format)
createdAtTo?
optionalcreatedAtTo?:string
Defined in: type/ClusterCategorySearchInput.ts:38
End date for creation date filtering (ISO 8601 format)
dateCreatedFrom?
optionaldateCreatedFrom?:string
Defined in: type/ClusterCategorySearchInput.ts:44
Deprecated: use createdAtFrom instead. Start date for creation date filtering (ISO 8601 format)
dateCreatedTo?
optionaldateCreatedTo?:string
Defined in: type/ClusterCategorySearchInput.ts:46
Deprecated: use createdAtTo instead. End date for creation date filtering (ISO 8601 format)
dateModifiedFrom?
optionaldateModifiedFrom?:string
Defined in: type/ClusterCategorySearchInput.ts:48
Deprecated: use lastModifiedAtFrom instead. Start date for modification date filtering (ISO 8601 format)
dateModifiedTo?
optionaldateModifiedTo?:string
Defined in: type/ClusterCategorySearchInput.ts:50
Deprecated: use lastModifiedAtTo instead. End date for modification date filtering (ISO 8601 format)
hidden?
optionalhidden?:YesNo
Defined in: type/ClusterCategorySearchInput.ts:17
Find categories by their hidden status
language?
optionallanguage?:string
Defined in: type/ClusterCategorySearchInput.ts:11
The language to use when searching categories by name or slug. When omitted the categories default language is used
lastModifiedAtFrom?
optionallastModifiedAtFrom?:string
Defined in: type/ClusterCategorySearchInput.ts:40
Start date for modification date filtering (ISO 8601 format)
lastModifiedAtTo?
optionallastModifiedAtTo?:string
Defined in: type/ClusterCategorySearchInput.ts:42
End date for modification date filtering (ISO 8601 format)
name?
optionalname?:string
Defined in: type/ClusterCategorySearchInput.ts:9
Find categories by name
offset?
optionaloffset?:number
Defined in: type/ClusterCategorySearchInput.ts:21
The amount of categories return per page
page?
optionalpage?:number
Defined in: type/ClusterCategorySearchInput.ts:19
The page number to return
parentCategoryId?
optionalparentCategoryId?:number[]
Defined in: type/ClusterCategorySearchInput.ts:15
Find categories by one or more parentCategoryIds
parentCategoryIds?
optionalparentCategoryIds?:number[]
Defined in: type/ClusterCategorySearchInput.ts:30
Filter by parent category IDs
slug?
optionalslug?:string[]
Defined in: type/ClusterCategorySearchInput.ts:13
Find categories by one or more slugs
slugs?
optionalslugs?:string[]
Defined in: type/ClusterCategorySearchInput.ts:28
Search by category slugs
sortField?
optionalsortField?:CategorySortableFields
Defined in: type/ClusterCategorySearchInput.ts:23
Available sortable fields One of: [name, dateCreated, entityDateChanged]
sortOrder
sortOrder:
SortOrder
Defined in: type/ClusterCategorySearchInput.ts:25
Sort ordering ['desc' or 'asc']
source?
optionalsource?:string
Defined in: type/ClusterCategorySearchInput.ts:52
Source system name (must be used with sourceIds)
sourceIds?
optionalsourceIds?:string[]
Defined in: type/ClusterCategorySearchInput.ts:54
Source IDs to filter by (must be used with source)
uuids?
optionaluuids?:string[]
Defined in: type/ClusterCategorySearchInput.ts:34
Filter by category UUIDs