---
title: "Gets all active child attributes"
method: GET
path: "/Reference/ChildAttributes"
tags: ["Reference"]
---

# Gets all active child attributes

`GET /Reference/ChildAttributes`

Each attribute returns a ScoreType which can be used to map linked scores from the /Reference/AttributeScores method

Each attribute returns a ParentAttribute which can be used to map linked attributes from the /Reference/Attributes method

Child attributes can also optionally by filtered by a parent attribute id

## Query parameters

- `includeInactive` boolean
- `parentAttributeId` integer, nullable

## Response `200`

- AttributeChild[], nullable
  - `IsActive` boolean
  - `Id` integer
  - `Name` string, nullable
  - `Description` string, nullable
  - `ScoreType` AttributeScoreType
    - `IsActive` boolean
    - `Id` integer
    - `Name` string, nullable
    - `Description` string, nullable
  - `ParentAttribute` Attribute
    - `IsActive` boolean
    - `Id` integer
    - `Name` string, nullable
    - `Description` string, nullable
    - `ScoreType` AttributeScoreType
      - `IsActive` boolean
      - `Id` integer
      - `Name` string, nullable
      - `Description` string, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/vslcloud/apis/infinity-api.md) · [All operations](https://skmtc.dev/vslcloud/apis/infinity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vslcloud/infinity-api/revisions/54661781612a/schema)
