API Documentation
  • Getting Started
  • Changelog
  • Authentication
  • Date Format
  • Response API
  • Core Resources
    • Journal
    • Habits
      • Status
      • Logs
      • Goal
        • Periodicity
    • Actions List
    • Notes
    • Moods
    • Areas
  • Enum
    • Action Status
    • Mood Value
    • Note Type
    • Unit Type
    • Log Method
    • Time Of Day
Powered by GitBook
On this page

Was this helpful?

Date Format

Habitify API uses ISO-8601 date format for all requests and responses. Note that this format includes time offsets from UTC.

Example: Your current time is 2021-05-21T07:00:00 and your current time offset is +07:00. So time representation is 2021-05-21T07:00:00+07:00.

yyyy-MM-dd'T'HH:mm:ss±hh:mm

URL Encode your date formatted before adding it to query parameter

Before Encode: 2020-12-02T02:57:33+07:00

After Encode: 2020-12-02T02%3A57%3A33%2B07%3A00

PreviousAuthenticationNextResponse API

Last updated 3 years ago

Was this helpful?