Skip to main content

TagListResponse

Response containing a list of tags

tags object[]required

List of tags

  • Array [
  • createdAtstring<date-time>required

    When the tag was created

    Example: 2024-01-01T00:00:00Z
    idstring<uuid>required

    Tag ID

    Example: 550e8400-e29b-41d4-a716-446655440020
    namestringrequired

    Tag name

    Example: Completed
    seriesCountinteger,null<int64>nullable

    Number of series with this tag

    Possible values: >= 0

    Example: 15
  • ]
  • TagListResponse
    {
    "tags": [
    {
    "createdAt": "2024-01-01T00:00:00Z",
    "id": "550e8400-e29b-41d4-a716-446655440020",
    "name": "Completed",
    "seriesCount": 15
    }
    ]
    }