Filter labels

Use advanced filtering options to find label definitions.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
object (Filter)

Filter on labels definitions with strict matching.

cursor
string
limit
integer [ 1 .. 1000 ]
Default: 100

Limits the number of results to return.

Responses
200

A list of label definitions.

400

The response for a failed request.

post/labels/list
Request samples
application/json
{
  • "filter": {
    • "name": "string",
    • "externalIdPrefix": "string",
    • "dataSetIds": [
      ]
    },
  • "cursor": "4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo",
  • "limit": 100
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string"
}