Help Center> Data Ingestion Service> API Reference> API Description> Viewing Details About a Consumer Application

Viewing Details About a Consumer Application

Function

This API is used to query application details.

When querying application details, you need to specify the application name. The application name must be the same as that created in Creating an Application.

URI

  • URI format

    GET /v2/{project_id}/apps/{app_name}

  • Parameter description

    None

Request

  • Example request
    GET https://{endpoint}/v2/{project_id}/apps/app_test
  • Parameter description

    None

Response

  • Example response
 {
            
            "app_id": "LGxEy8EvtdgzM7mSJfJ",
            "app_name": "app_test",
            "create_time": 1522313108126
        }
Table 1 Parameter description

Parameter

Type

Description

app_id

String

ID of the consumer application.

app_name

String

Name of the consumer application.

create_time

Long

Time when the consumer application is created. Unit: ms

Status Code

  • Normal

    200 OK

  • Failed

    For more information, see Error Codes.