get https://api.mixmax.com/v1/snippettags
Lists template and/or snippet folders (known as "snippet tags" in the backend)
Note: Supports the expand
query parameter for snippetIds
.
Parameter | Type | Description |
---|---|---|
_id | String | Unique id. |
userId | String | User id of owner. |
createdAt | Date | Date when it was created. |
savedAt | Date | Date when it was last modified. This field is updated when an attribute on the snippettag is changed, snippets are added to the tag, or when snippets in the tag are deleted/moved. |
name | String | Name of the snippet tag. |
count (meta-field) | Number | Number of snippets in this tag. This is a meta-field that is only returned if you pass expand=count on the request querystring. |
shared | Object | See docs. |