Skip to content

Binstellar-Technologies/magento2-how-to-create-custom-rest-api-to-fetch-details-of-cms-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento2 How to create custom REST API to fetch details of CMS Block

Magento 2 REST (Representational State Transfer) API: It identifies various functions which can be used to perform requests and receive responses.

   

In the following blog we are going to learn about how to call CMS Block data via REST API

   

Magento2 Content Management System (CMS) Blocks also know as static blocks are used to store many dynamic information of the client which needs to be changed by client on regular bases. Same thing needs to be sometimes shared via Rest API.

   

Wondering how to achieve that? Don't worry we have got the solution for it.

   

Install our module Binstellar/TopHeaderMenuAPI

   

Installation Steps

Step 1 : Download the Zip file from Github & Unzip it
Step 2 : Create a directory under app/code/Binstellar/TopHeaderMenuAPI
Step 3 : Upload the files & folders from extracted package to app/code/Binstellar/TopHeaderMenuAPI
Step 4 : Go to the Magento2 Root directory & run following commands

php bin/magento setup:upgrade

php bin/magento setup:di:compile

php bin/magento setup:static-content:deploy -f

php bin/magento cache:flush

   

image1

Note : We have tested this option in Magento ver. 2.4.5-p1