Mechanism for handling dynamic API routes?

I’m trying to make calls to an API collection without routing such as /v2/applications/{externalKey}/datapages where externalKey is populated by data from the collection /v2/applications.

The idea is list /v2/applications via a list component and each item links to a new screen with the response data containing externalKey and populating the list on the new screen with /v2/applications/{externalKey}/datapages.

Is there a mechanism to accomplish dynamic routing?

1 Like