CategoryParams
CategoryParams interface
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
active? | boolean | Filter using field active (only if user is administrator). | - |
can_create_content? | boolean | Excludes categories in which you cannot publish | - |
deleted? | boolean | Filter using field deleted (only if user is administrator). | - |
limit? | number | Number of results to return per page. | BaseSearchParams.limit |
offset? | number | The initial index from which to return the results. | BaseSearchParams.offset |
search? | string | A search term. | BaseSearchParams.search |