Skip to main content
GET
/
journals
/
editor
/
model
/
{journal_id}
{
  "success": true,
  "message": "<string>",
  "model": {
    "type": "<string>",
    "attrs": {
      "id": "<string>",
      "level": 123
    },
    "content": [
      {}
    ],
    "marks": [
      {
        "type": "<string>",
        "attrs": {
          "id": "<string>",
          "level": 123
        }
      }
    ],
    "text": "<string>"
  },
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

journal_id
string
required

Response

Successful Response

success
boolean
required
model
object | null
required

The JSON representation of the model info.

message
string | null
timestamp
string
I