Start time of the range of transfer runs. For example, "2017-05-25T00:00:00+00:00". The startTime must be strictly less than the endTime. Creates transfer runs where runTime is in the range between startTime (inclusive) and endTime (exclusive).
End time of the range of transfer runs. For example, "2017-05-30T00:00:00+00:00". The endTime must not be in the future. Creates transfer runs where runTime is in the range between startTime (inclusive) and endTime (exclusive).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["This content outlines the JSON specification for defining a time range to request transfer runs."],["The JSON object requires two string fields: `startTime` and `endTime`, both in Timestamp format."],["`startTime` indicates the inclusive start of the time range for transfer runs, and must be before `endTime`."],["`endTime` indicates the exclusive end of the time range, cannot be in the future, and must be after `startTime`."]]],[]]