Notification Topic

Get

HTTP Request

GET /api/v1/notification-topic/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseNotificationTopicDto

Update

HTTP Request

PUT /api/v1/notification-topic/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

body

body

NotificationTopicDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseNotificationTopicDto

Patch

HTTP Request

PATCH /api/v1/notification-topic/{id}

Parameters

Name

In

Type

Required

Description

id

path

integer(int64)

true

none

body

body

JsonPatch

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListNotificationTopicDto

Bulk Update

HTTP Request

PUT /api/v1/notification-topic/bulk

Parameters

Name

In

Type

Required

Description

body

body

NotificationTopicDto

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

ResponseListNotificationTopicDto

Find All

HTTP Request

GET /api/v1/notification-topic

Parameters

Name

In

Type

Required

Description

pageable

query

Pageable

true

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

PageNotificationTopicDto