Hi @bktag
Yes, it’s possible ![]()
Inside Request settings, scroll down and find properties, add the new property let’s call it “id” and set default value.
Then in endpoint, do something like this
https://api.flotiq.com/api/v1/content/flotiqBlogPost/${properties->get(‘id’)}
This should be enough, now you can create single-page inside builder
- Create new page or use existing
- Set the source to the request you’ve created
- Set route to include /:id (this is must, because the property you created is id)
We are working on improving variable system. The REST API doesn’t have yet variable popup which would make things easier.