Skip to main content

Get Tag Request

GET 

/v1/project/projection/tags/get

Get Tag Request

Request

Query Parameters

    tag_id Tag Idrequired
    project_id any

Responses

Successful Response

Schema

    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...