TagGetParams
Interface TagGetParams
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
active? | boolean | Is this tag active? | - |
deleted? | boolean | Is this tag deleted? | - |
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 |
visibility_boost? | boolean | The tag add a visibility boost. | - |
visible? | boolean | Is this tag publicly visible? | - |