基础信息
获取应用列表
Endpoint:
Method: GET
Type: RAW
URL: {{host}}/app/list
Headers:
Key | Value |
---|---|
Accept | application/json, text/plain, / |
Content-Type | application/json |
Example Request: 获取应用列表
Headers:
Key | Value |
---|---|
Accept | application/json, text/plain, / |
Content-Type | application/json |
Example Response: 获取应用列表
[
{
"id": 7461, // 应用ID
"accountId": 186938,
"active": 0,
"agentType": 2,
"agreementId": 41258,
"category": 0,
"globalGradingEnabled": 1,
"globalSafeEnabled": 1,
"globalSelfservcieEnabled": 1,
"globalThresholdEnabled": 1,
"globalHttpEnabled": 1,
"globalApmEnabled": 1,
"signatureEnabled": 0,
"globalExceptionStatusEnabled": 1,
"status": 1,
"appToken": "18f93365cade46c9821c86dd81176afa", // 应用token
"name": "app_test", // 应用名称
"ctime": "2021-08-26 11:58:51",
"mtime": "2021-08-26 11:58:51"
}
]
Status Code: 200