You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

When the GET /webaccounts API is called, only one web account is returned in the resource object. For example:

{
   "_embedded":{
      "webaccounts":[
         {
            "name":"Test Account",
            "_links":{
               "self":{
                  "href":"http://127.0.0.1/api/webaccounts/test"
               }
            }
         }
      ]
   },
   "_links":{
      "self":{
         "href":"http://127.0.0.1/api/webaccounts"
      },
      "apiEntryPoint":{
         "href":"http://127.0.0.1/api"
      }
   }
}
  • No labels