Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 6.8 KB

File metadata and controls

12 lines (9 loc) · 6.8 KB

Reminder

Fields

Field Type Required Description Example
assignee models.Person ✔️ N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
requestor Optional[models.Person] N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
remind_at int ✔️ Unix timestamp for when the reminder should trigger (in seconds since epoch UTC).
created_at Optional[int] Unix timestamp for when the reminder was first created (in seconds since epoch UTC).
reason Optional[str] An optional free-text reason for the reminder. This is particularly useful when a reminder is used to ask for verification from another user (for example, "Duplicate", "Incomplete", "Incorrect").