Resolved! ServiceNow Attachment API
Hi, I'm trying out the attachment API in Rest API Explorer. Particularly I'm trying out GET https://dev101268.service-now.com/api/now/attachment/{sys_id}/fileMy goal is to get the content of the csv file of an incident ticket. But when I'm trying ou...