reminders info
GET {{baseUrl}}/reminders.info?reminder=<string>
Gets information about a reminder.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
reminder | string | The ID of the reminder |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","reminder":{"id":"\u003cstring\u003e","creator":"\u003cstring\u003e","user":"\u003cstring\u003e","text":"\u003cstring\u003e","recurring":"\u003cboolean\u003e","complete_ts":"\u003cinteger\u003e","time":"\u003cinteger\u003e"}}