---
title: "GET /v1/admin/channel-sources/{sourceId}/user-ratios"
method: GET
path: "/v1/admin/channel-sources/{sourceId}/user-ratios"
tags: ["AdminChannelSourceService"]
---

# GET /v1/admin/channel-sources/{sourceId}/user-ratios

`GET /v1/admin/channel-sources/{sourceId}/user-ratios`

ListChannelSourceUserRatios 列出资源的指定用户倍率（分页）。

## Path parameters

- `sourceId` string, required

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

OK

- AdminV1ListChannelSourceUserRatiosReply
  - `items` AdminV1ChannelSourceUserRatioInfo[]
    - `createdAt` string, date-time
    - `id` string
    - `origin` string — origin 来源：manual=后台手工配置；migration=datamigrate 自源库分组特殊倍率展开。
    - `remark` string
    - `saleRatio` string
    - `sourceId` string
    - `updatedAt` string, date-time
    - `userId` string
    - `username` string — username 用户展示名（服务端按 user_id 反查回填；查不到时为空，前端按 user_id 兜底展示）。
  - `page` integer
  - `pageSize` integer
  - `total` string

---

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