Skip to main content

Interface: TagGetParams

types/tag.TagGetParams

Interface TagGetParams

Hierarchy

Properties

active

Optional active: boolean

Is this tag active?

Defined in

types/tag.ts:49


deleted

Optional deleted: boolean

Is this tag deleted?

Defined in

types/tag.ts:53


limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseSearchParams.limit

Defined in

types/baseParams.ts:9


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseSearchParams.offset

Defined in

types/baseParams.ts:13


Optional search: string

A search term.

Inherited from

BaseSearchParams.search

Defined in

types/baseParams.ts:24


visibility_boost

Optional visibility_boost: boolean

The tag add a visibility boost.

Defined in

types/tag.ts:61


visible

Optional visible: boolean

Is this tag publicly visible?

Defined in

types/tag.ts:57