Skip to main content

APP Management API Definition

Download OpenAPI specification:Download

Authentication

Sign

Security Scheme Type: API Key
Header parameter name: Authorization

apps

APP Management

Get App List

Use the appType parameter to query data for different types of apps. Currently, only supports "ide" type, which refers to the Tianfang (Business Designer) app.

Authorizations:
Sign
query Parameters
appType
required
Array of strings

APP type(s) to query. Use an array to specify multiple types. Currently, only supports "ide". If the specified type does not exist, an empty list will be returned.

current
required
integer
Default: 1

Current page number, starting from 1.

pageSize
required
integer <= 100
Default: 20

Number of items per page (default is 20, maximum is 100).

header Parameters
Accept-Language
string <= 8 characters
Example: zh-cn

Internationalization language (returns content in different languages based on the language code). Defaults to the language of the server's operating system. English is en-us, Chinese is zh-cn.

Responses

Response samples

Content type
application/json
{
  • "list": [
    ],
  • "pagination": {
    }
}