Get text templates
Get text templates
Query Parameters
- group string
can be full resource_uri or only id
- limit integer
Default value:
20
Length of dataset to return. Use with offset query to iterate through results.
- archive string
- offset integer
Offset from start of dataset. Use with the limit query to iterate through dataset.
Responses
- 200
list of text templates
- application/json
- Schema
- Example (from schema)
Schema
meta object
limit int32next stringoffset int32previous stringtotal_count int32total number of objects
objects object[]
archive booleancreated date-timegroup stringhas_fields booleanmodified date-timeresource_uri stringsignee_count int32title stringuser stringuuid string
{
"meta": {
"limit": 0,
"next": "string",
"offset": 0,
"previous": "string",
"total_count": 0
},
"objects": [
{
"archive": false,
"created": "2020-05-20T:15:10",
"group": "/api/v1/group/my-group/",
"has_fields": false,
"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...