API - Planyo Web Services - list_translations

Sie sind hier: Planyo » Hilfe » API » list_translations

list_translations

Description:

Lists user-defined translations for given metasite, site or resource.

Input:

resource_id int optional
Set this parameter if you'd like to get a list of resource-specific translations
site_id int optional
For metasite API keys you can limit the results to carts created within a single site context
method string required
must be set to list_translations
language string optional
by specifying a 2-letter (ISO 639-1) language code (all capital letters e.g. EN, DE, FR, ES, IT) you can change the language of the text values returned
api_key string required
your API key - Click here to get your key. If your API key uses a hash key, you must also include the parameters hash_key and hash_timestamp.

Output:

translations array
Listing of user-defined translations

API playground:

Click here to test this function in the API playground.