LimeLM
wyBuild
Support forum
wyDay blog
wyDay Home

limelm.trialExtension.getID

Gets the trial extension ID based on a trial extension.

Arguments

api_key (Required)
Your API application key. Your api key is available on your settings page.
version_id (Required)
The id of the version of which the trial extension belongs. You can get the version ID by examining the URL in your browser. For instance, from the URL https://wyday.com/limelm/version/100/ you can see the version ID is 100. (Note: The Version ID is not the Version GUID).
ext (Required)
The trial extension you want to get the ID for.

Example Response

The method returns the single trial extension ID.

<trialext id="103"/>

Error Codes

100: Invalid API Key
The API key passed was not valid or has expired.
101: Method "xxx" not found
The requested method was not found.
164: An API key must be used by X devices. Configurable in your settings.
You can only use an API key from X devices. You can set the exact number on your settings page. If you need to use the web API from multiple servers then create another user. You can also temporarily reset this message by logging into the account for which the API key is created and resetting the last used IP address on your settings page.
108: The version id is missing.
The version id was not specified.
118: Your account is in dormant mode. Re-enable your account.
You cannot generate product keys when your account is in dormant mode. Re-enable your account and you will no longer get this error.
135: The trial extension doesn't exist or you don't have access to it.
You can only delete trial extensions you have access to.
142: Service currently unavailable
The requested service is temporarily unavailable.
143: You do not have permission to view or manually activate verified trials or the ability to create, edit, and delete trial extensions. Contact your account administrator(s).
You need permission to manage trial extensions. Contact your admin to give you permissions.
144: The trial extension is missing.
You're missing the "ext" parameter.