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
- 200
- 4XX
- 5XX
The list of entity hook actions that apply to the given context.
Client error responses due to invalid input or missing parameters.
Server error responses indicating an issue on the API side.