We sent the following elements with our REQUEST:

We got back the following array in RESPONSE:
array(5) {
  ["ArtistID"]=>
  array(1) {
    [0]=>
    string(5) "35748"
  }
  ["ReviewCount"]=>
  array(1) {
    [0]=>
    string(2) "26"
  }
  ["Page"]=>
  array(1) {
    [0]=>
    string(1) "1"
  }
  ["PageSize"]=>
  array(1) {
    [0]=>
    string(1) "5"
  }
  ["ReviewList"]=>
  array(1) {
    [0]=>
    array(1) {
      ["Review"]=>
      array(5) {
        [0]=>
        array(5) {
          ["ReviewFirstName"]=>
          string(5) "Sirhc"
          ["ReviewLastName"]=>
          string(6) "Hcabmu"
          ["ReviewEmail"]=>
          string(33) "genossejensmaul@kombinaterfurt.de"
          ["ReviewText"]=>
          string(226) "Oh my god! He told my that he used to play the guitar in the Nasszelle of his flat near the Volksuniversität Jena instead of studying physics and planwirtschaftlicher Kartoffelanbau. The DDR died, but his tune is still alive!"
          ["ReviewDate"]=>
          string(19) "27.05.2010 13:55:22"
        }
        [1]=>
        array(5) {
          ["ReviewFirstName"]=>
          string(5) "vinay"
          ["ReviewLastName"]=>
          string(4) "anam"
          ["ReviewEmail"]=>
          string(24) "vinayanam@rediffmail.com"
          ["ReviewText"]=>
          string(151) "mike burn , you are excellent listened to youre track " do youre best "is amazing having so much inspiration in it this track really heped very much ,,"
          ["ReviewDate"]=>
          string(19) "09.02.2008 07:29:48"
        }
        [2]=>
        array(5) {
          ["ReviewFirstName"]=>
          string(7) "Ricardo"
          ["ReviewLastName"]=>
          string(6) "Alfaya"
          ["ReviewEmail"]=>
          string(23) "ricard50@superig.com.br"
          ["ReviewText"]=>
          string(237) "Dear Mike,  
  
I discovered their other works in this site.  Very, very, very good same!  I downloaded all the musics that you generously offer to the public.  Again, Congratulations.  
  
Ricardo Alfaya, Rio de Janeiro, Brazil.  
"
          ["ReviewDate"]=>
          string(19) "24.06.2007 05:42:33"
        }
        [3]=>
        array(5) {
          ["ReviewFirstName"]=>
          string(7) "Ricardo"
          ["ReviewLastName"]=>
          string(6) "Alfaya"
          ["ReviewEmail"]=>
          string(23) "ricard50@superig.com.br"
          ["ReviewText"]=>
          string(126) "Dear Mike,  
  
Beautiful, wonderful, excellent " Run To You ".  Congratulations.

Ricardo Alfaya, Rio de Janeiro, Brazil."
          ["ReviewDate"]=>
          string(19) "24.06.2007 02:45:57"
        }
        [4]=>
        array(5) {
          ["ReviewFirstName"]=>
          string(5) "Jools"
          ["ReviewLastName"]=>
          string(7) "TritonX"
          ["ReviewEmail"]=>
          string(19) "orbit66@hotmail.com"
          ["ReviewText"]=>
          string(70) "Great guitar tone and playing as usual! And the synth stuff fits well."
          ["ReviewDate"]=>
          string(19) "01.04.2006 02:42:31"
        }
      }
    }
  }
}

We assign the array to seperate variables and OUTPUT these (without any design here):

We are at page 1, page size is set to 5.
Let's read out the 5 entries from the array: