API Docs
Retrieve user leganto notifications
Contents
This Web service returns list of leganto notifications for a specific user.
Resource URL
GET /almaws/v1/users/{user_name}/leganto-notifications
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
user_name | xs:string | The user_name of the user |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
notificationType | xs:string | Required | Filter results by notification type. Optional. Possible values are listed in code_table_SystemEventTypes |
limit | xs:string | Optional. Default: 10 | Limits the number of results. Optional. Valid values are 0-100. Default value: 10 |
from | xs:string | Required | From this Date (YYYY-MM-DD). Optional. Defaults to today. |
to | xs:string | Required | To this date (YYYY-MM-DD). Optional. Defaults to the From Date plus one week. |
unread | xs:string | Optional. Default: false | Boolean flag for indicating whether to bring the notifications by to date or leganto last notification viewd date . Optional . |
Body Parameters
None
Output
This method returns a User Notifications
object. See doc
Possible Error Codes
Code | Message |
---|