Help Center/ ServiceStage/ API Reference/ Application Management V3 APIs/ Application/ Obtaining Application Details Based on the Application ID
Updated on 2026-04-10 GMT+08:00

Obtaining Application Details Based on the Application ID

Function

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

Authorization Information

Each account has all of the permissions required to call all APIs, but IAM users must have the required permissions specifically assigned.

  • If you are using role/policy-based authorization, see the required permissions in Permissions and Supported Actions.
  • If you are using identity policy-based authorization, the permission listed below is required.

    Action

    Access Level

    Resource Type (*: required)

    Condition Key

    Alias

    Dependencies

    servicestage:app:getApplication

    read

    app *

    servicestage:app:get

    -

URI

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

Table 1 Path parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Definition

Tenant's project ID. See Obtaining a Project ID.

Constraints

N/A

Range

N/A

Default Value

N/A

application_id

Yes

String

Definition

Application ID. See Obtaining All Applications.

Constraints

N/A

Range

N/A

Default Value

N/A

Request

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

Content-Type

Yes

String

Definition

Message body type (or format).

Constraints

N/A

Range

application/json;charset=utf8

Default Value

N/A

X-Auth-Token

Yes

String

Definition

API calling can be authenticated using a token or AK/SK. If you use a token, this parameter is mandatory and must be set to the token. For details about how to obtain the token, see Authentication.

Constraints

N/A

Range

N/A

Default Value

N/A

Response

Table 3 Response parameters

Parameter

Type

Description

id

String

Definition

Application ID.

Range

N/A

name

String

Definition

Application name.

Range

N/A

description

String

Definition

Application description.

Range

N/A

creator

String

Definition

Application creator.

Range

N/A

project_id

String

Definition

Project ID.

Range

N/A

enterprise_project_id

String

Definition

Enterprise project ID.

Range

N/A

create_time

Integer

Definition

Application creation time.

Range

N/A

update_time

Integer

Definition

Application update time.

Range

N/A

component_count

Integer

Definition

Number of components deployed in an application.

Range

N/A

labels

Array of objects

Definition

Label. You can use TMS to filter resources by labels. See Table 4.

Table 4 labels

Parameter

Type

Description

key

String

Definition

Label name.

Range

N/A

value

String

Definition

Label value.

Range

N/A

Example Request

None

Example Response

{
    "id": "e6129197-f9ca-4d60-b84d-a5e71cd2d317",
    "name": "app-test-0317_03",
    "description": "",
    "project_id": "063a3158b1a34710b36ad208b9497d00",
    "creator": "ss-test",
    "create_time": 1679036601735,
    "update_time": 1679036601735,
    "labels": null,
    "component_count": 0
}

Status Code

Status Code

Description

200

OK

400

Bad Request

404

Not Found

500

Internal Server Error

Error Code

See ServiceStage Error Codes.