Request Parameters
Review and implement some common parameters that could be useful to the clients consuming the API.
Parameter Details
Currently, only one parameter is implemented. The pretty=[true|false] parameter makes the output of the request pretty-printed. This makes the API output more human readable.
Filtering parameters could reduce the overhead of the API by returning only requested parts of the resource object. Suggested syntax is a comma-separated list of field names: filter=field1,field2,...
|