Get all unique attribute values of step items under specified project
GET/v1/:projectName/item/step/attribute/values
Get all unique attribute values of step items under specified project
Request
Path Parameters
projectName stringrequired
projectName
Query Parameters
filter.cnt.attributeValue stringrequired
filter.cnt.attributeValue
filter.eq.attributeKey string
filter.eq.attributeKey
filter.eq.name string
filter.eq.name
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
Loading...