Skip to main content

Get Template

GET 

/template/:template_id

The Get Template API allows you to retrieve details about a specific template. Templates serve as blueprints for creating documents with predefined structures.

Request

Path Parameters

    template_id strngrequired

    ID of template that needs to be fetched

Responses

successful operation

Schema

    objectId string
    title string
    note string

    folder

    object

    objectId string
    name string
    file string
    owner string

    signers

    object[]

  • Array [

  • role string
    name string
    email string
    phone string

    widgets

    object[]

  • Array [

  • type string

    Allowed values - signature, stamp.

    x number
    y number
    w number
    h number
    page number
  • ]

  • ]

  • sendInOrder boolean
    createdAt date
    updatedAt date
Loading...