Endpoint is used to export your visit schedules from Repsly.
Define start and end date to receive response with visit schedules planned in wanted period.

Response definition

NameTypeDescription
MetaCollectionResult\TotalCountIntegerTotal count of visit schedules
ScheduleCodeString (50)Unique schedule identifier
ScheduledDateString (10)Date of visit (date format "2024-11-25")
ScheduledTimeString (5)Time of visit (time format "15:00"), empty for any time visit
UserIDString (20)Representative code (visitor in this visit)
RepresentativeNameString (80)Representative name (visitor in this visit)
ClientCodeString (50)Unique client code
ClientNameString (255)Client name
StreetAddressString (255)Client street address
ZIPString (20)Client ZIP code
ZIPExtString (20)Client ZIP extension
CityString (255)Client city
StateString (255)Client state
CountryString (255)Client country
DueDateBooleanIndicates if visit has due date or not
VisitNoteTextNote on the visit
ProjectNameString (255)Name of the project
ScheduledDurationIntegerDuration of the visit in minutes.
RepeatEveryWeeksIntegerIndicates scheduled visit frequency, in weeks, for recurring schedules.
RepeatDaysString (60)Days on which recurring scheduled visits occur (format "Sunday|Monday|Friday")
RepeatEndDateString (10)End date for repeating recurring schedules (date format "2024-11-25")
AlertUsersIfMissedStringList of admin emails that will be notified if scheduled visit was missed (format "admin_email_1|admin_email_2")
AlertUsersIfLateStringList of admin emails that will be notified if visitor was late (format "admin_email_1|admin_email_2")
AlertUsersIfDoneStringList of admin emails that will be notified if scheduled visit was completed (format "admin_email_1|admin_email_2")
ExternalIDStringOptional external identifier
TasksArray(Task)List of tasks that need to be completed during scheduled visit, definition is below

Task

NameTypeDescription
TaskTypeString (20)Task type identifier, possible values are "Note", "Photo", "Form", "Audit" or "Sales document"
TaskDescriptionTextRepresents custom description for "Photo" and "Note", but for "Form", "Audit" and "Sales document" it represents their exact title.
Language