- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2021 03:27 PM
How do I query the rest API for Column Label Names? I can query one incident to get all the columns like this.
https://myDev.service-now.com/api/now/v1/table/incident?sysparm_limit=1
But I need to get all the labels for each of the columns
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2021 09:09 PM
You can use this and it will get all the fields from incident and task.
Incident extends task so it also inherits all the fields from task.
https://{INSTANCENAME}.service-now.com/api/now/table/sys_dictionary?sysparm_query=name%3Dincident%5EORname%3Dtask&sysparm_fields=column_label
https://youtube.com/watch?v=zYi8KhP9SUk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 09:26 PM
You were close, but not quite all the way there. Your call was only returning the fields on the incident table, but did not return the fields for the task table that Incident extends from. As he indictated, he wanted all the fields that are a part of incident. This includes both tables. If you look at the API call I supplied, it returns the fields from both tables, not just the Incident table.
Keep up your good work here on the community 🙂
https://youtube.com/watch?v=zYi8KhP9SUk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 09:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 10:26 PM
You were right too 🙂
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 10:28 PM
I feel offensive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 10:32 PM
Please don't. You don't know my personality. I liked your last response (which I don't see here anymore). I genuinely feel like you are a great contributer to the community. As you stated earlier. I was right too, we were both right. You were just faster. We are all doing our best to built a fun and friendly community. I will delete the Kudo's troophy if you don't like it. I wasn't trying to be offensive.
https://youtube.com/watch?v=zYi8KhP9SUk