All URIs are relative to https://localhost:5000/v1/api
Method | HTTP request | Description |
---|---|---|
fyi_deliveryoptions_device_id_delete | delete /fyi/deliveryoptions/{deviceId} | Delete a device |
fyi_deliveryoptions_device_post | post /fyi/deliveryoptions/device | Enable/Disable device option |
fyi_deliveryoptions_email_put | put /fyi/deliveryoptions/email | Enable/Disable email option |
fyi_deliveryoptions_get | get /fyi/deliveryoptions | Get delivery options |
fyi_disclaimer_typecode_get | get /fyi/disclaimer/{typecode} | Get disclaimer for a certain kind of fyi |
fyi_disclaimer_typecode_put | put /fyi/disclaimer/{typecode} | Mark disclaimer read |
fyi_notifications_get | get /fyi/notifications | Get a list of notifications |
fyi_notifications_more_get | get /fyi/notifications/more | Get more notifications based on a certain one |
fyi_notifications_notification_id_put | put /fyi/notifications/{notificationId} | Get a list of notifications |
fyi_settings_get | get /fyi/settings | Get a list of subscriptions |
fyi_settings_typecode_post | post /fyi/settings/{typecode} | Enable/Disable certain subscription |
fyi_unreadnumber_get | get /fyi/unreadnumber | Get unread number of fyis. The HTTP method POST is also supported. |
serde_json::Value fyi_deliveryoptions_device_id_delete(device_id) Delete a device
Name | Type | Description | Required | Notes |
---|---|---|---|---|
device_id | String | device ID | [required] |
serde_json::Value
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::InlineResponse2004 fyi_deliveryoptions_device_post(body) Enable/Disable device option
Name | Type | Description | Required | Notes |
---|---|---|---|---|
body | InlineObject1 | [required] |
crate::models::InlineResponse2004
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::InlineResponse2004 fyi_deliveryoptions_email_put(enabled) Enable/Disable email option
Name | Type | Description | Required | Notes |
---|---|---|---|---|
enabled | String | true/false | [required] |
crate::models::InlineResponse2004
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::InlineResponse2005 fyi_deliveryoptions_get() Get delivery options
options for sending fyis to email and other devices
This endpoint does not need any parameter.
crate::models::InlineResponse2005
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::InlineResponse2003 fyi_disclaimer_typecode_get(typecode) Get disclaimer for a certain kind of fyi
Name | Type | Description | Required | Notes |
---|---|---|---|---|
typecode | String | fyi code, for example --M8, EA | [required] |
crate::models::InlineResponse2003
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::InlineResponse2004 fyi_disclaimer_typecode_put(typecode) Mark disclaimer read
Name | Type | Description | Required | Notes |
---|---|---|---|---|
typecode | String | fyi code, for example --M8, EA | [required] |
crate::models::InlineResponse2004
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<serde_json::Value> fyi_notifications_get(max, exclude, include) Get a list of notifications
Name | Type | Description | Required | Notes |
---|---|---|---|---|
max | String | max number of fyis in response | [required] | |
exclude | Option<String> | if set, don't set include | ||
include | Option<String> | if set, don't set exclude |
Vec<serde_json::Value>
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<serde_json::Value> fyi_notifications_more_get(id) Get more notifications based on a certain one
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | id of last notification in the list | [required] |
Vec<serde_json::Value>
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
serde_json::Value fyi_notifications_notification_id_put(notification_id) Get a list of notifications
Name | Type | Description | Required | Notes |
---|---|---|---|---|
notification_id | String | mark a notification read | [required] |
serde_json::Value
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Veccrate::models::InlineResponse2002 fyi_settings_get() Get a list of subscriptions
Return the current choices of subscriptions, we can toggle the option
This endpoint does not need any parameter.
Veccrate::models::InlineResponse2002
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
serde_json::Value fyi_settings_typecode_post(typecode, body) Enable/Disable certain subscription
Configure which typecode you would like to enable/disable.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
typecode | String | fyi code | [required] | |
body | InlineObject | [required] |
serde_json::Value
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::InlineResponse2001 fyi_unreadnumber_get() Get unread number of fyis. The HTTP method POST is also supported.
Returns the total number of unread fyis
This endpoint does not need any parameter.
crate::models::InlineResponse2001
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]