---
title: "Gets all active attribute scores"
method: GET
path: "/Reference/AttributeScores"
tags: ["Reference"]
---

# Gets all active attribute scores

`GET /Reference/AttributeScores`

Each attribute score returns a ScoreType which can be used to map linked attributes from the /Reference/Attributes method and linked child attributes from the /Reference/ChildAttributes method

Attributes scores can also optionally by filtered by attribute score type id

## Query parameters

- `includeInactive` boolean
- `attributeScoreTypeId` integer, nullable

## Response `200`

- AttributeScore[], nullable
  - `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)
