<< Back to ForgeBox API Documentation
ForgeBox API Method: entries/popular
Returns the most popular entries in ForgeBox
URL:
http://www.coldbox.org/api/forgebox/{format}/entries/popular
Formats:
HTTP Method(s):
Parameters:
- maxrows (optional) : The max records to retrieve. By default we return all records (defaults to 0)
- startrow (optional) : The offset to use when paging records. By default we return all records (defaults to 0)
- type (optional) : The type slug to filter the results with. You will need to use the ForgeBox type slugs in order to make this work. Please see the types method
Usage examples:
Below is a simple example using curl (about cURL)
<< Back to ForgeBox API Documentation