---
title: "GET /Admin/O365/Fields"
method: GET
path: "/Admin/O365/Fields"
tags: ["Admin"]
---

# GET /Admin/O365/Fields

`GET /Admin/O365/Fields`

**Requires permissions:** *Admin* or *IT*

## Query parameters

- `school` string, required
- `target` string, required

## Response `200`

Success

- BulkFieldsResponse
  - `standardFields` string[]
  - `customFields` BulkCustomFieldDto[]
    - `id` string
    - `name` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
