Listar tags

GET - 200

{
  "total": 100,
  "page_index": 0,
  "page_size": 15,
  "results": [
    {
      "id": 1,
      "name": "Qualificação de Lead",
      "color": "#9e9e9e",
      "status": 1,
      "author_id": 1,
      "creation_date": "2020-11-13T11:42:38Z",
      "update_date": "2021-12-09T15:32:03Z"
    },
    {
      "id": 2,
      "name": "Nome da tag",
      "color": "#FFFFFF",
      "status": 1,
      "author_id": 1,
      "creation_date": "2020-11-13T11:42:38Z",
      "update_date": "2021-12-09T15:32:03Z"
    }
  ]
}
Language
Click Try It! to start a request and see the response here!