Get a list of SimpleReference

GET /api/notification/mass_notification/simple_references

Query parameters

  • iw-build-id string

    build id of the client

  • iw-package-id string

    package id of the client

  • className string Required

    The className to get the references for. e.g. person

Responses

  • 200 application/json

    Get a list of SimpleReference

    Hide response attributes Show response attributes object
    • class_name string
    • id string
    • name string
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"
  }
]