Query parameters

Responses

  • 200 application/json

    Returns a list of search results (max. 20 per entity)

    Hide response attributes Show response attributes object
GET /api/dw/unified_search
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/dw/unified_search' \
 --header "x-session-token: $API_KEY"
Response examples (200)
[
  {
    "class_name": "string",
    "id": "string",
    "name": "string"
  }
]