Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The API is communicating using RESTful calls

  • The returned content is in JSON format

  • The date and time are always in UTC and ISO8601 format https://www.w3.org/TR/NOTE-datetime  ("YYYY-MM-DDThh:mm:ssZ")

  • The success of the calls is identified by the HTTP status code(e.g. 200=OK, 401=Unauthorized)

  • There is no null value (Except imageUrl)

Authentication and Encryption

...