867 bytes added
, 12:08, 22 September 2015
{{Api_Method_Spec|
Description=
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context and logged user.
}}
{{Api_Parameter|
ParamName=filter
|ParamType=object
|ParamRequired=required
|ParamDescription=
}}
{{Api_Parameter|
ParamName=offset
|ParamType=int
|ParamRequired=optional
|ParamDescription=Index of the initial result of the list, begins with 0
}}
{{Api_Parameter|
ParamName=limit
|ParamType=int
|ParamRequired=optional
|ParamDescription=Quantity of results showed, with the maximum of 100.
}}
|Returns=
Returns a JSON object with the list of objects.
|Exceptions=
<span style="color: #a11;">TO BE COMPLETED</span>
|Cache=
This method is not cached.
|KnownIssues=
None
|VersionHistory=
<span style="color: #a11;">TO BE COMPLETED</span>
|SeeAlso=
}}