Listar várias atribuições de tag

GET - 200

{
  "result": {
    "total": 1,
    "page_index": 0,
    "page_size": 15,
    "results": [
      {
        "tag": {
          "id": 30,
          "name": "Nome da tag",
          "color": "#f44336"
        },
        "author_id": 1,
        "creation_date": "2022-04-27T16:35:33Z",
        "id": 1,
        "tag_id": 1
      }
    ]
  }
}
Language
Click Try It! to start a request and see the response here!