akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
952 stars 514 forks source link

[Question / Bug]: Akeneo REST API: Fetch catalog groups via REST API #19614

Open JonesTPG opened 1 year ago

JonesTPG commented 1 year ago

Akeneo REST API: fetch catalog groups

Expected outcome: Groups could be fetched via /groups endpoint (or similar).

Akeneo version: 6.0.63

In Akeneo 6, it seems to not be possible to fetch groups defined in settings -> product settings -> groups via the REST API. While products that belong in a certain group can still be fetched via the /products endpoint by using the "groups" filter, the inability to fetch the groups themselves means that for example the labels of the group cannot be fetched via the REST API.

Is this a bug or intended behaviour? Is there any way to make the group labels accessible to the REST API?

timonburkard commented 1 year ago

Yes, as far as I know, this is not supported.