The document object

Attributes

  • id integer

The document identifier.

  • position integer

The document position in the workflow.

  • file object

The file object

Example

{
    "id": 1,
    "position": 1,
    "file": {
        "name": "document.pdf",
        "format": "pdf",
        "size": 104421,
        "file": "https://app.yumisign.com/api/v1/storage/temp/1/doc/614453811441328b1fc832ce7ff2f371",
        "thumb": "https://app.yumisign.com/api/v1/storage/temp/1/doc/614453814f5160be65058abf90e5c30c"
    }
}