Get CMS pages from JSON ADMIN API

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
peter69
Posts: 95
Joined: 09 Jun 2022, 19:31

Get CMS pages from JSON ADMIN API

Post by peter69 » 08 Feb 2023, 03:16

Hello Aimeos!

I was wondering if it is possible to get the cms pages with the JSON Admin API?

Regards!

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Get CMS pages from JSON ADMIN API

Post by aimeos » 09 Feb 2023, 09:24

There was a configuration missing to add permissions to all backend users in 2022.10. Can you please update using:

Code: Select all

composer up
Then, you can retrieve CMS content just like other endpoints, e.g.:
http://localhost:8000/admin/default/jsonadm/cms
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply