store.getItems

Introduction

Get and filter the items in the developers' store.

Parameters

Name Type Description
query string A search term
ids string A comma-delimited list of item IDs to get information about
types string A comma-delimited list of types to load items from
limit int The number of items to return
offset int The offset for the first item to return

Using the PHP Library

<?php
$response
=$newhaze->api->store_getItems($query='', $ids=array(), $types=array(), $limit=50, $offset=0);
?>


© 2012 NewHaze   Icons by Pixel Mixer   Help