Template category object

The Category APIs allow for the manipulation of template categories within Marq.

Attribute
uri URI
URI to the template category.
id integer
ID of the template.
name string
Name of the template category.
order integer
The order number which is used to display the template preview within the Marq platform.
autoPopulateId integer
ID of the template's original creation of a template.
created timestamp
The timestamp for when the template was created.
modified timestamp
The timestamp for when the template was last modified.
values URI
URI to retrieve all template categories associated to the template.
{
    "uri": "https://projects.app.marq.com/templateCategories/6733",
    "id": 6733,
    "name": "Onboarding",
    "order": 9,
    "autoPopulateId": null,
    "created": 1664480448000,
    "modified": 1664917256000,
    "values": "https://projects.app.marq.com/templateCategories/6733/values"
}