Data filters REST URLs
- Last UpdatedOct 02, 2025
- 2 minute read
- PI System
- Adapter for RDBMS 1.1
- Adapters
The following is a list of available REST URLs:
|
HTTP verb |
Relative URL |
Action |
|---|---|---|
|
|
api/v1/configuration/<componentId>/DataFilters |
Gets all configured data filters. |
|
|
api/v1/configuration/<componentId>/DataFilters |
Deletes all configured data filters. |
|
|
api/v1/configuration/<componentId>/DataFilters |
Adds an array of data filters or a single data filter. Fails if any data filter already exists. |
|
|
api/v1/configuration/<componentId>/DataFilters |
Replaces all data. |
|
|
api/v1/configuration/<componentId>/DataFilters |
Allows partial updating of configured data filter. |
|
|
api/v1/configuration/<componentId>/DataFilters/id |
Gets configured data filter by id. |
|
|
api/v1/configuration/<componentId>/DataFilters/id |
Deletes configured data filter by id. |
|
|
api/v1/configuration/<componentId>/DataFilters/id |
Replaces data filter by id. Fails if data filter does not exist. |
Note: Replace <componentId> with the Id of your adapter component.




