Skip to content

Scorecard Note

A note a teammate left on the QA review of this scorecard.

idstring

The id of the note.

Example:"9001"
created_atinteger, (date-time)

The time the note was created.

Example:1734537900
updated_atinteger, (date-time)

The time the note was last edited. Equal to created_at when the note has never been edited.

Example:1734537900
authorobject or null(Note Author)

Who wrote the note. Null when the teammate who wrote it has since been deleted.

bodystring

The text of the note exactly as the teammate entered it. Plain text; it is not rendered as HTML.

Example:"Great empathy in the second reply."
{ "id": "9001", "created_at": 1734537900, "updated_at": 1734537900, "author": { "type": "admin", "admin_id": "884120017" }, "body": "Great empathy in the second reply." }