Many endpoints allow you to specify date and time information relevant to your request. For example, you might want to search for assets uploaded on a particular date or create a link that expires at a particular time.
The default format of date and time information is yyyy-mm-ddThh:mm:ss
, where:
yyyy
is the yearmm
is the monthdd
is the dayT
is a placeholder denoting “time”hh
is the hourmm
is the minutess
is the second