View all the children of a dimension value.

get

/gsadmin/v1/{appName}/dimvals/{dimValKey}/children

Displays a list of all the child dimension values of the dimension value specified by {dimValKey}

Request

Supported Media Types
Path Parameters
  • Specifies the name of your application. For example, "cloud".
  • Specifies the dimval id you are interested For example, 12345. Or in the special case of a dimension root the attribute name can be used. For example 'product.category'.
Query Parameters
Header Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

A list of child dimension values.
Body ()
Root Schema : ExpandedDimValList
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : ExpandedDimVal
Expanded dimval array corresponding to dimvalid or dimvalIds array
Match All
Show Source
Nested Schema : DimVal
Expanded dimval array corresponding to dimvalid or dimvalIds array
Match All
Show Source
Nested Schema : BaseDimVal
Type: object
Show Source
Nested Schema : DimVal-allOf[1]
Type: object
Show Source
Nested Schema : ExpandedDimVal-allOf[1]
Type: object
Show Source
Nested Schema : ancestors
Type: array
Show Source
Back to Top