Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

GET, POST, PATCH and DELETE

09/04/2025, by Ivan

This section contains examples and information per request type: GET, POST, PATCH and DELETE

About the examples

All examples are working examples that you can try either in a browser or a JSON client (for example: Postman). You need a standard Drupal installation, a number of Article nodes and the JSON:API module enabled.

http://example.com/jsonapi/node/article/{{article_uuid}}

All requests use the '/jsonapi' path prefix, which is the default value of the JSON:API module. In various examples placeholders are denoted by a double curly brace syntax, eg. {{...}}. Replace them with the designated data applicable for your environment.

To allow POST, PATCH and DELETE operation, visit
/admin/config/services/jsonapi
and check the "Accept all JSON:API create, read, update, and delete operations." option.

JSON:API get, post, update, delete methods
JSON:API enabling Create, Read, Update, Delete methods.

Article from Drupal Documentation.