The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
Enlighted

The Enlighted lighting solution optimizes energy savings while enhancing occupant productivity, well-being, and security.

Iterate Tags¶

Use this API call to iterate or run a block of code repeatedly for all tags in an organization.

Request¶

GET /api/v1/enterprises/<enterprise_id>/tags

Parameters¶

Request¶

NameValueDescription
enterprise_idstringThe ID of the organization
countintegerThe number of tags ranging between 5 and 100. This indicates the number of tags to be returned in one page. By default 50 tags information is returned in one page.
cursorstringFetches the next page of data

Sample Request¶

GET /api/v1/enterprises/211/tags

Sample Response¶

{
     "data": <list[Tag]>,
    "meta": {
         "nextCursor": "eyJvZmZzZXQiOiAxMn0="
   }
}