Help Center> DataArts Studio> API Reference> Data Lake Mall APIs> Service Catalog Management> Obtaining the Path of a Catalog Through Its ID
Updated on 2022-09-15 GMT+08:00

Obtaining the Path of a Catalog Through Its ID

Description

This API is used to obtain the path of a catalog through its ID.

URL

  • URI format

    GET /v1/{project_id}/service/servicecatalogs/{catalog_id}/paths

  • Parameter description

    Parameter

    Mandatory

    Type

    Description

    project_id

    Yes

    String

    Project ID. For details about how to obtain the project ID, see Project ID and Account ID.

    catalog_id

    Yes

    String

    Catalog ID

Request Message

  • Example request

    None

Response

  • Example response
    {
      "path": "/demo1/demo2/demo"
    }
  • Response parameter description

    Parameter

    Type

    Description

    path

    String

    Catalog path

Status Code

Status Code

Description

200

The catalog path is obtained.

For details about status codes, see Status Codes.