---
title: "Returns a list of company's SaleRep.
Filtering is forbidden.
Ordering is allowed by \"id\"."
method: GET
path: "/v1/salesReps"
tags: ["SalesRep"]
---

# Returns a list of company's SaleRep.
Filtering is forbidden.
Ordering is allowed by "id".

`GET /v1/salesReps`

## Response `200`

OK

- PageResultSaleRepsDto
  - `Items` SaleRepsDto[]
    - `id` integer
    - `companyId` integer
    - `code` string
    - `name` string
    - `phone` string
    - `email` string
    - `timeStamp` string, byte
  - `NextPageLink` string
  - `Count` integer

---

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