Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.88 KB

topicscontrollerlisttopicsrequest.md

File metadata and controls

22 lines (17 loc) · 1.88 KB

TopicsControllerListTopicsRequest

Example Usage

import { TopicsControllerListTopicsRequest } from "@novu/api/models/operations";

let value: TopicsControllerListTopicsRequest = {
  page: 0,
  pageSize: 10,
  key: "exampleKey",
};

Fields

Field Type Required Description Example
page number The page number to retrieve (starts from 0) 0
pageSize number The number of items to return per page (default: 10) 10
key string A filter key to apply to the results exampleKey
idempotencyKey string A header for idempotency purposes