How to get tags while retriving the incidents using REST API

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-16-2022 02:01 AM
Hi All,
I am facing a issue that while retrieving the incident using REST API the tag field is showing up empty even though there is tag available for that incident. can some one kindly guide me how to get the tag field along with incident when i retrieve it using REST API.
Thanks
Datta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-16-2022 02:16 AM
Hello
Tags are stored in LABEL and label_entry tables.
Navigate to label.LIST to find out existing labels and their related assosiations for records in label_entry tables.
So you will have to use the label table to get the associated tags
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-21-2022 09:36 PM
Hello,
If my answer helped you can you also mark it as correct.