Collection 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 Collection Type API Endpoints

GET /api/padma-backend/layouts

  • Description: Fetches a list of layouts from the collection type.
  • Example Use Case: Displaying available templates for users to choose from.

GET /api/padma-backend/public-pages

  • Description: Fetches a list of public pages from the collection type.
  • Example Use Case: Displaying public pages with available public blocks

GET /api/padma-backend/private-pages

  • 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/posts

  • Description: Fetches a list of posts from the collection type.
  • Example Use Case: Displaying posts with available post blocks

GET /api/padma-backend/categories

  • Description: Fetches a list of categories from the collection type.
  • Example Use Case: Displaying categories with available category blocks