Lists all tags in a Box Doc Gen template.
Version header
Value is always 2025.0
123
ID of template.
1000
1000
The maximum number of items to return per page.
JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii
Defines the position marker at which to begin returning results. This is used when paginating using marker-based pagination.
This requires usemarker
to be set to true
.
123
Id of template version.
A list of document generation template tags.
Processing tags for the file.
The client does not have access rights to the content or resource requested.
The requested resource could not be found but may be available in the future.
The user has sent too many requests in a given amount of time.
An unexpected condition was encountered on the server.
curl -L 'https://api.box.com/2.0/docgen_templates/12345678/tags' \
-H 'box-version: 2025.0' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
{
"entries": [
{
"json_paths": [
"products",
"products.name"
],
"tag_content": "{{item.name}}",
"tag_type": "text"
}
],
"limit": 1000,
"next_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii",
"prev_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVih"
}