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
- application/json
Path Parameters
-
appName(required): string
Specifies the name of your application. For example, "cloud".
-
dimValKey(required): string
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
-
locale: string
locale parameter to overwrite X-CCAsset-Language or application default
-
maxDepth: integer
Specify the depth of children to be returned. In order to see all children specify -1.
Header Parameters
-
X-CCAsset-Language: string
Asset Locale value sent by all cloud requests. example: 'en'
Security
-
basicAuth: basic
Type:
basic
Description:Basic username/password authentication.
Response
Supported Media Types
- application/json
200 Response
A list of child dimension values.
Nested Schema : items
Type:
Show Source
array
-
Array of:
ExpandedDimVal
Expanded dimval array corresponding to dimvalid or dimvalIds array
Nested Schema : ExpandedDimVal
Expanded dimval array corresponding to dimvalid or dimvalIds array
Match All
Expanded dimval array corresponding to dimvalid or dimvalIds array
Expanded dimval array corresponding to dimvalid or dimvalIds array
Show Source
-
allOf
DimVal
Expanded dimval array corresponding to dimvalid or dimvalIds array
-
object
ExpandedDimVal-allOf[1]
Nested Schema : DimVal
Expanded dimval array corresponding to dimvalid or dimvalIds array
Match All
Expanded dimval array corresponding to dimvalid or dimvalIds array
Expanded dimval array corresponding to dimvalid or dimvalIds array
Show Source
Nested Schema : BaseDimVal
Type:
Show Source
object
-
displayName:
string
Example:
US Catalog
-
dvalID:
string
Example:
235122
Nested Schema : DimVal-allOf[1]
Type:
Show Source
object
-
dimensionId:
string
Example:
12345
-
dimensionName:
string
Example:
product.category