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
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
- MOD1
- MOD1
- MOD1
]
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
[
{
"tag_id": "string",
"tag_definition_id": "string",
"tag_name": "string",
"user_id": "string",
"dsl_rule": "string",
"projection_id": "string"
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...