Search Tag

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/tag

A tag is an identification of a dashboard or dataset which you can use to group several dashboards or datasets together, that can then be filtered on using the search bar. For example, you can set the tag 'HR' for all the dashboards related to HR and then you can find all these dashboards by searching for 'HR' in the search bar.

Parameters
Expand all Reset
find *OBJECTrequired
where *OBJECTrequired
include ARRAY[OBJECT]
attributes ARRAY[STRING]
order ARRAY
limit NUMBER
offset NUMBER
Can be executed by:
Logged-in User
Can be associated to:
Securables
Organization
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "count": 1,
  "rows": [
    {
      "id": "e485151d-846d-435d-8a32-b7bd65a5fd6f",
      "tag": "My first tag",
      "category": null,
      "created_at": "2024-02-19T21:44:14.684Z",
      "updated_at": "2024-02-19T21:44:14.684Z",
      "organization_id": "88cd2e57-91fc-331b-77d0-ae21cba88c68",
      "securables": [
        {
          "id": "19dfbcb7-28d3-40a8-a2a9-c53b43c7e564",
          "name": {
            "en": "My first dashboard"
          },
          "securablesTags": {
            "created_at": "2024-02-19T21:46:39.234Z",
            "updated_at": "2024-02-19T21:46:39.234Z",
            "securable_id": "19dfbcb7-28d3-40a8-a2a9-c53b43c7e564",
            "tag_id": "e485151d-846d-435d-8a32-b7bd65a5fd6f"
          }
        }
      ]
    }
  ]
}