Get a list of SimpleReference
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
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"
}
]