Skip to main content

Fetch Projection Alias By Projection Id

POST 

/v1/project/projection/alias/get/:project_id

Get projection alias by projection id.

Request

Path Parameters

    project_id anyrequired

Body

required

    project_id Project Id (string)required

    Project ID to get alias for

    projection_id Projection Id (string)required

    Projection ID to get alias for

Responses

Successful Response

Schema

    alias_value Alias Value (string)required

    Value of alias

Loading...