Tagged Questions
1
vote
1answer
535 views
Recommended date format for REST GET API [closed]
What's the recommended timestamp format for a REST GET API like this:
http://api.example.com/start_date/{timestamp}
I think the actual date format should be ISO 8601 format, such as ...