Skip to main content
GET
/
v1
/
features
/
{featureId}
Get feature
curl --request GET \
  --url https://api.qa.tech/v1/features/{featureId} \
  --header 'Authorization: Bearer <token>'
{
  "feature": {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "pages": [
      {
        "path": "<string>",
        "description": "<string>"
      }
    ],
    "actions": [
      {
        "text": "<string>",
        "type": "<string>",
        "element": "<string>",
        "page": "<string>",
        "entityId": "<string>",
        "entityName": "<string>",
        "entityDescription": "<string>",
        "similarActionCount": 123
      }
    ]
  }
}

Path Parameters

featureId
string
required

Query Parameters

query
object
required

Mixin for project-scoped requests: an optional per-call project override.

Response

200 - application/json

The request has succeeded.

Response for fetching a single feature detail

feature
object
required

Detailed view of a single feature including pages and actions