Get a list of SimpleReference

GET /api/notification/mass_notification/simple_references

Query parameters

Responses

  • 200 application/json

    Get a list of SimpleReference

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