Get text template
Get text template
Path Parameters
- templateId uuid required
saved html template id
Responses
- 200
operation successful
- application/json
- Schema
- Example (from schema)
Schema
- archive boolean
- created date-time
- group string
- has_fields boolean
- latest_text string
- modified date-time
- resource_uri string
- signee_count int32
- title string
- user string
- uuid uuid
{
"archive": false,
"created": "2020-05-20T:15:10",
"group": "/api/v1/group/my-group/",
"has_fields": false,
"latest_text": "text/html content",
"modified": "2020-05-20T:15:10",
"resource_uri": "/api/v1/template/t0t0t0t0-t0t0-t0t0-t0t0-t0t0t0t0t0t0/",
"signee_count": 1,
"title": "Test text template",
"user": "/api/v1/user/34034334ab34334333rh33434334f9/",
"uuid": "t0t0t0t0-t0t0-t0t0-t0t0-t0t0t0t0t0t0"
}
Loading...