Single Type APIs
Overview
Collection type APIs manage lists of content, such as articles, products, or layouts.
Test live APIs in our API Playground (opens in a new tab) to explore their functionality.
List of Single Type API Endpoints
GET /api/padma-backend/public-frontpage
- Description: Fetches the public frontpage
- Example Use Case: Displaying the public frontpage with available public blocks
GET /api/padma-backend/layout
- Description: Fetches a list of private pages from the collection type.
- Example Use Case: Displaying private pages with available private blocks
GET /api/padma-backend/private-layout
- Description: Fetches a list of posts from the collection type.
- Example Use Case: Displaying posts with available post blocks
GET /api/padma-backend/post-settings
- Description: Fetches a list of categories from the collection type.
- Example Use Case: Displaying categories with available category blocks
GET /api/padma-backend/permalinks
- Description: Fetches a list of categories from the collection type.
- Example Use Case: Displaying categories with available category blocks