API Explorer Interface Asset - Dynamic parameters

I set up an API Explorer Asset Interface to bring details of an AirTable record.
But I need to change the ID of this record with every request the user makes.
The registration ID is at the end of my Endpoint address recoLoraQtCiFKgfA

https://api.airtable.com/v0/apps5mXPYHOxddVhN/Furniture/**recoLoraQtCiFKgfA**

But I can’t dynamically change these parameters in my experiment.
I didn’t want to have to create a filter in AirTable if I already know which record I need to read.
I want to go right into it.

Hi @schumannlabs,

You can actually set the recoLoraQtCiFKgfA to be a path parameter in your request.
See explanation here: https://support.intuiface.com/hc/en-us/articles/360007430931-Beginners-Guide-to-Web-Service-APIs#path-parameter

PathParameter

2 Likes

Yes, got it

2 Likes