Skip to content

Get Section

One section with every locale's content.

Endpoint

MethodPathPurpose
GET/api/admin/appearance/sections/{id}Get a section

Path parameters

ParameterDescription
idSection ID.

Response fields

Identical to List sections.

Use cases

  • Read back a copyCopy 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

StatusWhen
404No section with this ID.

Permissions

Requires appearance.sections.

Released under the MIT License.