Comment to 'How to add PARAMS to Service Calls?'
  • Hello SehaSky !

    See the example form Developer app for Persons->View page->My photos block

    array (

      'module' => 'bx_photos',

      'method' => 'browse_author',

      'params' => 

      array (

        0 => '{profile_id}',

        1 => 

        array (

          'per_page' => 'bx_photos_per_page_profile',

          'empty_message' => false,

        ),

      ),

    The bold lines show the array f arguments, passed to service.