Versions Compared

Key

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

...

Code Block
languagejavascript
{
   "response" : [
      {
         "firstname" : "AffinityLive",
         "email" : "system@affinitylive.com",
         "id" : "1",
         "surname" : "System"
      },
      {
         "firstname" : "MichaelJohn",
         "email" : "michaeljohn.david@internetrix.com.au",
         "id" : "223",
         "surname" : "David"
      }
   ],
   "meta" : {
      "status" : "ok",
      "message" : "Everything executed as expected."
   }
}