[PERS SDK - v2.3.26](/sdk-reference/readme) / [Exports](/sdk-reference/modules) / NotificationQueryOptions

# Interface: NotificationQueryOptions

Query options for listing the authenticated account's notification inbox.

## Table of contents

### Properties

- [category](/sdk-reference/interfaces/notificationqueryoptions#category)
- [unreadOnly](/sdk-reference/interfaces/notificationqueryoptions#unreadonly)
- [page](/sdk-reference/interfaces/notificationqueryoptions#page)
- [limit](/sdk-reference/interfaces/notificationqueryoptions#limit)


## Properties

### category

• `Optional` **category**: `EntityType`

Filter by domain category (e.g. 'business', 'campaign', 'redemption')

#### Defined in

[notification/models/index.ts:18](https://github.com/eXplorins/PERS-sdks/blob/main/packages/pers-sdk/packages/pers-sdk/src/notification/models/index.ts#L18)

### unreadOnly

• `Optional` **unreadOnly**: `boolean`

Only return unread notifications

#### Defined in

[notification/models/index.ts:20](https://github.com/eXplorins/PERS-sdks/blob/main/packages/pers-sdk/packages/pers-sdk/src/notification/models/index.ts#L20)

### page

• `Optional` **page**: `number`

Page number (1-based)

#### Defined in

[notification/models/index.ts:22](https://github.com/eXplorins/PERS-sdks/blob/main/packages/pers-sdk/packages/pers-sdk/src/notification/models/index.ts#L22)

### limit

• `Optional` **limit**: `number`

Items per page (max 100)

#### Defined in

[notification/models/index.ts:24](https://github.com/eXplorins/PERS-sdks/blob/main/packages/pers-sdk/packages/pers-sdk/src/notification/models/index.ts#L24)