Skip to main content

Fetch Projection Alias

GET 

/v1/dataset/projection/alias/:projection_alias

Fetches project id and projection id from an alias.

Request

Path Parameters

    projection_alias anyrequired

Responses

Successful Response

Schema

    project_id Project Id (string)required

    The project id

    projection_id Projection Id (string)required

    The projection id

Loading...