v51

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01228315499.3 KB
memo

Returns all Memos attached to the object if it exists

get/memo/attached_obj/{attached_obj_type}/to/{attached_obj_id}

Path parameters

attached_obj_idinteger required
attached_obj_type'source_document' | 'code' | 'sentence_annotation' | 'span_annotation' | 'span_group' | 'bbox_annotation' | 'project' | 'tag' required

Response

Successful Response

titlestring required

Title of the Memo

contentstring required

Textual content of the Memo

content_jsonstring required

JSON content of the Memo

idinteger required

ID of the Memo

starredboolean required

Starred flag of the Memo

user_idinteger required

User the Memo belongs to

project_idinteger required

Project the Memo belongs to

createdstring date-time required

Created timestamp of the Memo

updatedstring date-time required

Updated timestamp of the Memo

attached_object_idinteger required

ID of the Object the Memo is attached to

attached_object_type'source_document' | 'code' | 'sentence_annotation' | 'span_annotation' | 'span_group' | 'bbox_annotation' | 'project' | 'tag' required