Get Section
One section with every locale's content.
Endpoint
| Method | Path | Purpose |
|---|---|---|
GET | /api/admin/appearance/sections/{id} | Get a section |
Path parameters
| Parameter | Description |
|---|---|
id | Section ID. |
Response fields
Identical to List sections.
Use cases
- Read back a copy — Copy section returns only the new section's id, name and type; this endpoint returns the copied content.
Best practices
- Use Section fields to build an editing form, not this endpoint — it returns the field schema for the type and resolves staged content over published, which this endpoint deliberately keeps separate.
Errors
| Status | When |
|---|---|
404 | No section with this ID. |
Permissions
Requires appearance.sections.

