AlphaAlpha Docs

Gets variant name overrides

Returns all name overrides for a specific variant, grouped by tree ID.

GET
/projects/{projectId}/variants/{variantId}/name-overrides
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string
variantId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/projects/string/variants/string/name-overrides"
{
  "property1": {
    "property1": "string",
    "property2": "string"
  },
  "property2": {
    "property1": "string",
    "property2": "string"
  }
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}