Resource Index

GET /api/textblocks/

Documentation

Text Blocks are used to create short-form textual content.

Skylark configurations generally treat this object as a text block type, with block-by-block appearance and copy metadata stored when the text block is scheduled into a containing Set.

For longer-form rich text, consider the Articles API instead.

Common feature support

Scheduling 🚫
Versioning 🚫
Free-text search 🚫

Resource Permissions

Read Available without authentication
Create Restricted to authenticated superusers
Update Restricted to authenticated superusers
Delete Restricted to authenticated superusers

Response Headers

200 OK
Content-Type: application/json

Response Body

{
    "objects": []
}