---
title: "Returns Memo Table Info."
method: POST
path: "/search/memo_info"
tags: ["search"]
---

# Returns Memo Table Info.

`POST /search/memo_info`

## Query parameters

- `project_id` integer, required

## Response `200`

Successful Response

- ColumnInfoMemoColumns[]
  - `label` string, required — Display label of the column
  - `column` union, required — The column: an enum member, or an int id referring to a project-metadata column
    - 'M_TITLE' | 'M_CONTENT' | 'M_USER_ID' | 'M_ATTACHED_OBJECT_TYPE' | 'M_ATTACHED_OBJECT_ID' | 'M_CREATED' | 'M_UPDATED' | 'M_FAVORITE'
    - integer
  - `sortable` boolean, required — Whether the column can be sorted
  - `groupable` boolean, required — Whether the column can be grouped
  - `operator` 'BOOLEAN' | 'STRING' | 'ID' | 'NUMBER' | 'ID_LIST' | 'ID_LIST_RECURSIVE' | 'LIST' | 'DATE' | 'ATTACHED_OBJECT_TYPE' | 'ATTACHED_OBJECT' | 'SPAN_ANNOTATION', required
  - `value` 'ATTACHED_OBJECT_TYPE' | 'ATTACHED_OBJECT' | 'SDOC_ID' | 'CODE_ID' | 'USER_ID' | 'TAG_ID' | 'FOLDER_ID' | 'SPAN_ANNOTATION' | 'DOC_TYPE' | 'INFER_FROM_OPERATOR', required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-20** `28b2f0e8bc01` — 10 warning, 2 info
  - added the new `ATTACHED_OBJECT` enum value to the `items/operator` response property for the response status `200`
  - added the new `ATTACHED_OBJECT` enum value to the `items/value` response property for the response status `200`
  - added the new `ATTACHED_OBJECT_TYPE` enum value to the `items/operator` response property for the response status `200`
  - added the new `ATTACHED_OBJECT_TYPE` enum value to the `items/value` response property for the response status `200`
  - …8 more
- **2026-07-21** `ebfa22e4da0a` — 1 warning
  - added the new `FOLDER_ID` enum value to the `items/value` response property for the response status `200`
- **2026-07-20** `01c6f5cdc4f3` — 1 warning
  - added the new `ID_LIST_RECURSIVE` enum value to the `items/operator` response property for the response status `200`
- **2026-07-15** `bd1187f3520e` — 2 info
  - removed the `FOLDER_ID` enum value from the `items/value` response property for the response status `200`
  - removed the `ID_LIST_RECURSIVE` enum value from the `items/operator` response property for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api/changes/search/memo_info/post.md)

---

[API](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api.md) · [All operations](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uhh-lt/discourse-analysis-tool-suite-api/revisions/4c6052711f99/schema)
