Support for standard REST URL structure.
REST Resource Naming Best Practices, as defined at https://restfulapi.net/resource-naming/ suggest that query strings should be used for filtering a resource collection.
For example,
http://api.example.com/device-management/managed-devices?region=...