---
title: "GET /social/socialurl/all"
method: GET
path: "/social/socialurl/all"
tags: ["social"]
---

# GET /social/socialurl/all

`GET /social/socialurl/all`

## Query parameters

- `options.labelId` integer
- `options.artistId` integer
- `options.publisherId` integer
- `options.pageNumber` integer
- `options.pageSize` integer
- `options.orderByProperty` string
- `options.orderByDescending` boolean
- `options.searchText` string

## Response `200`

OK

- PagedListSocialUrlsDTO
  - `totalItemsCount` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `items` SocialUrlsDTO[]
    - `socialUrlsId` integer
    - `url` string
    - `socialSourceId` integer
    - `labelId` integer
    - `publisherId` integer
    - `artistId` integer
  - `additionalCounters` object

---

[API](https://skmtc.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/7a22c2db13c0/schema)
