Back to Views

Create API

DataSource: {{ optional($dataSources->find($datasourceId))->name ?? '—' }}
{{-- ══════════════════════════════════════════════════════════════════ SUCCESS PANEL ═══════════════════════════════════════════════════════════════════ --}} {{-- ── Error Panel ─────────────────────────────────────────────────── --}}

New API Definition

Expose a database view as a REST endpoint

@csrf {{-- API Name --}}

Slug:

{{-- HTTP Methods --}}

Each enabled method generates its own URL.

{{-- Live URL preview --}}

GET = read/list · POST = create · PUT = replace · PATCH = partial update · DELETE = remove

{{-- Primary Key --}} {{-- View / Dataset --}}

Views are from the selected datasource.

{{-- Columns --}}
|
Select a view to load its columns.

0 column(s) selected

{{-- Submit --}}