TYPO3 Logo
TCA_API
Options
Give feedback View source How to edit Edit on GitHub Full documentation (single file)

TCA_API

  • Introduction
    • Motivation
  • Installation
  • Configuration
    • Site Settings
    • Resource Definition
    • Overriding Third-Party Resource Configs
    • Columns
    • Virtual Properties
    • Filters
    • Sorting
    • Security
    • Relations
    • Validation
    • File Uploads
    • Caching
    • Userinfo Endpoint
  • API Usage
  • Developer Guide
    • PSR-14 Events
    • Custom Operation Handlers
    • Request Attributes
    • Architecture
    • Configuration Module
  • Known Problems
  1. TCA_API
  2. Configuration
Give feedback Edit on GitHub

Configuration 

TCA_API is configured through two mechanisms:

  1. Site settings — global per-site options such as the API prefix, pagination defaults, CORS headers, and OpenAPI access.
  2. Resource definitions — per-table PHP arrays that define which tables, columns, and operations to expose.
  • Site Settings
  • Resource Definition
  • Overriding Third-Party Resource Configs
  • Columns
  • Virtual Properties
  • Filters
  • Sorting
  • Security
  • Relations
  • Validation
  • File Uploads
  • Caching
  • Userinfo Endpoint
  • Previous
  • Next
Reference to the headline

Copy and freely share the link

This link target has no permanent anchor assigned. You can make a pull request on GitHub to suggest an anchor. The link below can be used, but is prone to change if the page gets moved.

Copy this link into your TYPO3 manual.

  • Home
  • Contact
  • Issues
  • Repository

Last rendered: May 27, 2026 07:20

© since 2024 by Maik Schneider & Contributors
  • Legal Notice
  • Privacy Policy