Skip to content

listTemplates

GET
/v5/templates

List Templates

Responses

200

A TemplateList response

object
items

List items

Array<object>
object
bookId
string
bookLink
string
category
string
description
string
imageUrl
string
name
string
sheetsLink
string
timesUsed
integer format: int32
Example
{
"bookId": "string",
"bookLink": "string",
"category": "string",
"description": "string",
"imageUrl": "string",
"name": "string",
"sheetsLink": "string",
"timesUsed": 1
}
Example
{
"items": [
{
"bookId": "string",
"bookLink": "string",
"category": "string",
"description": "string",
"imageUrl": "string",
"name": "string",
"sheetsLink": "string",
"timesUsed": 1
}
]
}