ADO.NET Provider for WordPress

Build 25.0.9434

MarkNotificationAsRead

Mark the user's notifications as read, updating their status in WordPress.com so they no longer appear as new or unread.

Stored Procedure Specific Information

Execute

Call this procedure to mark a set of notifications as read. To mark a set of notifications as read, you must specify the following column: Count. A successful authentication is also required. For example:

EXEC MarkNotificationAsRead Count='{\"123456\":\"1\"}';

Input

Name Type Description
Count String Specifies the number of notifications to mark as read for the current user.

Result Set Columns

Name Type Description
Success String Indicates whether the operation to mark notifications as read completed successfully.
Updated String Returns the IDs of notifications that were updated and now marked as read.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434