Skip to main content
GET
Get administration notification by id

Authorizations

Authorization
string
header
required

OAuth2 access token or static API token. See Authorization for how to obtain one.

Path Parameters

id
string
required

Notification identifier

Query Parameters

administration_id
string
required

Administration identifier

fields
string

JSON object defining fields to receive (e.g {"only": ["field1", {"field2": ["field3"]}]})

Response

Notification

CustomerApi_V1_NotificationEntity model

notification_type
string
required

Notification type (see the Notification model).

resource_type
string
required

Resource type the notification is about (administration|credit_case|debtor|invoice)

acknowledged_by_user
object
required

User who acknowledged the notification

details
object
required

Notification details

administration_id
string
required

Owning administration identifier

id
string
required

Unique identifier

created_at
string<date-time>
required

Timestamp at which the notification was created

credit_case_id
string

Associated credit_case identifier

debtor_id
string

Associated debtor identifier

invoice_id
string

Associated invoice identifier

acknowledged_at
string<date-time>

Timestamp at which the notification was acknowledged

updated_at
string<date-time>

Timestamp at which the notification was last updated

Last modified on August 13, 2026