Skip to main content

Get template detail

GET 

/v2/sign/templates/:id

Get template detail by ID

Request

Path Parameters

    id stringrequired

    ID of Template

Responses

OK

Schema

    id uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    name string

    Template name

    thumbnail string

    thumbnail download URL

    has_schema boolean

    Flag indicating whether the document is generate document

    schema

    object

    fields string[]

    Fields in the generated document that are required to be filled in

Loading...