All URIs are relative to https://www.metaculus.com
Method | HTTP request | Description |
---|---|---|
notifications_list | GET /api2/notifications/ | |
notifications_mark_read_create | POST /api2/notifications/mark_read/ |
crate::models::PaginatedNotificationList notifications_list(page)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
page | Option<i32> | A page number within the paginated result set. |
crate::models::PaginatedNotificationList
basicAuth, cookieAuth, tokenAuth
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::Notification notifications_mark_read_create(notification)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
notification | Notification | [required] |
basicAuth, cookieAuth, tokenAuth
- Content-Type: application/json, application/x-www-form-urlencoded, multipart/form-data
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]