API ReferenceWorkflow templates
Path Parameters
routerId*string
Format
uuidQuery Parameters
page?|
Default
0Range
0 <= valuepageSize?number
Default
25Range
1 <= value <= 500searchString?string
includePdf?boolean
Response Body
application/json
curl -X GET "http://localhost:8000/api/routers/497f6eca-6276-4993-bfeb-53cbbbba6f08/document-templates/public"{
"values": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"content": {
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Hello world",
"marks": [
{
"type": "bold"
}
]
}
]
}
]
},
"type": "content",
"fileId": "string",
"fieldMappings": "string",
"public": true,
"description": "string"
}
],
"count": 0
}