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

# GET /Admin/O365/Lookup

`GET /Admin/O365/Lookup`

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

## Query parameters

- `school` string, required
- `type` string, required
- `query` string, required

## Response `200`

Success

- LookupResult
  - `found` boolean
  - `title` string, nullable
  - `subtitle` string, nullable
  - `message` string, nullable
  - `kpis` LookupRow[]
    - `name` string
    - `value` string, nullable
  - `sections` LookupSection[]
    - `title` string
    - `rows` LookupRow[]
      - `name` string
      - `value` string, nullable

## 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)
