How can we get the meta fields with all attributes (like type,mandatory,display etc) based on view name for CSM objects (like contact,account etc) using Rest API.
Please provide detailed information. It will helpful for us.Thanks!
find metafields reference SS,
We Can achieve this using multiple API's.
https://instance.service-now.com/api/now/table/sys_ui_element?sysparm_query=sys_ui_section.view.name=<<VIEW_NAME>>&sys_ui_section.name=<<TABLE_NAME>>
https://instance.service-now.com/api/now/table/sys_dictionary?sysparm_query=name=<<TABLE_NAME>>^ORelement=<<ELEMENT_NAME>>
I followed the above things and it's worked for me.