Methods
Description
BP_REST_Messages_Endpoint::get_collection_params()

Get the query params for Messages collections.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:1968

BP_REST_Messages_Endpoint::get_current_user_permissions()

Get current user’s permission.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:2021

BP_REST_Messages_Endpoint::get_endpoint_args_for_item_schema()

Select the item schema arguments needed for the CREATABLE, EDITABLE and DELETABLE methods.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:1641

BP_REST_Messages_Endpoint::get_item()

Get a single thread.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:314

BP_REST_Messages_Endpoint::get_item_permissions_check()

Check if a given request has access to a thread item.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:345

BP_REST_Messages_Endpoint::get_item_schema()

Get the message schema, conforming to JSON Schema.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:1728

BP_REST_Messages_Endpoint::get_items()

Retrieve threads.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:180

BP_REST_Messages_Endpoint::get_items_permissions_check()

Check if a given request has access to thread items.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:252

BP_REST_Messages_Endpoint::get_message_object()

Get the message object thanks to its ID.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:1629

BP_REST_Messages_Endpoint::get_search_recipients_items_schema()

Get the search recipients schema, conforming to JSON Schema.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:2069

BP_REST_Messages_Endpoint::get_thread_object()

Get thread object.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:1614

BP_REST_Messages_Endpoint::prepare_item_for_database()

Prepare a message for create.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:1047

BP_REST_Messages_Endpoint::prepare_item_for_response()

Prepares thread data for return as an object.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:1348

BP_REST_Messages_Endpoint::prepare_links()

Prepare links for the request.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:1571

BP_REST_Messages_Endpoint::prepare_message_for_response()

Prepares message data for the REST response.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:1106

BP_REST_Messages_Endpoint::prepare_recipient_for_response()

Prepares recipient data for the REST response.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:1288

BP_REST_Messages_Endpoint::register_routes()

Register the component routes.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:35

BP_REST_Messages_Endpoint::search_recipients_items()

Search Recipients for the message.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:536

BP_REST_Messages_Endpoint::search_recipients_items_permissions_check()

Check if a given request has access to search recipients.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:608

BP_REST_Messages_Endpoint::search_thread_items()

Search Existing thread by user and recipient for the message.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:649

BP_REST_Messages_Endpoint::search_thread_items_permissions_check()

Check if a given request has access to search thread.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:695

BP_REST_Messages_Endpoint::update_item()

Update metadata for one of the messages of the thread.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:736

BP_REST_Messages_Endpoint::update_item_permissions_check()

Check if a given request has access to update a message.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:819

BP_REST_Messages_Endpoint::update_starred()

Adds or removes the message from the current user’s starred box.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:849

BP_REST_Messages_Endpoint::update_starred_permissions_check()

Check if a given request has access to update user starred messages.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:924

BP_REST_Notifications_Endpoint::__construct()

Constructor.

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

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

Can this user see the notification?

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

BP_REST_Notifications_Endpoint::create_item()

Create a notification.

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

BP_REST_Notifications_Endpoint::create_item_permissions_check()

Checks if a given request has access to create a notification.

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

BP_REST_Notifications_Endpoint::delete_item()

Delete a notification.

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

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_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_Endpoint::get_endpoint_args_for_item_schema()

Select the item schema arguments needed for the EDITABLE method.

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

BP_REST_Notifications_Endpoint::get_item()

Retrieve a notification.

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

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_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_Notifications_Endpoint::get_items()

Retrieve notifications.

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

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

Get notification object.

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

BP_REST_Notifications_Endpoint::prepare_item_for_database()

Prepare a notification for create or update.

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

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_Endpoint::prepare_links()

Prepare links for the request.

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

BP_REST_Notifications_Endpoint::register_routes()

Register the component routes.

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

BP_REST_Notifications_Endpoint::update_item()

Update a notification.

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

BP_REST_Notifications_Endpoint::update_item_permissions_check()

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

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

BP_REST_Reply_Actions_Endpoint::__construct()

Constructor.

Source: bp-forums/classes/class-bp-rest-reply-actions-endpoint.php:44

BP_REST_Reply_Actions_Endpoint::action_items()

Actions on Reply.

Source: bp-forums/classes/class-bp-rest-reply-actions-endpoint.php:157

BP_REST_Reply_Actions_Endpoint::action_items_permissions_check()

Check if a given request has access to list replies.

Source: bp-forums/classes/class-bp-rest-reply-actions-endpoint.php:193