actindo ->auth__get_license_count
actindo -> auth__get_license_count: read the available license count for the given productId. Available since __TICKET_NAME_RSCORE-79__
Signaturstring auth__get_license_count( string $sid, string $productId )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • string $productId
    the product id to query licenses of
     
Returnsstring
array('ok'=>true/false, 'count'=> 0)
 
Descriptionread the available license count for the given productId. Available since __TICKET_NAME_RSCORE-79__