Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Fetch a list of all tags


Endpoint ID:9006
Method:GET
URL:

GET: /data/content/tags

Request body:None

Response body:

 An array of tag names

Example
[
   "tag1", "tag2", "tag3", "tag4"...
]
Status codes:200 (OK)
  • No labels