Appearance
project tagging endpoints
Reference for project endpoints related to tag and tag folder reads.
What is project tagging?
Project tagging is the read-only view used by the Signal app to load tags and folders for a project. It supports tag selection, tag browsing, and folder-based organization without exposing tag write operations here.
Scope
These endpoints are exposed in the /project area and are used by tagging interfaces:
- list tags for a project
- read one tag in a project
- list tag folders for a project
Authentication
Authentication is required. See Authentication.
Permissions
All endpoints in this section require user access or higher.
This corresponds to tiers 1, 2, 3, and 4.
Endpoints
Notes
- Tag write operations and tagging-rule management are documented under tag endpoints.