Skip to main content
PUT
Complete a Reminder

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

(Required) The reminder identifier.

Body

application/json
noteTypeName
string
note
string

The body of the note.

timeSpent
string

The number of minutes spent on the interaction the note records.

isImportant
string
isPrivate
string

When true, the record is only visible to users with permission to view private records.

Response

OK

id
string

The unique identifier of the record in Virtuous.

message
string
targetDate
string
targetResolutionDateUtc
string
contactId
string

The identifier of the contact this record belongs to.

contactViewUrl
string

A link to the related contact.

contactDisplayName
string
contactAvatarUrl
string
reminderType
string
reminderTypeDisplayName
string
taskStatus
string
taskStatusDisplayName
string
completeUrl
string
dismissUrl
string
description
string

The free-text description stored on the record.

hasContact
string
isPastDue
string
isUnresolved
string
canComplete
string
completeActionName
string
canCompleteWithNote
string
owner
string
ownerAvatarUrl
string
Last modified on August 11, 2026