Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed the URL
Excerpt

Enumerate Fetch a list of all tags


GET: datacontent JArray  code:
Endpoint ID:9006
Method:
Status
colourGreen
titleGET
URL:

/

content/

tagged/tags

Request body:None
Span
stylewhite-space:pre

Response body:

 An array of tag names

Code Block
title
Example
[
   "tag1"
, "tag2", "tag3", "tag4"...
]
Status codes:200 (OK)