Argument | Description |
&KeyType | The default is &KeyType=text. If you specify &KeyType=time, then &StartKey may be an ISO 8601 representation of a date/time value, for example &StartKey=20020101T140000,00Z or &StartKey=20020101T090000-0500
The first value represents 2 PM GMT on January 1, 2002. The second represents local time with an offset from GMT. Either format can be used to represent 9 AM Eastern Time on January 1, 2002. |
&UntilKey | This argument can specify a value upon which to end the range (not inclusive). Like &StartKey, it can be either text or time. It solves one of the problems of working with calendar data—it allows you to specify a range of data without knowing exactly how many items there are in the range. You can use &StartKey and &UntilKey to specify all the calendar entries in the period beginning on or after March 1 and ending before April 1, for example. |
&StartKey | This argument was enhanced to not return an error when the key specified was after the last entry in the view. Rather, some XML is returned representing that there are no entries. |