Skip to main content

Find entity hook actions matching a request

POST 

/entity_hook/action/find

Returns the entity hook actions that apply to a given NRN, action, dimensions, and an optional request_body.

Use this endpoint to discover, before mutating an entity, which hooks should fire and how to dispatch them (their when/type differ). When request_body is provided, hooks whose filters do not match are excluded from the response. Hooks without filters are always included.

Response shape is the same as GET /entity_hook/action.

Request

Responses

The list of entity hook actions that apply to the given context.