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) "25"
  }
  ["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) "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"
        }
        [1]=>
        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"
        }
        [2]=>
        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"
        }
        [3]=>
        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"
        }
        [4]=>
        array(5) {
          ["ReviewFirstName"]=>
          string(3) "Mr "
          ["ReviewLastName"]=>
          string(5) "Spock"
          ["ReviewEmail"]=>
          string(0) ""
          ["ReviewText"]=>
          string(20) "Not that impressive."
          ["ReviewDate"]=>
          string(19) "12.01.2006 16:20:44"
        }
      }
    }
  }
}

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: