Skip to main content

Get Template list

GET 

/templatelist

The Get Template List API allows you to retrieve a list of available templates. This functionality provides an overview of all templates, enabling users to choose from existing templates when creating documents.

Request

Query Parameters

    limit number

    Possible values: <= 500

    Example: 10
    skip number
    Example: 0

Responses

successful operation

Schema

    result

    template[]

  • Array [

  • 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...