I am failing to locate any documentation regarding the URL Syntax that is evaluated within the Canvas Page Web Widget.
I would love to pass these as URL parameters such that the rendered HTML can be dynamic based on the project that is being viewed.
Currently, I am only aware of the user specific fields that are available.
For example, if you pass https://postman-echo.com/get?data={name} it will return JSON showing the currently logged-in user's name.
How can I access the project fields?