---
title: "Read Team"
method: GET
path: "/Team/{id}"
tags: ["Team"]
---

# Read Team

`GET /Team/{id}`

Read an existing 'Team' record.

## Response `200`

Success.

- Team
  - `id` string — An ID.
  - `name` string, nullable — A one-line string.
  - `rolesIds` string[], nullable — IDs of records of the Role type.
  - `rolesNames` object, nullable — An {ID => record name} map.
  - `positionList` string[] — A multi-enum.
  - `layoutSetId` string, nullable — An ID of the record of the LayoutSet type.
  - `layoutSetName` string, nullable — A foreign record name.
  - `workingTimeCalendarId` string, nullable — An ID of the record of the WorkingTimeCalendar type.
  - `workingTimeCalendarName` string, nullable — A foreign record name.
  - `createdAt` string, nullable — A timestamp in UTC.
  - `modifiedAt` string, nullable — A timestamp in UTC.

## Other responses

- `403` — Forbidden. Might be an access control error. Check logs for details.

---

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