SearchPersons

From Gvp-public
Revision as of 07:49, 23 September 2015 by B.elp (talk | contribs) (Created page with "{{Api_Method_Spec| Description=Returns a list of Person in the GVP group. This method can be used by anonymous login or logged user. |Parameters= {{Api_Parameter| ParamN...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Returns a list of Person in the GVP group. This method can be used by anonymous login or logged user.

Parameters

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.
  • filter (string, required)
Complex filter for genreSearch i.e: {["Type": enum.GenreSearchType, "Value": "searchTerm"]}
  • offset (int, optional)
The offset number of the returned values for this request
  • limit (int, optional)
The limit number of values for this request


Returns

Returns a JSON object containing an array of Person.


Exceptions

  • None


Caching

This method is not cached.


Known issues

  • None


Version history

See also