Contents

Get document

Returns information about Document page.

Role

All

Method

GET

URL

/api/v2/documents/:documentId

Response example

Response Body

{
  "id": "0193b335c62173de9547bab5dd0b5324",
  "projectId": 1,
  "title": "top",
  "plain": "hello",
  "json": "{}",
  "statusId": 1,
  "emoji": null,
    "attachments": [
      {
        "id": 22067,
        "name": "test.png",
        "size": 8718,
        "createdUser": {
          "id": 3,
          "userId": "woody",
          "name": "woody",
          "roleType": 2,
          "lang": "ja",
          "mailAddress": "woody@nulab.com",
          "nulabAccount": {
            "nulabId": "aaa",
            "name": "woody",
            "uniqueId": "woody",
            "iconUrl": "https://photo"
          },
          "keyword": "woody",
          "lastLoginTime": "2025-05-22T23:04:03Z"
          },
          "created": "2025-05-29T02:19:54Z"
        }
    ],
    "tags": [
      {
        "id": 1,
        "name": "Backlog"
      }
    ],
  "createdUser": {
    "id": 2,
    "userId": "woody",
    "name": "woody",
    "roleType": 1,
    "lang": "en",
    "mailAddress": "woody@nulab.com",
    "nulabAccount": null,
    "keyword": "Woody",
    "lastLoginTime": "2025-05-28T22:24:36Z"
  },
  "created": "2024-12-06T01:08:56Z",
  "updatedUser": {
    "id": 2,
    "userId": "woody",
    "name": "woody",
    "roleType": 1,
    "lang": "en",
    "mailAddress": "woody@nulab.com",
    "nulabAccount": null,
    "keyword": "Woody",
    "lastLoginTime": "2025-05-28T22:24:36Z"
  },
  "updated": "2025-04-28T01:47:02Z"
}