GET
/
v1
/
projects
/
{project}
/
sheets
/
{sheet}
{
  "name": "<string>",
  "title": "<string>",
  "creator": "<string>",
  "createTime": "2023-11-07T05:31:56Z",
  "content": "<string>",
  "contentSize": "<string>",
  "payload": {
    "type": "TYPE_UNSPECIFIED",
    "commands": [
      {
        "start": 123,
        "end": 123
      }
    ]
  },
  "engine": "ENGINE_UNSPECIFIED"
}

Path Parameters

project
string
required

The project id.

sheet
string
required

The sheet id.

Query Parameters

raw
boolean

By default, the content of the sheet is cut off, set the raw to true to retrieve the full content.

Response

200
application/json

OK

The response is of type object.