File: bp-messages/classes/class-bp-rest-messages-endpoint.php
Description
bp_rest_messages_get_items

Fires after a thread is fetched via the REST API.

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

bp_rest_messages_search_thread_items

Fires after a thread id is fetched via the REST API.

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

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::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_get_items_permissions_check

Filter the messages `get_items` permissions check.

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

bp_rest_messages_search_thread_items_permissions_check

Filter the messages `search_thread_items` permissions check.

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

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::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_get_item

Fires after a thread is fetched via the REST API.

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

bp_rest_messages_can_edit_item_meta

Filter here to allow more users to edit the message meta (eg: the recipients).

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