---
title: Advanced example
description: The following table demonstrates an advanced configuration of path parameters.
component: pingauthorize
version: 10.1
page_id: pingauthorize:pingauthorize_server_administration_guide:paz_advanced_request_path_parameters
canonical_url: https://docs.pingidentity.com/pingauthorize/10.1/pingauthorize_server_administration_guide/paz_advanced_request_path_parameters.html
revdate: January 25, 2023
---

# Advanced example

The following table demonstrates an advanced configuration of path parameters.

| API Endpoint property | Example value                     |
| --------------------- | --------------------------------- |
| `base-path`           | `/health/{tenant}/{resourceType}` |
| `service`             | `HealthAPI.{resourceType}`        |
| `resource-path`       | `{resourceType}/{_TrailingPath}`  |

A request URI with the path `/health/OmniCorp/patients/1234` matches the example `base-path` value.

The following properties are added to the policy request:

* `service : HealthAPI.patients`

* `HttpRequest.ResourcePath : patients/1234`

* `Gateway.tenant : OmniCorp`

* `Gateway.resourceType : patients`
