Skip to main content

Get template list

GET 

/templatelist

Get template list

Request

Query Parameters

    limit number
    Example: 10
    skip number
    Example: 0

Header Parameters

    x-api-token stringrequired
    Example: opensign.xxxx

Responses

successful operation

Schema

    result

    template[]

  • Array [

  • objectId string
    Title string
    Note string
    Folder string
    File string
    Owner string

    Signers

    object[]

  • Array [

  • Name string
  • ]

  • createdAt date
    updatedAt date
  • ]

Loading...