List Reminders
List reminders
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Client id owned by the brand
Sales Associate id owned by the brand
Only show reminders updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
Combined with the from
parameter, only show reminders updated whitin the given range (from..to) time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
Page number of the results to fetch. Default: 1
Results per page (max 100). Default: 30
Response
Unique identifier of the store where the reminder was created (based on associate assignment)
Store name of where the reminder was created (based on associate assignment)
Unique identifier of the associate that created the reminder
Full name of the associate who created the reminder
Unique identifier of the client that the reminder is with
Full name of the client that the reminder is with
Short description of the reminder added by the associate
Details added to the reminder by the associate
Timestamp of when the reminder was created
Timestamp of when the reminder was last updated
Timestamp of when the reminder was scheduled to start
Timestamp of when the reminder was scheduled to end
Whether or not the reminder was marked as done by the associate. If the reminder is marked as done this will be true
, otherwise defaults to false
Timestamp of when the reminder was marked as done by the associate