---
title: "Gets the target group."
method: GET
path: "/Litium/api/admin/customers/targetGroups/{systemId}"
tags: ["Customers target group"]
---

# Gets the target group.

`GET /Litium/api/admin/customers/targetGroups/{systemId}`

## Path parameters

- `systemId` string, uuid, required

## Response `200`

OK

- LitiumCustomersTargetGroup, nullable — Represents a storage which is used to contain the information of the target group. It's designed to categorize a group of users based on multiple Litium.Common.DynamicEntityConditions. Once categorized, the website can be built to display different discounts and content to different target groups.
  - `fields` FieldsCustomers
    - `_name` object
      - `en-US` string, nullable
      - `sv-SE` string, nullable
    - `_nameInvariantCulture` object
      - `*` string, nullable
    - `_description` object
      - `en-US` string, nullable
      - `sv-SE` string, nullable
    - `_email` object
      - `*` string, nullable
    - `_firstName` object
      - `*` string, nullable
    - `_lastName` object
      - `*` string, nullable
    - `_phone` object
      - `*` string, nullable
    - `_title` object
      - `*` string, nullable
    - `_option` object
      - `*` FieldMetadataObject
    - `_matchCondition` object
      - `*` string, nullable
    - `_customData` object
      - `*` FieldMetadataObject
  - `conditions` LitiumTargetGroupCondition[]
    - `data` LitiumConditionsTargetGroup
      - `$type` string, required
    - `dataType` string
    - `id` string
    - `systemId` string, uuid
  - `fieldTemplateSystemId` string, uuid — Gets or sets the field template system identifier.
  - `id` string, nullable — Gets or sets the target group identifier.
  - `systemId` string, uuid — Gets or sets the target group system identifier.

---

[API](https://skmtc.dev/litium/apis/litium-admin-web-api.md) · [All operations](https://skmtc.dev/litium/apis/litium-admin-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litium/litium-admin-web-api/revisions/a65881b0d0c6/schema)
