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
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|
Example
pyskroutz.manufacturers(client).get(314233664).execute()
mark_as_viewed
Mark notifications as viewed
Parameters:
Name | Type | Description | Default |
---|---|---|---|
id |
notification identifier |
required |
Source code in pyskroutz/resources/notifications.py
30 31 32 33 34 35 36 37 38 39 40 41 42 |
|
Example
pyskroutz.notifications(client).mark_as_viewed([314083116]).execute()
Response Models
Response models for notifications resources