Skip to main content
GET
/
api
/
Reminder
/
Type
/
ReminderFrequency
Gets Reminder Frequency Types
curl --request GET \
  --url https://api.virtuoussoftware.com/api/Reminder/Type/ReminderFrequency \
  --header 'Authorization: Bearer <token>'
"<object>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

The response is of type string.

Last modified on June 5, 2026