Filter models

Use filtering options to find entity matcher models.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
limit
integer <int32> [ 1 .. 1000 ]
Default: 100

<- Limits the number of results to return.

required
object

Filter on models with strict matching.

Responses
200

Success

400

The response for a failed request.

post/context/entitymatching/list
Request samples
application/json
{
  • "limit": 100,
  • "filter": {
    • "featureType": "simple",
    • "classifier": "randomforest",
    • "originalId": 111,
    • "name": "simple_model_1",
    • "description": "Simple model 1"
    }
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}