A request message to get all schedule tables listed in the specified database files.

interface GetScheduleTablesFromDatabaseFilesRequest {
    files: string[];
    preferences: ApiPreferences;
}

Properties

Properties

files: string[]

Database files to retrieve schedule tables from.

preferences: ApiPreferences