Category value object

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

Attribute
id integer
ID of the category value.
name integer
Name of the category value.
order integer
The ascending order of the category value within a category group.
created timestamp
The timestamp when the category value was created.
modified timestamp
The timestamp when the category value was last updated.
documents timestamp
The URI of documents associated with the template category value.
{
    "uri": "https://documents.app.marq.com/templateCategoryValues/22391",
    "id": 22391,
    "name": "Facebook",
    "order": 0,
    "created": 1633463645000,
    "modified": 1664475691000,
    "category": "https://documents.app.marq.com/templateCategories/5360",
    "documents": "https://documents.app.marq.com/templateCategoryValues/22391/documents"
}