Object ID frome one API to API

  • higolol-1322180864360316960

    Higolol

    4 months ago

    My task. Clicking on a result in the table would open a page with information about that result.

    The API that gives information about the result contains an ID that should be passed as a parameter to another API. How to do it?
    1322180865043992717-image.png
  • higolol-1322191698285035564

    Higolol

    4 months ago

    I can't find in the documentation how to make a function to change the visual part of the object on mouseover and the cursor itself.
  • lucasg-1322219835752579185

    Lucas G

    4 months ago

    On click you pass that as a URL parameter to the next page
  • higolol-1322928215911563284

    Higolol

    4 months ago

    How it can be done. Can you clarify or refer me to documentation where I can read or see this?
  • Tod-1322928218805633117

    Tod

    4 months ago

    Great energy @Higolol! Your continuous contribution to the toddle Community just made you advance to Community Level 2!
  • tomthebigtree-1323210995149180981

    Tom Ireland

    4 months ago

    It’s worth reading this part of the toddle docs to get a better understanding about URL path and query parameters. See https://toddle.dev/docs/dynamic-pages

    You might also get something useful from the toddle AI as well.