I'm trying to build a virtual task board with Service Now table api, which contains lands, ticket number, and ticket short description
Using this api, I can retrieve ticket number, lands, but not ticket short description:
https://dev29624.service-now.com/api/now/table/vtb_card?sysparm_display_value=all&sysparm_limit=1
How can I retrieve ticket short description without calling another api to retrieve it? The large number of tickets may result in bad performance!