09-09-2025 04:16 PM
Situation:
Is there a special access control setting for using the web api? Why can I see a tag in the gui and not access it through the api with the same creds?
09-09-2025 04:24 PM
Tags count works https://systemlink/nitag/v2/tags-count
09-09-2025 04:27 PM
nisysmgmt/v1/systems works
09-09-2025 04:51 PM
https://systemlink/nitag/v2/tags/[WORKSPACE]/[TAG]
Works on browser!
But there doesn't seem to be a way to hit this endpoint in the python library?
09-10-2025 04:45 PM
Have you tried to use the SystemLink Python API?
https://python-docs.systemlink.io/en/stable/getting_started.html#tag-api
09-10-2025 04:49 PM
Also are you using SystemLink Server or SystemLink Enterprise. Enterprise has a different API end point than the web server, so it requires a different URL.