본문으로 건너뛰기

protos.schedule.schedule.GetSchedulesByVisitorQuery

visitorIdstringrequired

조회할 내원객 ID

startDateTimeUtcstring

조회 범위 시작 시각 (ISO 8601, e.g. 2024-01-01T00:00:00Z)

endDateTimeUtcstring

조회 범위 끝 시각 (ISO 8601, e.g. 2024-01-31T23:59:59Z)

deletedboolean

삭제된 스케줄 포함 여부 (기본값: false)

protos.schedule.schedule.GetSchedulesByVisitorQuery
{
"visitorId": "string",
"startDateTimeUtc": "string",
"endDateTimeUtc": "string",
"deleted": true
}