Skip to main content

Overview

useFetchRule returns a callable function that fetches a single community rule by ID. Rules are publicly readable — no authentication is required.

Usage Example

Parameters

spaceId
string
required
UUID of the space.
ruleId
string
required
UUID of the rule to fetch.

Returns

A single Rule object with id, projectId, spaceId, title, description, order, lastApprovedBy, createdAt, and updatedAt.