Skip to main content

Paligo API

Fork

{
  "id": 8493,
  "uuid": "UUID-1232-1454",
  "parent": 3919,
  "root_document": 3901,
  "position": 7,
  "depth": 4,
  "document": {
    "id": 123,
    "name": "My topic",
    "uuid": "UUID-1234-5678",
    "type": "document",
    "creator": "2",
    "owner": "2",
    "author": "2",
    "created_at": 1603622378,
    "modified_at": 1603622378,
    "checkout": "false",
    "checkout_user": "2",
    "parent_resource": 456,
    "taxonomies": [
      {}
    ],
    "content": "<?xml>...",
    "languages": [
      "en",
      "jp",
      "sv"
    ],
    "custom_attributes": [
      {}
    ]
  }
}

Properties

Name

Type

Required

Restrictions

Description

id

integer

false

none

The ID of the fork.

uuid

string

false

none

The UUID of the fork.

parent

integer

false

none

The parent of the fork. Either a fork or a document depending on the fork depth.

root_document

integer

false

none

The root document of the fork.

position

integer

false

none

The position of the fork.

depth

integer

false

none

The depth of the fork.

document

Document

false

none

none