What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello Team, We want to create Glue Api endpoint (

U03D56SF151
U03D56SF151 Posts: 7 🧑🏻‍🚀 - Cadet

Hello Team,
We want to create Glue Api endpoint (http://glue.pxs-int.demo-spryker.com/site/breadcrumbs). We have added all things related to it in custom module plugin. But it is not working and we are getting 404 for it.

When we pass any parameter between site and breadcrumbs like this (http://glue.pxs-int.demo-spryker.com/site/123/breadcrumbs), then it is working but we don't have any parameter between it.
Then how we can handle this type of route?

Comments

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer

    Create any fake id and use it. JSON:API expects that the parent resource always has an id (site/123 ).
    So you could just call site/all/breadcrumbs.

    As long as you don't work with the id it does not matter what you pass in.