Say I have the following endpoint: /api/run/{id}/action
I want to be able to group all calls to action so I see a single apdex score for this endpoint.
Is this possible in the Discover or Performance tabs or via your APIs?
I have a lot of endpoints where one or more parts of the path is made up of an ID, and I can't figure out how best I group these to extract reports.
Any help on this would be greatly appreciated.
Thanks