API.fetchAccountSubscriptions
This SOAP-based API is deprecated. Please use the REST-based API instead.
This action allows you to recover all or part of the subscriptions of an account.
Request
| Name | Type | Description |
|---|---|---|
| api_key (required) | string | Use your API key |
| login (required) | string | Use the e-mail address of an account profile that has access to the APIs. |
| md5_pwd (required) | string | Use the password from the profile, encrypted in MD5 format. |
| account_id | integer | ID of the account you wish to recover the subscriptions from. If left blank, your account will be used. |
| order | string | String of characters used to define the organization criteria of the subscriptions (see sorting) |
| way | string | String of characters used to define the sort order. Either UP (default) or DOWN. |
| start | integer | Start position of the range of subscriptions. Default is 0. |
| step | integer | Number of subscriptions to be sent from the start position. |
Response
This request sends an array of subscriptions.
Error codes
See the error code section.
