apps (apps/list)

To get the list of available apps, use the following request:

Copied!
svc=apps/list&params={"manageMode":1,"filterLang":""}

Parameters

You can use the following optional parameters in the request:

Name

Description

manageMode

1 - flag for billing data.

filterLang

Filter by language.

Response

If the request is completed successfully, the following response is returned:

Copied!
{"name":"<text>", /* app name */
"description":"<text>", /* app description */
"url":"<text>", /* app url */
"flags":<uint>,	/*flags */
"sortOrder":<uint>, /*sort type */
"serviceName":"<text>", /* service name*/
"id":<uint>, /* app ID */
"langs":"<text>", /* app languages*/
"requiredServicesList":"<text>", /* required services */
"billingPlans":"<text>", /* required billing plans*/}

Otherwise, an error code is returned.

Error codes

Error codeDescription
7Access denied (unknown WDC_ROOT,  unknown cluster for the user,  billing check failed for the user).

If you find a mistake in the text, please select it and press Ctrl+Enter.

Your message was sent. Thank you!

Report a mistake

An error occurred while submitting the form

Download PDF file
Download Word document

See also