Help Center> ServiceStage> API Reference> Application Management APIs> Applications> Obtaining Application Details Based on the Application ID

Obtaining Application Details Based on the Application ID

Function

This API is used to obtain application details based on the application ID.

URI

GET /v2/{project_id}/cas/applications/{application_id}

Table 1 Path parameters

Parameter

Type

Mandatory

Description

project_id

String

Yes

Tenant's project ID.

application_id

String

Yes

Application ID.

Request Parameters

Request parameters

None

Response Parameters

Response parameters

Table 2 Response parameters

Parameter

Type

Description

id

String

Application ID.

name

String

Application name.

description

String

Application description.

creator

String

Creator.

project_id

String

Project ID.

enterprise_project_id

String

Enterprise project ID.

create_time

Integer

Creation time.

update_time

Integer

Update time.

component_count

Integer

Number of components.

Example

Example request

None

Example response

{
    "id": "06cf2fda-af45-44b4-9e22-6294c4804515", 
    "name": "TestApp", 
    "description": "description", 
    "creator": "string", 
    "project_id": "bf8523d898b64e4eb956e3be3555ca16", 
    "enterprise_project_id": "0", 
    "create_time": 1578984171041, 
    "update_time": 1578984171041
}

Status Code

Table 3 Status codes

HTTP Status Code

Description

200

OK

400

Bad Request

404

Not Found

500

Internal Server Error

Error code must be in the format of SVCSTG.00100.[Error_ID]. Example: SVCSTG.00100400. See Error Codes of Application Management APIs.