v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Memos

Get a memo

Retrieves a specified memo.

get/matters/{matterId}/memos/{id}

Path parameters

matterIdstring required
idstring required

Response

When request is successful. Returns a 'Memo' object.

hrefstring nullable
relationstring nullable
methodstring nullable
idstring nullable

The unique identifier of the memo.

matterIdstring nullable

The unique identifier of the matter.

titlestring nullable

The title of the memo.

textstring nullable

The text (content) of the memo.

In RTF (Rich Text Format).

plainTextstring nullable

The plain text (content) of the memo.

createdDatestring date-time

Date the memo was created.

createdByUserIdstring nullable

The unique identifier of the user who created the memo.

lastUpdatedstring date-time nullable

Date and time that the memo was last updated.

updatedByUserIdstring nullable

The unique identifier of the user who last updated the memo.

isDeletedboolean

Indicates whether or not the memo is deleted (true if it is, false if not).

Example response

{
  "id": "009f778f-83df-454a-b344-768a862a7e55",
  "matterId": "776e778f-83df-454a-b344-768a862a6e58",
  "title": "Update",
  "text": "{\\\\rtf1\\\\ansi\\\\ansicpg1252\\\\uc1\\\\htmautsp\\\\deff2{\\\\fonttbl{\\\\f0\\\\fcharset0 Times New Roman;}{\\\\f2\\\\fcharset0 Calibri;}}{\\\\colortbl\\\\red0\\\\green0\\\\blue0;\\\\red255\\\\green255\\\\blue255;}\\\\loch\\\\hich\\\\dbch\\\\pard\\\\plain\\\\ltrpar\\\\itap0{\\\\lang1033\\\\fs18\\\\f2\\\\cf0 \\\\cf0\\\\ql{\\\\f2 {\\\\ltrch There has been a recent update on this matter.}\\\\li0\\\\ri0\\\\sa0\\\\sb0\\\\fi0\\\\ql\\\\sl15\\\\slmult0\\\\par}\\r\\n}\\r\\n}",
  "plainText": "There has been a recent update on this matter.",
  "createdDate": "2022-04-23T14:00:00Z",
  "createdByUserId": "010f7d8e-82d1-454b-c324-760a862a7e22",
  "lastUpdated": "2022-05-02T16:22:02Z",
  "updatedByUserId": "010f7d8e-82d1-454b-c324-760a862a7e22"
}