User Notifications
get
List notifications or retrieve a single notification
Parameters:
Name | Type | Description | Default |
---|---|---|---|
_id |
Optional[int]
|
manufacturer identifier |
None
|
Source code in pyskroutz/resources/notifications.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|
Example
pyskroutz.manufacturers(client).get(314233664).execute()
mark_as_viewed
Mark notifications as viewed
Parameters:
Name | Type | Description | Default |
---|---|---|---|
ids |
List[int]
|
Notification identifiers |
required |
Source code in pyskroutz/resources/notifications.py
33 34 35 36 37 38 39 40 41 42 43 44 45 |
|
Example
pyskroutz.notifications(client).mark_as_viewed([314083116]).execute()
Response Models
Response models for notifications resources