Details
-
Sub-Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
-
2017-32, 2017-33, 2017-34, 2017-35
Description
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,...