Web service Frequently Asked Questions

The result returned is an array of one row, that contains an array with one element which is the count result. That result can be accessed as index 0 or with the key 'count':

Array(
   [0] => Array(
       [count] => 12
   )
)


coreBOS Documentación