Skip to main content

List all tags of a given type.

GET /api/admin/tags/:type

List all tags of a given type. If the tag type does not exist it returns an empty list.

Request

Path Parameters

  • type string required
Responses

tagsSchema

Schema
  • version integer required

    The version of the schema used to model the tags.

  • tags object[]required

    A list of tags.

  • Array [
  • value string required

    The value of the tag

  • type string required

    Default value: simple

    The type of the tag

  • ]
Loading...