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

Get the notification schema, conforming to JSON Schema.

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

bp_rest_notification_schema

Filters the notifications schema.

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

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::get_items_permissions_check()

Check if a given request has access to notification items.

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

BP_REST_Notifications_Endpoint::delete_item_permissions_check()

Check if a given request has access to delete a notification.

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

bp_rest_notifications_get_items_permissions_check

Filter the notifications `get_items` permissions check.

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

bp_rest_notifications_delete_item_permissions_check

Filter the notifications `delete_item` permissions check.

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

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