Versions Compared

Key

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

...

Code Block
languagebash
GET /staff/1.json?_fields=email&_limit=2
Code Block
languagejavascript
{
   "response" :
      {
         "firstname" : "AffinityLive",
         "email" : "system@affinitylive.com",
         "id" : "1",
         "surname" : "System"
      },
      {
         "firstname" : "Michael",
         "email" : "michael.david@internetrix.com.au",
         "id" : "2",
   
     "surname" : "David"
      }
   ,
   "meta" : {
      "status" : "ok",
      "message" : "Everything executed as expected."
   }
}