LimeLM
wyBuild
Support forum
wyDay blog
wyDay Home

limelm.prod.getAll

Gets all products and versions associated with the account along with the default settings for those versions.

Arguments

api_key (Required)
Your API application key. Your api key is available on your settings page.

Example Response

The method returns a list of products and versions associated with the account.

<products>
    <product id="XYZ" name="Adobe Photoshop">
        <versions>
            <version id="ABC1" name="CC 2019" trial_length="30" allow_vm="no" deact_limit="0" ... />
            <version id="EFGH" name="CC 2020" trial_length="30" allow_vm="yes" deact_limit="12" ... />
        </versions>
    </product>
    <product id="ZYX" name="Microsoft Office">
        <versions>
            <version id="LMNO" name="2016" trial_length="30" allow_vm="no" deact_limit="0" ... />
            <version id="PQRS" name="2019" trial_length="30" allow_vm="no" deact_limit="0" ... />
        </versions>
    </product>
</products>

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.
166: You do not have permission to create, remove, or edit products and versions. Contact your account administrator(s).
The account you're using does not have the specific permissions needed to modify products and version.
167: No products found.
There were no products in the account. Read "Getting started with LimeLM".
168: LimeLM web API only supports POST over HTTPS.
All web API functions must be used over HTTPS using POST. Described in the web API overview.
118: Your account is in dormant mode. Re-enable your account.
You cannot set tags when your account is in dormant mode. Re-enable your account and you will no longer get this error.
142: Service currently unavailable
The requested service is temporarily unavailable.