975 bytes added
, 11:05, 28 November 2017
{{Api_Method_Spec|
Description= Returns the list of [[Service]] objects active for the user.
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context. The token can be anonymous or logged.
}}
{{Api_Parameter|
ParamName=serviceIds
|ParamType=String
|ParamRequired=required
|ParamDescription=A comma separated list of serviceIds to have its agreement removed
}}
|Returns=
Returns a JSON object containing an array of [[Service]].
'''Example:'''
{
:: [ Array of [[Service]] objects ]
}
|Exceptions=
None
|Cache=
This method is not cached.
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 4.1
{{!}} Initial method design
{{!}} José Manuel Escartín
{{!}}}
|SeeAlso=
}}