Skip to main content

Get Tags In Projection Request

GET 

/v1/project/projection/tags/get/all

Get Tags In Projection Request

Request

Query Parameters

    project_id Project Idrequired

    The project UUID.

    projection_id Projection Idrequired

    The projection UUID.

    include_dsl_rule Include Dsl Rule

    Default value: true

    Whether to return the full DSL rule for all tags

Responses

Successful Response

Schema

  • Array [

  • tag_id Tag Id (string)required

    Tag id

    tag_definition_id Tag Definition Id (string)required

    Hashed id of tag definition

    tag_name

    object

    Name of tag

    anyOf

    string

    user_id

    object

    Tag creator nickname

    anyOf

    string

    dsl_rule

    object

    DSL rule json

    anyOf

    string

    projection_id Projection Id (string)required

    Projection ID

  • ]

Loading...