Skip to main content

Interface: ValuesetSearchInput

Defined in: type/ValuesetSearchInput.ts:7

Input object for ValuesetSearchInput

Properties

createdAt?

optional createdAt?: DateSearchInput

Defined in: type/ValuesetSearchInput.ts:13

Search by date created


ids?

optional ids?: number[]

Defined in: type/ValuesetSearchInput.ts:17

Search by ids


lastModifiedAt?

optional lastModifiedAt?: DateSearchInput

Defined in: type/ValuesetSearchInput.ts:15

Search by date changed


names?

optional names?: string[]

Defined in: type/ValuesetSearchInput.ts:19

Search by names


offset?

optional offset?: number

Defined in: type/ValuesetSearchInput.ts:11

Pagination offset number. [Default to 12]


page?

optional page?: number

Defined in: type/ValuesetSearchInput.ts:9

Pagination page number. [Default to 1]


sortInputs?

optional sortInputs?: ValuesetSortInput[]

Defined in: type/ValuesetSearchInput.ts:23

Inputs to sort by


type?

optional type?: ValuesetType

Defined in: type/ValuesetSearchInput.ts:21

Valueset type. One of: [SYSTEM, CUSTOM]