File: bp-notifications/classes/class-bp-rest-notifications-endpoint.php
Description
BP_REST_Notifications_Endpoint::get_collection_params()

Get the query params for the notifications collections.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:1003

bp_rest_notifications_collection_params

Filters the collection query params.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:1088

BP_REST_Notifications_Endpoint::bp_rest_get_notification_actions()

Action to perform.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:1098

BP_REST_Notifications_Endpoint::bp_rest_link_url_update()

Update Link URL after request accept/reject.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:1236

BP_REST_Notifications_Endpoint::get_item()

Retrieve a notification.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:223

BP_REST_Notifications_Endpoint::prepare_item_for_response()

Prepares notification data for return as an object.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:572

bp_rest_notifications_get_item

Fires after a notification is fetched via the REST API.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:241

bp_rest_notifications_prepare_value

Filter a notification value returned from the API.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:681

BP_REST_Notifications_Endpoint::get_item_permissions_check()

Check if a given request has access to get information about a specific notification.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:254

bp_rest_notifications_get_item_permissions_check

Filter the notifications `get_item` permissions check.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:297