---
title: "Get a list of Social link type"
method: GET
path: "/social-link-types"
tags: ["SocialLinkType"]
---

# Get a list of Social link type

`GET /social-link-types`

## Query parameters

- `disabled` boolean
- `sortBy` string[]
- `page` integer
- `items_per_page` integer
- `name` string

## Response `200`

The list of social link type

- SocialLinkTypeResponseDef[]
  - `_id` string, required
  - `name` string, required
  - `icon` string
  - `disabled` boolean

## Other responses

- `204` — No Content. There were no records to return based on your query.
- `400` — Validation errors caused by missing or invalid header / path or payloads
- `401` — Failed to authenticate the user making the request
- `403` — Permission denied error
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
